Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / null

Null

null

Great Reads

by ASP.NET Community
Whenever an attempt is made to access data from the cache, it should be with the assumption that the data might not be there any more. Thus,
by ASP.NET Community
Followings are some examples of using SELECT statement. My table name tblTest. Followings are columns. (TestID, TestName, TestDate, TestCity )1)
by ASP.NET Community
One of the newcomer in C# 4.0 - great newcomer is new keyword 'dynamic'. Dynamic variables are run-time binded which is very helpful many times
by ASP.NET Community
Hi friends..... Many of guys are trying or working on menus for binding it dynamically. i've the solution for ithere , i m putting sample code to

Latest Articles

by ASP.NET Community
Whenever an attempt is made to access data from the cache, it should be with the assumption that the data might not be there any more. Thus,
by ASP.NET Community
Followings are some examples of using SELECT statement. My table name tblTest. Followings are columns. (TestID, TestName, TestDate, TestCity )1)
by ASP.NET Community
One of the newcomer in C# 4.0 - great newcomer is new keyword 'dynamic'. Dynamic variables are run-time binded which is very helpful many times
by ASP.NET Community
Hi friends..... Many of guys are trying or working on menus for binding it dynamically. i've the solution for ithere , i m putting sample code to

All Articles

Sort by Score

null 

by ASP.NET Community
Whenever an attempt is made to access data from the cache, it should be with the assumption that the data might not be there any more. Thus,
by ASP.NET Community
Followings are some examples of using SELECT statement. My table name tblTest. Followings are columns. (TestID, TestName, TestDate, TestCity )1)
by ASP.NET Community
One of the newcomer in C# 4.0 - great newcomer is new keyword 'dynamic'. Dynamic variables are run-time binded which is very helpful many times
by Oktay Ekincioglu
Exception handling practices like avoiding null values, writing predictable function signatures, avoiding null reference exceptions, etc.
by ASP.NET Community
HiThis a common task for Auction bid, events, promotions, project deadline etc.For this sample we need to create a sql table and one stored
by Giovanni Scerra
Patterns to prevent null reference exceptions
by Shivprasad koirala
In this article we will explain about NULL Design Pattern in C#.
by ASP.NET Community
NULL can be produce weird results and sometimes it is hard to diagnose the root cause. So to avoid such a problem like this you need to remember few
by ChristianNeumanns
The "absence of a value" is among the most important concepts a type system has to deal with.
by ASP.NET Community
C#protected void Page_Load(object sender, EventArgs e){    // Change the title    Page.Header.Title = "My Content Page Title";        // Change
by ASP.NET Community
Introduction:         The companies which are offering variety of services to the customers, they need to get the response from the customers in
by ASP.NET Community
Introduction:         The companies which are offering variety of services to the customers, they need to get the response from the customers in