Showing posts with label C #. Show all posts
Showing posts with label C #. Show all posts

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

Friday, July 27, 2007

Visual Studio .NET 2008 Beta Available to Download Now

Visual Studio .NET 2008 Beta Available to Download Now on the Microsoft website:
Here are the Links:

You can download the Visual Studio 2008 product here. You can alternatively download the smaller VS 2008 Express Editions here.


Enjoy!!!!!!

Visual Studio .NET 2008 First Look Video

I was surfing on the net today and came across a link for the first look video of Visual Studio .NET 2008. I would like to share it with you people.

Here is the link:

http://www.xmlforasp.net/codebank/download/blog/video/LinqDataSource.wmv

Enjoy!!!!!!

Thursday, July 5, 2007

New Features in C# .NET 2.0

There are couple of new features/concepts that are introduced in the version 2.0 of C#.NET. These are listed below:
  1. Generics
  2. Partial Classes
  3. Iterators
  4. NULLABLE Value Types
  5. Anonymous Methods
  6. Coalesce operator: (??)
  7. Anonymous delegates providing closure functionality
  8. A yield return similar to yield in Python
Will explain one by one in different blogs for simplicity.