Maulik Soni

<ASP:MSLOG runat=”brain”>

  Home  |   Contact  |   Syndication    |   Login
  4 Posts | 13 Stories | 17 Comments | 3 Trackbacks

News

Article Categories

Archives

Post Categories

Book List

My Contribution

VB.NET 2005

Visual Basic .NET 2005
Use the My objects to program common tasks – The new MY object provides easy access to various features that developers often need but don't necessarily know where to find in the sprawling .net class library. My.Computer – This object provides info about the current computer, including its network connection, the mouse and keyboard state, the printer and screen and the clock. Also play a sound, find a file, access to the registry and windows clipboard. My.Application – This object...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

This article will cover the introduction of new visual studio 2005 IDE features. Code,Debug and Continue without Restarting your Application – Visual Basic 6.0 developers are accustomed to making changes on the fly. Tweaking statements, refining logic and even inserting entirely new block of code while they work. Fortunately in Visual Studio 2005 this feature will be available to developers. You don't need to wait for an error to occur to use edit-and-continue debugging. You can also set a...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati