What's new in C# Snippets for Visual Studio 4.0

Jan 6, 2009
  • Added an installer for easy deployment. New features are as follows:
  • fsmX creates a finite state machine with X states (this includes declaration of the fsm enum, creation of Before- and After- EventArgs classes, and the creation of the state machine itself; many elements are optional and can be safely removed)
  • dpentityXbyY creates a DependencyProperty-based entity class with X read-write properties and Y read-only properties
  • entityXslim creates a class with X properties whose read and write behavior is regulated with ReaderWriterLockSlim. Note: requires .NET 3.5
  • subX and supX are ways to insert subscript and superscript digits (as well as the +, -, =, ( and ) symbols) into your code. They have only been tested with Consolas font, so if you use another font, it probably won't work. Subscripts and superscripts cannot be used as identifiers, but can appear in comments.