ASP.NET MVC is not all about Linq to SQL Pretty much every sample application that illustrates ASP.NET MVC uses Linq To SQL or the Entity Framework as the data access method. I've seen a number of questions posted to the forums at www.asp.net asking if there are any alternatives, and indeed there are. This article will look at using plain ADO.NET within a data access layer to provide dynamic content to a typical small CRUD application.
For the purposes of this excercise, I shall be ...
No comments yet, be the first one to post comment.