Browse by Tags
All Tags »
EF 5.0 (
RSS)
In this post I will introduce you to Code First Migrations, an Entity Framework feature introduced in version 4.3 back in February of 2012. I have extensively covered Entity Framework in this blog. Please find my other Entity Framework posts here . Before...
Τhis is the fifth post in a series of posts on how to design and implement an ASP.Net 4.5 Web Forms store that sells posters on line . There are 4 more posts in this series of posts.Please make sure you read them first.You can find the first post here...
Τhis is the fourth post in a series of posts on how to design and implement an ASP.Net 4.5 Web Forms store that sells posters on line. There are 3 more posts in this series of posts.Please make sure you read them first.You can find the first post here...
Τhis is the third post in a series of posts on how to design and implement an ASP.Net 4.5 Web Forms store that sells posters on line. Make sure you read the first and second post in the series. In this new post I will keep making some minor changes in...
In this post I will show you with a hands-on demo the enum suppor t that is available in Visual Studio 2012, .Net Framework 4.5 and Entity Framework 5.0. In this post I will use the Model First paradigm available to us so I can demonstrate the support...
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...
In this post I will show you with a hands-on demo the enum suppor t that is available in Visual Studio 2012, .Net Framework 4.5 and Entity Framework 5.0. You can have a look at this post to learn about the support of multilple diagrams per model that...
Τhis is the second post in a series of posts on how to design and implement an ASP.Net 4.5 Web Forms store that sells posters on line. Make sure you read the first post in the series.You can find it here . In all these posts I am going to publish, I will...
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. Ι will demonstrate how to create a website that sells posters on...
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 . Since then I have been investigating...
More Posts