Category Archives: ASP.NET Web API

5 Things to consider before deploying ASP.NET Web API to Cloud Service

ASP.NET is open-source application developed by Microsoft. It enables the development of dynamic and professional websites by incorporating several programming languages that are compatible with the CLR. ASP.NET’s unique web development system requires as minimum coding as possible to build world class web applications. Being part of the .NET Framework, ASP.NET gives access to classes in the… Read More »

Distinguishing Between ASP.NET MVC And Web API

ASP.NET MVC permits you to uncover its essential functionalities through activity methods.One can likewise uncover all the essential functionalities of Web API. Beginners often interprets in a complicated way to adopt between ASP.NET MVC driven methodology and when to go for a Web API. Here are five primary contemplation that can be quite helpful for… Read More »

Creating your first SPA Application using AngularJS and WebAPI – All CRUD Operations

Practical AngularJs Tutorial In this ASP.NET Web API Tutorial, we are going to learn How to create a ASP.NET Web API Application and use it in a SPA AngularJS page in the same project? Technologies being used in this web development tutorial are: ASP.NET Web API AngularJS Bootstrap Followings are the tools and IDE used for this… Read More »

Top New Features in ASP.NET Web API 2.1

In this ASP.NET Web API tutorial, we are going to discuss about the top features in ASP.NET Web API 2.1. We have already discussed about Top 5 features in ASP.NET Web API 2.0 in a separate post on this Web Development blog. ASP.NET Web API is a framework for building HTTP services for broader range of clients… Read More »