people in couch

How to use Generate from Usage feature in Visual Studio?

The Generate from Usage in Visual Studio allows you to use classes and members before you actually define them.

How to use Generate from Usage feature in Visual Studio ?

Here’s are the steps we follow to use the Generate from Usage feature in Visual Studio

1. Start using a class that doesn’t exist:

2. Now that ,you can generate the class via 2 method

a) right-click and choose Generate -> Class

Using Generate from Usage feature in Visual Studio 2010

b) click on the Smart Tag and choose “Generate class for ‘Dollar’ “. 3. Now, You should find a new file called Employee.cs

Using Generate from Usage feature in Visual Studio 2010

    2 Comments

  1. Blake Niemyjski
    December 21, 2010
    Reply

    Do you use the snippet feature very much to create properties as well as classes?

  2. December 21, 2010
    Reply

    yes sometimes when i give presentations , i use them

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Do you want to hide the start page in Microsoft Visual Studio 2012 within few simple steps? Here we go....
DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used...
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error “The...