ASP.NET Việt Nam
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Community
Home
Blogs
Media
Forums
Wikis
Groups
Video
Job
Archives
September 2010 (23)
August 2010 (44)
July 2010 (65)
June 2010 (56)
May 2010 (76)
April 2010 (73)
March 2010 (76)
February 2010 (61)
January 2010 (54)
December 2009 (49)
November 2009 (32)
October 2009 (10)
September 2009 (48)
August 2009 (56)
July 2009 (90)
June 2009 (100)
May 2009 (87)
April 2009 (93)
March 2009 (36)
February 2009 (6)
January 2009 (12)
December 2008 (10)
November 2008 (9)
October 2008 (2)
October 2009 - Posts
Are You Classic or Lightweight? The MSDN Redesign
by
Silverlight SDK
MSDN recently rolled out new presentation choices for its Library content, which includes the MSDN online section for Silverlight: If you haven't been there recently here's your obligatory handy link: Silverlight 3 on MSDN The added presentation...
Add Reference Dialog Improvements (VS 2010 and .NET 4.0 Series)
by
ScottGu's Blog
[In addition to blogging, I am now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu (@scottgu is my twitter name)] This is the twelfth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release...
WPF 4 (VS 2010 and .NET 4.0 Series)
by
ScottGu's Blog
[In addition to blogging, I am now using Twitter for quick updates and to share links. You can follow me on Twitter at: twitter.com/scottgu (@scottgu is my twitter name)] This is the eleventh in a series of blog posts I’m doing on the upcoming VS 2010...
VS 2010 Code Intellisense Improvements (VS 2010 and .NET 4.0 Series)
by
ScottGu's Blog
This is the tenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. In today’s blog post I’m going to cover a small but really nice improvement to code intellisense with VS 2010 – which is its ability to better filter...
Searching and Navigating Code in VS 2010 (VS 2010 and .NET 4.0 Series)
by
ScottGu's Blog
This is the ninth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. In today’s blog post I’m going to cover some of the new code searching and navigation features that are now built-into VS 2010. Searching and Navigating...
VS 2010 and .NET 4.0 Beta 2
by
ScottGu's Blog
I’m happy to announce that today we shipped the Beta 2 release of Visual Studio 2010 and .NET 4.0. You can download it now. VS 2010 and .NET Improvements VS 2010 and .NET 4 bring a huge number of improvements and additions. They include big advances for...
Announcing Microsoft Ajax Library (Preview 6) and the Microsoft Ajax Minifier
by
ScottGu's Blog
The ASP.NET team today released a significant new update of the Microsoft Ajax Library (Preview 6). This update includes a bunch of new capabilities and improvements to our client-side AJAX library, and can be used with any version of ASP.NET (including...
URL Routing with ASP.NET 4 Web Forms (VS 2010 and .NET 4.0 Series)
by
ScottGu's Blog
[In addition to blogging, I have recently been using Twitter to-do quick posts and share links. You can follow me on Twitter at: www.twitter.com/scottgu (@scottgu is my twitter name)] This is the eighth in a series of blog posts I’m doing on the upcoming...
Silverlight 3 online and offline Docs updated
by
Silverlight SDK
We just refreshed the online docs for Silverlight 3. In addition, the offline CHM has been updated. Most of the updates were just doc bug fixes. Right now writers are mostly focused on documenting Silverlight 4 Beta features (of course SL4 Beta hasn't...
Passing Multiple Records to a Stored Procedure in SQL Server
by
Dan Wahlin's WebLog
There are so many different ways to work with data that it can make your head spin. Regardless of the technology, one thing I always try to do when working with databases is minimize the number of calls that are made. I use ORM frameworks...