asp.net - Data Access Application Block for .NET 4.5 using MVC 4 -


I am trying to develop an application using MVC 4. Earlier, I was using generic repositories to access my database. But later I was suggested to use the Data Access Application Block to access the data base in my application.

I have not found any exact clue how this started with what anyone could suggest some links that can provide accurate information about the Data Access App Block for .NET 4.5 and MVC 4 And can also recommend some examples of its correct usage.

Thanks in advance ..

I think data access applications block is quite Is obsolete.

Why do not you use ORM (such as the unit framework or NHibernate) to create an access layer for your data? As you can see

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -