in

www.dotNET6.com

Generic Collection of disconnected members.

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Method hiding in c# or the use of new keyword.

    Definition: Method hiding or simply put if a method is not overriding the derived method, it is hiding it. Snippet 1: using System; namespace Polymorphism { class Super { public void SomeMethod() { Console.WriteLine("Super Write"); } } class Sub : Super { public new void SomeMethod() { Console...
    Posted to Nexus's Threadpool (Weblog) by Nexus on 02-14-2008
  • F# what's next, G# ?

    Well a couple of days ago, i saw on Tweakers.Net that Mickeysoft decided to release a new .Net Language called F#. On the microsoft's research site ( http://research.microsoft.com/fsharp/fsharp.aspx ) following definition is used : "Combining the efficiency, scripting, strong typing and productivity...
    Posted to Nexus's Threadpool (Weblog) by Nexus on 10-26-2007
Page 1 of 1 (2 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems