OutPost: PostBack Over XmlHttp

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.…

ASP.NET Atlas

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.…

VB.NET vs C#

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…

.NET LINQ

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…