HomeVisual StudioHow to use Generate from Usage feature in Visual Studio?

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

You May Also Like

In this post, you’ll learn about the error code “SCC_E_BACKGROUNDGETINPROGRESS” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_UNKNOWNERROR” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_CONNECTIONFAILURE” returned by the Visual Studio when using the Source Control...