Breaking Changes in .NET Framework 2.0
Breaking Changes in .NET Framework 2.0 [http://msdn.microsoft.com/netframework/programming/breakingchanges/] from version 1.0/1.1…
Breaking Changes in .NET Framework 2.0 [http://msdn.microsoft.com/netframework/programming/breakingchanges/] from version 1.0/1.1…
Ten Visual Studio Add-Ins Every Developer Should Download [http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/default.aspx]…
OutPost (PostBack Over XmlHttp) [http://www.codeproject.com/Ajax/OutPost.asp] is an interesting new approach to resolve the issues of no state management, and cross browser difficulties with Ajax.…
Just came across the official ASP.NET Atlas [http://beta.asp.net/default.aspx?tabindex=7&tabid=47] website. Atlas is a (AJaX-style) package of new web development technologies that integrates an extensive set of client script libraries with the rich, server-based development platform of ASP.NET 2.0.…
20 CSS Tips and Tricks [http://www.petefreitag.com/item/475.cfm]…
VB.NET vs C#! The fight goes on, even as VB 9.0 and C# 3.0 specs are out. Top 10 reasons VB.NET is better than C# [http://www.vbrad.com/pf.asp?p=source/src_top_10_vb.htm] and Top 10 reasons C# is better than…
The .NET LINQ Project [http://msdn.microsoft.com/netframework/future/linq/default.aspx?pull=/library/en-us/dndotnet/html/linqprojectovw.asp] (Language Integrated Query) is quite cool as an extension to the .NET Framework to encompass language-integrated query, set, and transform operations on relational data (DLinq) and XML (XLinq). Much like…
How to make Apache run ASP.NET / ASP.NET 2.0 [http://weblogs.asp.net/israelio/archive/2005/09/11/424852.aspx]…