Welcome to Jonathan Parker's Blog Sign in | Join | Help

April 2006 - Posts

Ever wondered if you don't know about some obscure keyword in C#? Well don't worry because here is the complete list from the CSharpCodeGenerator constructor in the System.dll of the .NET framework. static CSharpCodeGenerator () { string [][] textArrayArray1 Read More...
Lately I've been having a debate with a friend about whether C# code can inherit from VB.NET code (and of course vice versa). What came up was the fact that in a C# VS project you can't have VB.NET files. However I've been playing around with the VB.NET Read More...