Dot Net Cube

Spreading .NET knowledge one cube at a time!

Overview of .NET 4.0 features – C# 4.0 Named and Optional Parameters

clock June 3, 2009 21:27 by author Administrator
  The concept of Optional parameters is not new and exists in other languages such as C++. Infact, the functionality is a part of the .NET framework and exists is in VB.NET. Optional parameters will be introduced in C# 4.0 and can be used to call a method without having to specify all the argu... [More]


Overview of .NET 4.0 features – ASP.NET 4.0 ClientIDMode

clock May 23, 2009 02:39 by author Administrator
  In pre 4.0 days, when a server control is rendered, the framework would assign an ID to the control based on the control hierarchy. For example, a textbox of id "txtTest" in a user control that is used on a page would be rendered with the ID "WebUserControl11_txtTest". De... [More]


C# 3.0 - Extension Methods

clock October 3, 2008 03:12 by author Administrator
  Extension methods let developers add methods to an existing type without having to recompile. Extension methods are static methods that can be used as instance methods of the type that was extended. Consider an example of a helper method that is used to format a phone number. Given a number ... [More]



 

 

Poll

What is your current job title?











Disclaimer: The views expressed in this website are the author's personal views and in no way reflects the views of his employer or anyone else. Any opinions, tips, ideas, work arounds, fixes or other commentary expressed in this blog is provided "AS IS" without any warranties and rights.



Sign in