Hello Everyone, This blog is my notepad :) where i make a note of the new learnings ,issues i have faced with in the real time environment.Hope these posts are helpful :)
Pages
Thursday, October 30, 2014
how to generate getters and setters in visual studio
My requirement was to generate 10 properties in the following format
public int ID { get; set; }
Visual studio has an shortcut for this, just type prop and then hit tab twice .
public int ID { get; set; }
Visual studio has an shortcut for this, just type prop and then hit tab twice .
Monday, October 27, 2014
deepstutorials:Visual Studio -solution does not get online automatically although TFS is connected
Right Click on the solution in Solution Explorer and select "Go Online". Hope that helps. |
Subscribe to:
Posts (Atom)