TryCatch 4163 |
||
SQL | Fons Sonnemans | |
Adds a Try/Catch including a transaction | ||
Dispose pattern 4055 |
||
C# | Fons Sonnemans | |
Code snippet for the dispose pattern | ||
stopwatch 3100 |
||
C# | Fons Sonnemans | |
Code snippet for System.Diagnostics.Stopwatch.StartNew, Stop + Log Elapsed | ||
eventargs 3024 |
||
C# | Fons Sonnemans | |
Code snippet for event declaration and method for raising it | ||
iif 2988 |
||
C# | Fons Sonnemans | |
Code snippet for iif (bool ? a : b) statement | ||
propNotify 2978 |
||
C# | Fons Sonnemans | |
Code snippet for property with INotifyPropertyChanged.PropertyChanged notify and backing field | ||
struct 2913 |
||
C# | Fons Sonnemans | |
Code snippet for a readonly struct with the [StructLayout(Auto)] attribute | ||
event 2912 |
||
C# | Fons Sonnemans | |
Code snippet for event declaration and method for raising it | ||
ifelse 2800 |
||
C# | Fons Sonnemans | |
Code snippet for if else statement | ||
Lorem Ipsum 2779 |
||
HTML | Fons Sonnemans | |
Markup snippet for some Lorem Ipsum paragraphs | ||
ifelse 2756 |
||
C# | Fons Sonnemans | |
Code snippet for if else statement | ||
Define a DependencyProperty for S... 2722 |
||
C# | Fons Sonnemans | |
Code snippet for a property using DependencyProperty as the backing store and a Handler for the DependencyPropertyChanged event | ||
Grid.RowDefinitions with two RowD... 2694 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grid.RowDefinitions with two RowDefinition objects | ||
Define an attached DependencyProp... 2681 |
||
C# | Fons Sonnemans | |
Code snippet for an attached property using DependencyProperty as the backing store | ||
Horizontal Stack Panel 2637 |
||
XAML | Fons Sonnemans | |
XAML snippet for a StackPanel with Horizontal Orientation | ||
Grouped GridView 2578 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grouped GridView | ||
Grid.ColumnDefinitions with two C... 2570 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grid.ColumnDefinitions with two ColumnDefinition objects | ||
Page Navigation 2559 |
||
C# | Fons Sonnemans | |
Code snippet for an Xaml Page Navigation using the Common NavigationHelper | ||
Page Header 2541 |
||
XAML | Fons Sonnemans | |
XAML snippet for basic page header | ||
clsDelegateCommand 2288 |
||
C# | Fons Sonnemans | |
DelegateCommand class | ||
Define a Property with Notify Pro... 2259 |
||
VB | Fons Sonnemans | |
Defines a Property with a backing field which notifies (raises) the PropertyChanged event. | ||
Class Program with Main() 1167 |
||
C# | Fons Sonnemans | |
Class Program with Main() | ||
propsemi 343 |
||
C# | Fons Sonnemans | |
Code snippet for semi auto property |