Browse by Tags
All Tags »
Code Snippets (
RSS)
Nach Leipzig bin ich nun am nächsten Montag, 16.7.2007, in Braunschweig bei der dortigen .NET Developer Group zu Gast. Ab 19:00 halte ich einen Vortrag über Visual Studio Extensibility mit den folgenden Themen: Code Snippets Project/Item Templates und...
Am nächsten Freitag, 6.7.2007, bin ich um 19:30 bei der .NET User Group Leipzig zu Gast und halte dort einen Vortrag über Visual Studio Extensibility. Die Themen des Vortrags an diesem Abend: Code Snippets Project/Item Templates und Wizards Makros Add...
Am Montag waren Jens Schaller und ich bei der .NET User Group Paderborn zu Gast , um einen Vortrag über Anpassung und Erweiterung von Visual Studio 2005 zu halten. Wir hatten ingesamt 15 Zuhörer, angesichts des tollen Wetters eine durchaus erfreuliche...
Mein Kollege Jens Schaller und ich sind am 2. April 2007 bei der .NET User Group Paderborn zu Besuch, wo wir ab 18:00 einen Vortrag mit dem Titel “Visual Studio anpassen und erweitern” halten werden. Auf der Agenda stehen: Code Snippets Project und Item...
Name: ArgumentNullException Description: Inserts code for throwing an ArgumentNullException. Shortcut: ane Result: if ( parameter == null) throw new ArgumentNullException( " parameter " ); Download: ArgumentNullException.snippet
Name: Divider Description: Inserts a Divider Comment. Shortcut: div Result: //=================================================== // text //=================================================== Download: Divider.snippet Funny, this wildly unspectacular...
My colleague Jens Schaller has a nice post on Visual Studio 2005 Code Snippets .
Name: Test Description: Test method for NUnit Shortcut: test Result: [Test] public void TestName () { } Download: Test.snippet
Name: Event Description: Code snippet for an event and the corresponding On... method Shortcut: event Result: public event EventHandler< EventArgs > EventRaised ; protected virtual void On EventRaised ( EventArgs e ) { EventHandler< EventArgs...
As I wrote in previous blog posts, I still use prefix notation for private members, one reason being IntelliSense . If you’re like me, you may find these code snippets handy: Name: Boolean Property Description: Code snippets for a boolean property. Shortcut...
More Posts
Next page »