Saturday, July 24, 2010

Entity Framework 4 “Code-First”: Custom Database Schema Mapping

Entity Framework 4 “Code-First”: Custom Database Schema Mapping


Entity Framework 4 “Code-First”: Custom Database Schema Mapping

Posted: 23 Jul 2010 09:36 AM PDT

Last week I blogged about the new Entity Framework 4 "code first" development option.  The EF "code-first" option enables a pretty sweet code-centric development workflow for working with data.  It enables you to: Develop without ever having to open a designer or define an XML mapping file Define model objects by simply writing "plain old classes" with no base classes required Use a "convention over configuration" approach that enables database persistence without explicitly configuring anything In last week's blog post I demonstrated how to use the default EF4 mapping conventions to enable database persistence.  These default conventions work very well for new applications, and enable you to avoid having to explicitly configure...(read more)

Silverlight on Mobile : Write your first Windows Phone 7 Application with Silverlight

Posted: 24 Jul 2010 10:28 AM PDT

Hi, I am back after a small break in between, well the gap I took just because the moment I started this series, There was a launch by Microsoft for Windows Phone 7 Tools, Yes ! I am talking about Windows Phone 7 Beta Tools which you can download right...( read more )...(read more)

Silverlight Cream for July 24, 2010 -- #909

Posted: 24 Jul 2010 10:19 AM PDT

In this Issue: Tony Champion , Vikas , Larry Larsen , Dimitris - Ilias Gkanatsios , Gergely Orosz , András Velvárt , Rishi , John Papa , David Rousset , David Anson , and Ozymandias . Shoutout: The Swiss MSDN Team Blog announced "Building a Newsreader...( read more )...(read more)

Developing for the Windows Phone 7 - Part 1: The Phone

Posted: 23 Jul 2010 05:23 PM PDT

I am one of the lucky few who received Windows Phone 7 phone this week. For those who will ask, I got a phone because I am writing a book on programming for the Windows Phone 7 (Application Development for the Windows Phone 7 with Silverlight, Addison...( read more )...(read more)

How to: Add Restart Manager Support (Visual C++ 2010)

Posted: 23 Jul 2010 04:05 PM PDT

The restart manager is a feature added to Windows Vista for MFC applications. The restart manager adds support for your application if it unexpectedly closes or restarts.

No comments:

Post a Comment