Developing ASP.NET MVC 3 Application with EF CTP (Part 1)

I this post I will walk through steps of creating an ASP.NET MVC 3 application using new code first entity framework CTP as data access and business layer.  Just a few upfront comments.  Both technologies are in preview state right now, but will likely be released in first half of next year. To get started …

Continue reading ‘Developing ASP.NET MVC 3 Application with EF CTP (Part 1)’ »

Silverlight vs. HTML 5

It is time for me to jump on bandwagon of discussing the latest comments out of Microsoft regarding Silverlight.  If you have not read the latest commend by Bob Muglia, Microsoft VP, you can read his interview with Mary-Jo Foley here.  One particular paragraph bothers me a ton: Silverlight is our development platform for Windows …

Continue reading ‘Silverlight vs. HTML 5’ »

Using Entity Framework 4.0 CTP

In this post I will take a look at the new features in the next release of entity framework. Primary feature set is centered around what is commonly referred to as “Code First” approach to Entity Framework.  With code first approach you write the code first, then entity framework runtime dynamically figures out how to …

Continue reading ‘Using Entity Framework 4.0 CTP’ »