Thanks it is what I thought.

I'll let you know how it fared over the weekend for me.


…………………………………………………………………
Stephen Russell – 
Senior Visual Studio Developer, DBA

Memphis, TN
901.246-0159



-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Cerebrus
Sent: Friday, January 02, 2009 1:33 PM
To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting
Subject: [DotNetDevelopment] Re: Setup of VS editor Q


Hi Stephen,

These are code snippets and you can assign a shortcut for them. I keep
all my common code in snippets. Creating them may prove difficult if
you're unfamiliar with the Snippet schema. Search for a tool called
Snippy which should simplify it for you !

For the MSDN resource on Snippets :
http://msdn.microsoft.com/en-us/library/ms165392(VS.80).aspx

On Jan 1, 10:02 pm, "Stephen Russell" <[email protected]> wrote:
> What is the setting to auto create the setup for a simple data class like
> below?  I was watching a video on nHibernate and saw presenter type in
priv
> and the whole stub laid in real nice.  I know I had seen this earlier but
> I'd like to get my dev environment working in a similar way.
>
> private Guid _ID;
>
>         public Guid ID
>
>         {
>
>             get { return _ID; }
>
>             set { _ID = value; }
>
>         }
>
> TIA
>
> .........................
>
> Stephen Russell -
>
> Senior Visual Studio Developer, DBA
>
> Memphis, TN
>
> 901.246-0159

No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.176 / Virus Database: 270.10.2/1872 - Release Date: 1/2/2009
1:10 PM


Reply via email to