Convert C# to VB.NET

Convert C# code snippets to their equivalent in VB.NET using these web-based tools at developerfusion [http://www.developerfusion.com/utilities/convertcsharptovb.aspx], aspalliance [http://authors.aspalliance.com/aldotnet/examples/translate.aspx] and another one by Kamal Patel [http://www.kamalpatel.net/ConvertCSharp2VB.aspx].…

Longhorn In-Depth

Longhorn In-Depth [http://www.extremetech.com/slideshow/0,2394,l=&s=25501&a=126556,00.asp], some more Longhorn screenshots.…

Visual IL

Visual IL [http://blogs.msdn.com/craigskibo/archive/2004/07/12/180991.aspx] by Craig Skibo is an interesting IL (Intermediate Language) development environment (currently in beta). This sure goes a level deeper than C# and VB.NET, for direct IL development rather than relying on the IL compiler.…

Comega

Comega [http://research.microsoft.com/Comega/], a Microsoft research project, is an experimental language which extends C# with new constructs for relational and semi-structured data access and asynchronous concurrency. Downloadable here [http://www.research.microsoft.com/research/downloads/default.aspx].…

ReSharper: C# Refactoring Tool

ReSharper: C# Refactoring Tool [http://www.jetbrains.com/resharper/]. ReSharper is an add-in for Visual Studio .NET 2003 that brings intelligent C# code editing, highlighting and refactoring features to Visual Studio.…

PHP 5 Released

PHP 5.0 [http://www.php.net/] Released! Key features include: SQLite inbuilt, SOAP extension, new MySQL extension, low-level socket operations on streams etc.…