Thursday, February 23, 2012 4:38

‘.NET’ News

Subscribe to RSS feed

Navigate Code and Text in Virtual Studio 2010

Tuesday, April 12, 2011 2:28

Original article: http://msdn.microsoft.com/en-us/library/9w13x3hh.aspx There are various ways to move through text or code in the Code Editor using the mouse and navigation keys: Use the arrow keys to move one character at a time, or the arrow keys in combination with the CTRL key to move one word at a ...

Tagged with: ,

Display Line Numbers in Virtual Studio 2010

Tuesday, April 12, 2011 2:26

ine numbers are not added to your code; they are for reference only. For line numbers to print, you must select Include line numbers in the Print dialog box. For more information, see How to: Print Code in the Editor. To display line numbers in code On the Tools menu, select ...

Tagged with: ,

Virtual Studio 2010 disable the automated TFS connection

Wednesday, March 23, 2011 0:29

Add a DWORD value called "AutoLoadServer" under HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\TeamFoundation. Zero means do not reconnect automatically.

Tagged with: ,

VB.NET to C#

Thursday, September 2, 2010 19:53

I came across this syntax error - "Non-invocable member 'System.Windows.Forms.Control.Controls' cannot be used like a method" when converting a VB.NET project to C#  windows form application. In C#, weshould use bracket("[", "]") to retrieve item from a collection instead of using the parenthesis as in VB.NET. VB.NET ->TabControl1.Controls(1).Enabled = False C#         -> this.TabControl1.Controls[1].Enabled ...

Tagged with:

VS 2008 users: remember to download the SourceSafe CTP

Monday, December 21, 2009 15:45

You've probably all seen Soma's announcement that the 2008 suite of products officially shipped this morning.  Good luck downloading -- our servers are pegged :) If you plan to use VS 2008 with SourceSafe, make sure to pick up the Update CTP too.  Without it, some features like "Open from ...

Tagged with:

Visual Source Safe 2005 Update CTP VS80-KB939808-X86-ENU.exe

Monday, December 21, 2009 15:43

Fixes in the GDR include stability, performance, data integrity, and usability enhancements in many areas of the product. It also improves compatibility with Visual Studio 2008 and Windows Vista™. A comprehensive list of fixes that were previously published in the Microsoft Knowledgebase can be found by following the appropriate link under ...

Visual SourceSafe 2005 Update VS80-KB943847-X86-INTL.exe

Monday, December 21, 2009 15:15

This update is a rollup of bug fixes for Visual Source Safe. The fixed bugs include stability, performance, data integrity, and usability enhancements in many areas of the product. It also improves compatibility with Visual Studio 2008 and Windows Vista™. A comprehensive list of fixes is publsihed in the Microsoft ...

XSLT Study

Friday, February 6, 2009 17:36

Reference: http://www.xslt.org.cn/books/xslt/index.htm http://www.xml.com/pub/a/2001/05/07/xsltmath.html http://www.xml.com/pub/a/2002/06/26/q-a.html http://blog.csdn.net/cds27/archive/2006/05/21/747283.aspx http://www.cnblogs.com/cime63/archive/2007/09/28/908754.html http://stackoverflow.com/questions/231373/xslt-ie6-default-processor http://shiningwu.javaeye.com/blog/152823 http://shiningwu.javaeye.com/blog/154361

Tagged with:

Excel Financial functions for .NET

Monday, December 29, 2008 13:58

Considering that the .NET framework is easily on the short list for the most popular business application platform, it is surprising that financial functions are largely ignored. Sure there is a handful of methods squirreled away in VisualBasic.Financial, but most developers don’t even think to look there. It is no ...

Tagged with:
Versions of .NET Framework and Visual studio

Versions of .NET Framework and Visual studio

Monday, December 29, 2008 13:47

Published: November 20, 2007 - 08:46AM CT As promised earlier this month, Microsoft announced today that both Visual Studio 2008 and the accompanying .NET Framework 3.5 have been released to manufacture (RTM). Codenamed Orcas, Visual Studio 2008 (VS2008) comes two years ...

Tagged with: