Code Snippet for Properties with Prefix Notation

Posted by: Roland Weigelt, on 13 Nov 2005 | View original | 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
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: ASP.NET | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1354 | Hits: 103

Similar Posts

  • Chat room questions from the EF Tips & Tricks webcast more
  • How to Write Unmaintainable Code more
  • When using LINQ to XML why dont I get results if I dont import a XML namespace (Daniel Walzenbach)? more
  • Did you know? There are many ways to insert a snippet into your code (Lisa Feigenbaum) more
  • The difference between ID, ClientID and UniqueID more
  • #6 Did you know? You can now manage your snippet highlighting (Lisa Feigenbaum) more
  • 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

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