0

I'm looking for a book or an online tutorial on asp.net using C# that teaches how to setup MVC and DAO.

In Visual Studio, I first create an "ASP.NET Web Application", then I add the Controller, Model and DAO Class Libraries.

I then want to understand the concept of Entity Base Creator Class. How this is used. Undestand how Generics work, eg Result<T> and Result<List<T>>.

I would like to understand what do I put in the Controller.cs, the Model.cs and the Dao.cs and EntityCreator.cs. Do these all relate to the Entity (tables) setup in my Database?

1
  • ADO or DAO? question title and body are not aligned, can you decide? ;-) Commented Nov 28, 2011 at 9:10

1 Answer 1

1

That's a pretty good ASP .NET MVC aplication with DB.

http://www.asp.net/mvc/tutorials/create-a-movie-database-application-in-15-minutes-with-asp-net-mvc-cs

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.