In my opinion they brought it to ease the cominterop from c# to ms office. Unless i wont use optional parameters instead of method overloading in my code.
Izzet Kerem Kusmezer
Posts
-
Visual Studio 2010 is coming out soon. Does anyone care? -
Your First Computer...Amstrad 6128 with Monochrome Display. Locomotive Basic and CP/M. Old good days.
-
Programming While On MedicationI had also similar issue when i was using Prozac and other SSRI's. Concentration failures , especially when designing a system and coding heavyly creative stuff. I am off the medicines now, my anxiety is for sure returned, but there is a line between our survival instinct and fighting responses which gives us this responsibilities , and whole kind of SSRI's are known causing manic episodes, which causes us to forget or even don't care about responsibilities. So if coding is an art, surely whole antidepression stuff kills the programmer in you.
-
VB.Net's Dim [modified]The following is also buggy. Imports System public class Test Public Shared Sub Main() For i As Integer = 1 To 5 Dim b As String if i > 1 then Console.WriteLine(b.SubString(2)) end if Console.WriteLine(b) b = "killer" Next Console.ReadLine() End Sub end class Which normally should cause an null reference exception causes ller to be written out, you can't write the same code in C#, because using an uninitialized variable is an error instead of an warning.
-
.NET Reference Code Downloader For Debugging With Visual Studio 2005Hi i developed a tool which allows you to download whole the source code from microsoft at once. You don't need VS2008 to download and debug the source code. You can use VS2005 to debug the source code also. Just grab your copy of MassDownloader From NetMassDownloader. You can contact me via keremskusmezer@gmail.com for any questions.
-
.NET Reference Code Downloader For Debugging With Visual Studio 2005Hi i developed a tool , which allows you to download whole the source code from microsoft at once. You don't need vs2008 for this, and you can debug the source code without vs2008. Just grab your copy from Net Mass Downloader. You can contact me about the tool via my mail address keremskusmezer@gmail.com Best Regards Kerem Kusmezer