In this article, we will learn how to create an ASP.NET Web API using the Repository pattern and the Entity Framework code first approach. Essentially you’ll learn how to: Create a core project which will contain entity and the repository interface; Create an Infrastructure project which will contain database operations code using the Entity Framework … Continue reading Creating an ASP.NET Web API using the Entity Framework Code First approach and the Repository pattern
Month: August 2015
How to perform a CRUD operation on the jQuery igGrid with the ASP.NET Web API
In this post we will learn how to perform a CRUD operation on the igGrid using the ASP.NET Web API, including: Creating the ASP.NET Web API using the Entity Framework database first approach Performing a CRUD operation on the igGrid in a jQuery application At the end of the post we should able to create … Continue reading How to perform a CRUD operation on the jQuery igGrid with the ASP.NET Web API