propv.snippet for creating Automatic virtual properties in C#

I’m all about saving time. I have a huge collection of helpful snippets. Here’s one that automatically creates a virtual property, which is really helpful if you use Castle’s DynamicProxy (NHibernate uses this).

Instead of embedding the code directly, I’m using http://gist.github.com so changes to the file will show immediately in the post.

Related Articles