.NET 3.5 SP1

Up until now most service packs meant something was missing/wrong. The name service pack was associated with bad software. It looks like that is bound to change. More and more software vendors are using service packs to actually introduce new features to their products.

Latest example of this is the .NET 3.5 Service Pack 1, introduces some really big items like Entity Framework, and ADO.NET Data Services.

For those of you living under the covers, Entity Framework is big. It raises the abstraction level between the data mapping and the object model. Programmers can then code against object model level abstractions rather than lower level constructs. You should definitely check out Entity Framework if you are remotely interested in developing applications that have a fairly complex object model and a database.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s