The official repository for the Visual Studio Code Snippets project. The aim of this project is to offer the development community an extensive set of Visual Studio code snippets in a centralized location to help speed up the development process.
class StopwatchAndMemoryLogger 496 |
||
| C# | Fons Sonnemans | |
| Log Duration and Memory usage to the Console | ||
propsemi 1040 |
||
| C# | Fons Sonnemans | |
| Code snippet for semi auto property | ||
Class Program with Main() 1919 |
||
| C# | Fons Sonnemans | |
| Class Program with Main() | ||
propNotifySetProperty 1975 |
||
| C# | Reflection IT | |
| Code snippet for property with SetProperty() from most MVVM toolkits | ||
Grid.RowDefinitions with two RowD... 3447 |
||
| XAML | Fons Sonnemans | |
| XAML snippet for a Grid.RowDefinitions with two RowDefinition objects | ||
Grid.ColumnDefinitions with two C... 3314 |
||
| XAML | Fons Sonnemans | |
| XAML snippet for a Grid.ColumnDefinitions with two ColumnDefinition objects | ||
struct 3612 |
||
| C# | Fons Sonnemans | |
| Code snippet for a readonly struct with the [StructLayout(Auto)] attribute | ||
Notify Property 4495 |
||
| CSharp | mv1986 | |
| Property with notify change (C# 5.0). | ||
Notifiable Property with datacont... 4401 |
||
| CSharp | mv1986 | |
| Property with notify change (C# 5.0) plus datacontract attribute. | ||
propnotify2 4605 |
||
| C# | Daniel Turan | |
| Code snippet for property using SetProperty method (compatible with Prism.MVVM and others) | ||
Dispose pattern 4777 |
||
| C# | Fons Sonnemans | |
| Code snippet for the dispose pattern | ||
objectcreation 4092 |
||
| JavaScript | Fabian Seiffert | |
| Codeausschnitt für die korrekte Erstellung eines globalen Objektes. | ||