Posted at 11:06AM on January 12th, 2008 by Bob Schwarz

Microsoft .NET Framework 2.0 Service Pack 1 provides cumulative roll-up updates for customer reported issues found after the release of Microsoft .NET Framework 2.0. In addition, this release provides security improvements, and prerequisite feature support for .NET Framework 3.0 Service Pack 1, and .NET Framework 3.5.

Instructions

Important:

  1. Make sure you have the latest service pack and critical updates for the version of Windows on the computer. To look for recent updates, visit Windows Update.
  2. Click the Download button on this page to start the download
  3. To save the download to your computer for installation at a later time, click Save.
  4. To cancel the installation, click Cancel.

Download Microsoft .NET Framework 2.0 Service Pack 1 (x86)

Posted at 11:00AM on January 12th, 2008 by Bob Schwarz

Microsoft .NET Framework 3.0 Service Pack 1 provides cumulative roll-up updates for customer reported issues found after the release of Microsoft .NET Framework 3.0. In addition, this release provides security improvements, and prerequisite feature support for Microsoft .NET Framework 3.5.

Instructions

Important:

  1. Make sure you have the latest service pack and critical updates for the version of Windows on the computer. To look for recent updates, visit Windows Update.
  2. Click the Download button on this page to start the download
  3. To save the download to your computer for installation at a later time, click Save.
  4. To cancel the installation, click Cancel.

Download Microsoft .NET Framework 3.0 Service Pack 1

Posted at 10:53AM on January 12th, 2008 by Bob Schwarz

Microsoft .NET Framework 3.5 contains many new features building incrementally upon .NET Framework 2.0 and 3.0, and includes .NET Framework 2.0 service pack 1 and .NET Framework 3.0 service pack 1.

NET Framework 3.5 builds incrementally on the new features added in .NET Framework 3.0. For example, feature sets in Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF) and Windows CardSpace. In addition, .NET Framework 3.5 contains a number of new features in several technology areas which have been added as new assemblies to avoid breaking changes. They include the following:

  • Deep integration of Language Integrated Query (LINQ) and data awareness. This new feature will let you write code written in LINQ-enabled languages to filter, enumerate, and create projections of several types of SQL data, collections, XML, and DataSets by using the same syntax.
  • ASP.NET AJAX lets you create more efficient, more interactive, and highly-personalized Web experiences that work across all the most popular browsers.
  • New Web protocol support for building WCF services including AJAX, JSON, REST, POX, RSS, ATOM, and several new WS-* standards.
  • Full tooling support in Visual Studio 2008 for WF, WCF, and WPF, including the new workflow-enabled services technology.
  • New classes in .NET Framework 3.5 base class library (BCL) that address many common customer requests.

IMPORTANT:

  • If you have installed earlier pre-release versions of .NET Framework 3.5, then you must uninstall them prior to running this installation by using Add or Remove Programs.

Download .Net Framework 3.5

Posted at 10:48AM on January 10th, 2008 by Bob Schwarz

Windows Forms sample code for demonstrating improvements to Windows Forms data binding in the .NET Framework 2.0. This sample code is associated with part two of a two part series of white papers on this topic.

Read the rest of this entry »

Posted at 10:41AM on January 10th, 2008 by Bob Schwarz

Learn how to deploy a Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office system (also known as Visual Studio 2005 Tools for Office Second Edition, or VSTO 2005 SE) solution using a Visual Studio 2005 Setup project to create a Windows Installer package.

This download targets developers who want to deploy a Visual Studio 2005 Tools for Office 2007 solution using a Visual Studio 2005 Setup project to create a Windows Installer package.

Read the rest of this entry »

Posted at 3:52PM on January 7th, 2008 by Bob Schwarz

As you can see the site went through a major upgrade. The software I used was outdated and I got tired of hacking at the code to make it work like it was supposed to.

There were some things I just could not fix so I decided to go with Wordpress which I modified for my use.

On the old site I had to shutoff features because of spam and abuse. Those features are back on and spam filters are in place to block the problems I had with the old software.

Read the rest of this entry »

Posted at 1:01PM on January 7th, 2008 by Thomas

Read this over at DevX and thought it would be a good submission to kick the new site off.

With the release of Visual Studio 2008, Microsoft has also updated the .NET Compact Framework. Unlike its desktop counterpart, there is no version 3.0 of the .NET Compact Framework. Instead, to align with the .NET Framework versioning on the desktop, the latest version of the .NET Compact Framework is now 3.5, up from its previous version number of 2.0.

The .NET Compact Framework 3.5 adds new APIs and, most notably, it now supports the new Language Integrated Query (LINQ) and Windows Communication Foundation (WCF) features that are standard on the .NET Framework (the WCF feature will be covered in more depth in an upcoming article). On the Visual Studio 2008 front, there are new tools to make testing and development work much easier and robust.

If you want to read the full article you do so at DevX site.

Posted at 8:49AM on January 7th, 2008 by Bob Schwarz

Windows Forms sample code for adding drop-down filter lists to the DataGridView control similar to the AutoFilter feature of Excel.
This sample code is associated with a white paper on this topic.

For more information, see the associated Building a Drop-Down Filter List for a DataGridView Column Header Cell white paper.

To provide feedback on this sample code and to check for updates, see the Windows Forms Documentation Updates Blog.

Download