Looking for good tutorials whther i can use code first in asp.net web forms.
Code-First is only a method that lets you do to create models with codes first,and then you can control how the tables are designed,done……totally by your codes through Fluent API or Attributes。So it's only a type of data-creating and data-accessing technology,you
can use that in WebForm。
Marked as answer by mohramzan on Mar 23, 2012 08:54 PM
mohramzan
Member
56 Points
23 Posts
can i use EF code first in asp.net web forms?
Feb 19, 2012 09:58 PM|LINK
Hi there
Looking for good tutorials whther i can use code first in asp.net web forms.
Will be greatful to you guys if you could help me out.
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: can i use EF code first in asp.net web forms?
Feb 19, 2012 11:49 PM|LINK
Sure you can use code first in asp.net web forms. Once you get the data back you can bind your controls to the returned data
Space Coast .Net User Group
thaicarrot
Contributor
5128 Points
1463 Posts
Re: can i use EF code first in asp.net web forms?
Feb 20, 2012 03:25 AM|LINK
Take a look at EF team blog. Recently EF is EF-5
Weera
Horizon_Net
Star
8277 Points
1435 Posts
Re: can i use EF code first in asp.net web forms?
Feb 20, 2012 10:20 AM|LINK
Hi,
the last review of EF is version 4.3. On the team blog you will find some hands-on.
If my post solves your problem, please mark as answer.
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: can i use EF code first in asp.net web forms?
Feb 21, 2012 12:46 AM|LINK
Code-First is only a method that lets you do to create models with codes first,and then you can control how the tables are designed,done……totally by your codes through Fluent API or Attributes。So it's only a type of data-creating and data-accessing technology,you can use that in WebForm。