.NET

[Via Somesegar] …we have decided to rename WinFX to the .NET Framework 3.0.  .NET Framework 3.0 aptly identifies the technology for exactly what it is – the next version of our developer framework… Read more…

[Via Andrew Connell] Now if this isn’t just damn cool!!! On this site you can add content to VS 2005 documentation topics and edit contributions from other users.  Our goal is to extend the documentation with code examples, tips and tricks, and other information that you add. And they’ve even added RSS feeds!  MSDN Wiki […]

A couple of customers reported problems when using the menu control with ASP.NET 2.0 and MCMS. After analyzing one of the affected projects I identified that the reason for the problem is that the menu control seems to have a bug. It does not work correct if the following tag is included in the web.config: […]

[Via Spence] With the recent release of Service Pack 2 for MCMS, it is now possible to take advantage of many ASP.NET 2.0 features within your MCMS applications. The ASP.NET 2.0 AdRotator control has been enhanced to allow for programatic population, which makes it much easier to produce a AdRotator using MCMS Resource Gallery Items. […]

In the first part of this article I discussed how to implement a SiteMapProvider for an MCMS website. ASP.NET 2.0 ships with three new controls that can be used for site navigation: SiteMapPath Menu TreeView Problems with the TreeView control SiteMapPath and the Menu control can easily be used on a MCMS website but the […]

Breaking changes are changes in either the .NET Framework (runtime breaking changes) or Visual Studio (design/compile/project upgrade) that make certain application and development scenarios behave differently from the version 1.0 and 1.1 .NET Frameworks to the 2.0 version. These are not necessarily changes that we have found to be breaking an application; rather, these are […]