Dot Net Cube

Spreading .NET knowledge one cube at a time!

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]


Rarely used C# keywords

clock May 16, 2009 02:34 by author Administrator
  I received a few comments indicating that some of them are not keywords. The intent of this post was to list the C# "features" that are in my opinion rarely used. By features, it could mean be keywords, methods or operators. I really do not want to change the title to read "Ra... [More]


Using Flags Enumeration Type in C#

clock May 9, 2009 02:00 by author Administrator
  What are Flags Enums? Flags Enum types are a convenient way of storing multiple enumerated values. Assume you are working on a Shipping application in which the items that are shipped are represented by an enum type. A regular enum would be: public enum Item { None, Laptop, Hard... [More]


Top 5 SQL System stored procedures every developer should know

clock May 2, 2009 01:08 by author Administrator
There are a number of documented and undocumented system stored procedures in MS SQL Server that are helpful for every web developer working with databases. From the developer’s perspective, here’s a list of 5 System stored procedures that are my favorite. 1. sp_help Purpose sp_help gives infor... [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