Code Snippet for Properties with Prefix Notation

Posted by: Roland Weigelt, on 13 Nov 2005 | View original | NEW Bookmarked: 0 time(s)

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
Category: ASP.NET | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1121 | Hits: 97

Similar Posts

  • No JavaScript IntelliSense in VS 2010 Beta 2? Reset your Settings more
  • New Entity Framework Feature CTP for VS2010 Beta 2 more
  • On the Fly DropDown Editing with jQuery more
  • When using LINQ to XML why dont I get results if I dont import a XML namespace (Daniel Walzenbach)? more
  • Exposing Custom WCF Headers through WCF Behaviors - Part 2 more
  • How to Write Unmaintainable Code more
  • TextBoxFor(u => u.Name) - Unleash the power more
  • CodeDigest.Com Article Digest - May,2009 more
  • Introducing CodePaste.NET more
  • Customizing MaskedInput Transforms more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | 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