Hello, today I will be discussing on how to perform CRUD (Create, Read, Update, Delete) operations on an SQL Server database table in Asp.Net MVC 5 using Entity Framework Database First Approach. When you are working with any database (like SQL Server) in asp.net, CRUD operations are the very first thing you need to know […]
Category: MVC
Understanding the structure, files and folders in Asp.Net MVC 5 application
MVC is one of the latest hot topics in various programming languages including Microsoft’s Asp.Net. Before going into the details of the various files and folders that are used in an asp.net mvc 5 application, let’s first understand briefly what really MVC is. In the simplest language, MVC can be defined as a three tier […]