Blog Stats
  • Posts - 10
  • Articles - 0
  • Comments - 2
  • Trackbacks - 7

 

Monday, April 03, 2006

VS 2005 Code Snippets for C#


In my VS 2005 installation,  these snippets are available out-the-box  for VB.Net but not for the C#.  We have to manually download and install from here....

http://msdn.microsoft.com/vstudio/downloads/codesnippets/default.aspx

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

MS Developer Toolbar


The MS Developer toolbar is handy when working on an Asp.Net page, especially when fudging around with layout using numerous table's,  div's, styles and much more.  It dissects the html displayed on the browser and presents a nice display of the elements of the page, their attributes and then some.  It saves from having to view the html source as much as I did.  ..

Download here
http://www.microsoft.com/downloads/details.aspx?FamilyID=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Refactor Visual Studio plug-in for Visual Basic programmers.


The new refactor features of VS 2005 are nice.  It wasn't until I tried using them when working on a VB.Net project that I realized....they're not there?  It seems my installation of VS.Net 2005 doesn't provide the same refactor options available to C# developers out the box, at least in my installation of it.

However.. a search on MSDN brings this link to download Refactor! for VB.Net as an additional plug-in.  

http://msdn.microsoft.com/vbasic/downloads/tools/refactor/

 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
 

 

Copyright © Alex Cardona