Friday, November 30, 2007

Final Release of VS 2008 and .NET 3.5 Now Available

Final Release of VS 2008 and .NET 3.5 Now Available

Final Release of VS 2008 and .NET 3.5 Now Available

Experience the latest release of the most productive and powerful development tool and user interface platform on the planet. Learn about the new features in Visual Studio 2008 and the .NET Framework 3.5, from built-in ASP.NET AJAX support, to the new Visual Studio Web page designer, to the enhanced JavaScript support; then watch the ASP.NET 3.5 video series and the LINQ video series; and then download a free copy of Visual Web Developer 2008 to try it out yourself.

Go to the link: http://asp.net/downloads/vs2008/

View Sabah u Din Irfan's profile on LinkedIn

What's new in Visual Studio 2008 and .NET Fx 3.5 for the Web Developer

Kindly visit the following link, it is very useful:

http://msdn2.microsoft.com/en-gb/bb905504.aspx?id=108

SQL Server 2005: Using NULLIF

It takes two parametes like,
NULLIF (param1,param2)
and returns NULL if both param1 and param2 are equal.

NULLIF returns the first parameter if the two parameters are not equivalent

NOTE:
param1 and param2 can be a constant, column name, function, subquery, or any combination of arithmetic, bitwise, and string operators.

NULLIF is somehow similar to CASE function.


http://www.bloglines.com/blog/sabah-irfan?id=41

SQL Server 2005: Using NULLIF

It takes two parametes like,
NULLIF (param1,param2)
and returns NULL if both param1 and param2 are equal.

NULLIF returns the first parameter if the two parameters are not equivalent

NOTE:
param1 and param2 can be a constant, column name, function, subquery, or any combination of arithmetic, bitwise, and string operators.

NULLIF is somehow similar to CASE function.


http://www.bloglines.com/blog/sabah-irfan?id=41