Desmond File

Blog archive

Visual Studio 2008 SP1 Lands

So Visual Studio 2008 Service Pack 1 (SP1) is finally here. And as service packs go, VS08 SP1 is a pretty big deal.

The new bits do more than simply clean up flaws and holes in the shipping versions of Visual Studio and .NET Framework 3.5. As John Waters' story reveals, SP1 adds important new features, from innovative data-handling technologies to game-changing design-time tooling.

You could argue that calling this release a simple SP1 entirely understates the importance of the latest versions of Visual Studio and .NET Framework. Look no further than SP1's support for language integrated query (LINQ) and the ADO.NET Entity Framework (EF). These technologies promise to literally change the way developers work with data.

In fact, as Gartner Analyst Mark Driver noted, the EF introduces an object relational mapping (ORM) toolset to Microsoft-bound developers.
"It replicates what people like to do with Hibernate. LINQ to Entities is as close as you're going to get to Microsoft's ORM facility any time soon," Driver said.

Ultimately, the data and scalability improvements of SP1 could help make the .NET Framework enterprise-ready in the eyes of large development organizations. But Forrester Analyst Jeffrey Hammond has some misgivings about the pile-up of redundant tooling and resources that could complicate decision making for development managers.

"This richness of choices is something that can create confusion among developers," Hammond said, noting that developers can use the .NET client runtime, Silverlight 1.1 or 2, or the Web Parts Framework to build rich client interfaces. "Microsoft needs to continue to support developers to help them make the right choices among all the options they now have."

What are your impressions of VS08 SP1 and the updated .NET Framework 3.5? Are you planning to move to the new tooling soon? Let me know at mdesmond@reddevnews.com.

Posted by Michael Desmond on 08/12/2008


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube