Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

I want to implement code first approach in my project, but am using ASP.Net Webapplication.
I have implemented Code first approach in MVC earlier but I want to know whether it is possible to implement the code first approach in asp.net web application without MVC.
If it can be implemented, please say how it can be.
Any tips will be greatly appreciated.

Thanks in advance.
Posted
Updated 16-Jul-13 19:11pm
v2

1 solution

Tricks? What tricks? "Code first" is an approach is related to Entity Framework, which is fully independent of other layers of the application: you can use it with WPF, Windows Forms, MVC, Console application and of course Web Forms too. Skip the MVC tutorials and see the other ones here: http://www.asp.net/whitepapers/aspnet-data-access-content-map#cf[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900