DotNetStories
This is the second post in a series of posts titled "What's new in ASP.Net 4.5 and VS 2012".You can have a look at the first post in this series, here.
I have downloaded .Net framework 4.5 and Visual Studio
2012 since it was released to MSDN subscribers on the
15th of August.For people that do not know about that
yet please have a look at
Jason Zander's excellent blog
post
.
In this post I will show you with a hands-on demo the enum support that is available in Visual Studio 2012, .Net Framework 4.5 and Entity Framework 5.0.
In this post I would like to talk about Data Annotations and how to use them in our Code First Entity framework applications.Developers use extensively EF to build their data access layer. We have 3 development paradigms in EF. We have Database First,Model First and Code First. The last one (Code First) gains increasing popularity amongst developers.
I am going to start a new series of posts on how to
build an application using ASP.Net 4.5 Web forms.A few
days back I have been asked to present a number of
presentations on ASP.Net 4.5.