Code Snippet for Properties with Prefix Notation

Posted by: Roland Weigelt, on 13 Nov 2005 | View original

As I wrote in previous blog posts, I still use prefix notation for private members, one reason being IntelliSense. If youre like me, you may find these code snippets handy: Name: Boolean Property Description: Code snippets for a boolean property. Shortcut: bp Result: private bool m_bMyProperty; public bool MyProperty{ get { return m_bMyProperty;} set { m_bMyProperty = value;}} Name: Integer Property Description: Code snippets for an integer property. Shortcut: ip Result:...

Advertisement
The leading UI suite for ASP.NET - Telerik radControls
Outstanding performance. Full ASP.NET AJAX support. Nearly codeless development.

Similar Posts

  • melting Groove & Visual Studio 2005: Visendo Code Share more
  • Sharepoint 2007: List Events Practical Example: Creating a rigged survey!! more
  • BlogML new features more
  • Adding BizUnit Snippets to Visual Studios 2005 more
  • Reflecting over the Page from an ASP.NET Server control at design time and some debugging pain more
  • No Talks Until HDC '06 more
  • Web Control Developer Macro Goodness more
  • Programmatically Create Windows Workflow Rules more
  • The Promise of Partial Classes and ASP.NET more
  • Creating a simple code snippet in Visual Studio 2005 Part II more

News Categories

.NET | ADO.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Community Server | dasBlog | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD