DarenHan's Blog
I am a Dot net asp.net developer working with VS 2005 and SQL 2005 now.
Sign in
|
Join
|
Help
Home
About
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Community
Home
Blogs
Media
Forums
Wikis
Groups
Archives
December 2008 (5)
November 2008 (1)
October 2008 (4)
September 2008 (5)
August 2008 (2)
July 2008 (5)
June 2008 (7)
May 2008 (7)
April 2008 (3)
March 2008 (8)
February 2008 (7)
January 2008 (1)
December 2007 (8)
November 2007 (8)
October 2007 (7)
September 2007 (2)
August 2007 (3)
July 2007 (2)
June 2007 (5)
May 2007 (5)
April 2007 (4)
March 2007 (1)
February 2007 (4)
January 2007 (5)
December 2006 (5)
November 2006 (3)
October 2006 (3)
August 2006 (5)
July 2006 (3)
June 2006 (3)
May 2006 (6)
April 2006 (9)
March 2006 (7)
April 2007 - Posts
0
Comments
Visual Studio Code Name "Orcas" Downloads
by
darenhan
The next version of Visual Studio, Microsoft® Visual Studio® code name “Orcas”, will provide an industry-leading developer experience for Windows Vista, the 2007 Microsoft Office system, and the Web. In addition, it will continue in...
0
Comments
MSDN Lib april 2007 and VS 2005 fixes for Vista
by
darenhan
Today is a good day. I find out that Microsoft is giving us free the MSDN lib free for april 2007 and fixes for Visual Studio 2005 for compatibility problems with its newest OS (Vista). MSDN Library April 2007 http://www.microsoft.com/downloads/details...
0
Comments
Webinale 2007
by
darenhan
Conference for the Next Generation Web Webinale 2007 provides a platform for networking and knowledge exchange about Web 2.0. Conference tracks will include the following topics: AJAX, Web Security, Web Business, Web Know-How and Enterprise Web. The conference...
0
Comments
Do data dictionary when you create your database objects...
by
darenhan
Today I discovered what extended property in sql server is useful for...<grinz> it is for comments. When u create a table, u can add extended property for the columns as comments. Then you can use a tool to generate a data dictionary. For details...