About 53,400 results
Open links in new tab
  1. ASP.NET Core and Web API: A Custom Wrapper for Managing …

    Jun 12, 2018 · The HandleNotSuccessRequestAsync() method handles specific response based on status code. For this example, we've filtered out NotFound and NoContent StatusCodes and then …

  2. Blazor and CSS Frameworks - CodeProject

    Dec 16, 2020 · The code is available at Blazor.CSS on GitHub. Getting Started Create a new Blazor Application using Net5. I've used Server in the supplied code, but there's no difference between …

  3. Transforming existing MVC application to work as Single Page ...

    May 25, 2016 · The challenge here is to transform existing MVC application into SPA application without changing any code in your controllers, views and other pieces of code. However, some code will …

  4. ASP.NET MVC Hotel Booking System Using AngularJS

    Oct 21, 2016 · Download source code - 2.4 MB Introduction In this article, we will learn how to create a simple web based Hotel Room Booking System using MVC, AngularJs and WEB API. What is …

  5. HTTP 206 Partial Content In Node.js - CodeProject

    Sep 8, 2014 · The HTTP 206 Partial Content status code and its related headers provide a mechanism which allows browser and other user agents to receive partial content instead of entire one from …

  6. Hack proof your ASP.NET applications from Sensitive Data Exposure …

    Jun 8, 2014 · Introduction This is Part 4 of my series Hack proof your asp.net application.In this article ,I will describe How we sometimes unintentionally expose some sensitive information or leak some …

  7. How to Connect a FastAPI Server to PostgreSQL and Deploy

    May 26, 2023 · An in-depth tutorial on how to connect a FastAPI application with a PostgreSQL database and deploy the whole application to GCP

  8. Action Result in ASP.NET MVC - CodeProject

    Jun 22, 2018 · In this article, you will learn about basic foremost concepts about Action Results in ASP.NET MVC 5. Hope you'll enjoy this. Feel free to give your feedback.

  9. HTTP 206 Partial Content In ASP.NET Web API - CodeProject

    Oct 3, 2014 · If you would like to learn more details of this HTTP status code, the last article could be a good reference for you. And we will not repeat it in this article. Prerequisites The Understanding of …

  10. Exception handling in C# and ASP.NET - CodeProject

    Aug 11, 2006 · This article provides insight about exception handling on the basis of ASP.NET and C# as code behind. ASP.NET Exception Handling In ASP.NET, exception handling is achieved using the …