Archives
-
Enum Support in Entity Framework 5.0 using Model First and the EF Designer
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.
-
Looking into Code First Data Annotations in Entity Framework
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.
-
Looking into Enum Support in Entity Framework 5.0 Code First
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.
-
Building an ASP.Net 4.5 Web forms application - part 2
Τ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.
-
Building an ASP.Net 4.5 Web forms application - part 1
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.
-
Sorting the columns of an HTML table using JQuery
In this post I will show you how easy is to sort the columns of an HTML table. I will use an external library,called Tablesorter which makes life so much easier for developers.
-
Highlighting rows and columns in an HTML table using JQuery
A friend of mine was seeking some help regarding HTML tables and JQuery. I have decided to write a few posts demonstrating the various techniques I used with JQuery to achieve the desired functionality.
-
Using Native Drag and Drop in HTML 5 pages
This is going to be the eighth post in a series of posts regarding HTML 5. You can find the other posts here, here , here , here, here , here and here.
-
Using CSS3 media queries in HTML 5 pages
This is going to be the seventh post in a series of posts regarding HTML 5. You can find the other posts here , here , here, here , here and here.
-
Using rounded corners in modern websites with CSS3
This is going to be the sixth post in a series of posts regarding HTML 5. You can find the other posts here , here, here , here and here.
-
Using real fonts in HTML 5 & CSS 3 pages
This is going to be the fifth post in a series of posts regarding HTML 5. You can find the other posts here, here , here and here.
-
Using multiple column layout with HTML 5 and CSS 3
This is going to be the fourth post in a series of posts regarding HTML 5. You can find the other posts here , here and here.
-
Creating a multi-column rollover image gallery with HTML 5
I know it has been a while since I blogged about HTML 5. I have two posts in this blog about HTML 5. You can find them here and here.
-
Page Inspector and Visual Studio 2012
In this post I will be looking into a new feature that has been added to theVS 2012 IDE. I am talking about Page Inspector that gives developers a very good/handy way to identify layout issues and to find out which part of server side code is responsible for that HTML snippet of code.
-
Looking into Strongly Typed Data Controls in ASP.Net 4.5 and Visual Studio 2012
In this post I will be demonstrating a brand new feature which available in ASP.Net 4.5.I will be demonstrating the numerous features added in .Net 4.5 in future posts. Have a a look if you want in my last post that investigates enhancements added to EF 5.0 Designer.
-
Using multiple diagrams per model in Entity Framework 5.0
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 .