TryCatch 4155 |
||
SQL | Fons Sonnemans | |
Adds a Try/Catch including a transaction | ||
Dispose pattern 4038 |
||
C# | Fons Sonnemans | |
Code snippet for the dispose pattern | ||
stopwatch 3090 |
||
C# | Fons Sonnemans | |
Code snippet for System.Diagnostics.Stopwatch.StartNew, Stop + Log Elapsed | ||
eventargs 3016 |
||
C# | Fons Sonnemans | |
Code snippet for event declaration and method for raising it | ||
iif 2980 |
||
C# | Fons Sonnemans | |
Code snippet for iif (bool ? a : b) statement | ||
propNotify 2967 |
||
C# | Fons Sonnemans | |
Code snippet for property with INotifyPropertyChanged.PropertyChanged notify and backing field | ||
event 2903 |
||
C# | Fons Sonnemans | |
Code snippet for event declaration and method for raising it | ||
struct 2896 |
||
C# | Fons Sonnemans | |
Code snippet for a readonly struct with the [StructLayout(Auto)] attribute | ||
ifelse 2792 |
||
C# | Fons Sonnemans | |
Code snippet for if else statement | ||
Lorem Ipsum 2770 |
||
HTML | Fons Sonnemans | |
Markup snippet for some Lorem Ipsum paragraphs | ||
ifelse 2747 |
||
C# | Fons Sonnemans | |
Code snippet for if else statement | ||
Define a DependencyProperty for S... 2713 |
||
C# | Fons Sonnemans | |
Code snippet for a property using DependencyProperty as the backing store and a Handler for the DependencyPropertyChanged event | ||
Define an attached DependencyProp... 2673 |
||
C# | Fons Sonnemans | |
Code snippet for an attached property using DependencyProperty as the backing store | ||
Grid.RowDefinitions with two RowD... 2672 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grid.RowDefinitions with two RowDefinition objects | ||
Horizontal Stack Panel 2625 |
||
XAML | Fons Sonnemans | |
XAML snippet for a StackPanel with Horizontal Orientation | ||
Grouped GridView 2563 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grouped GridView | ||
Page Navigation 2551 |
||
C# | Fons Sonnemans | |
Code snippet for an Xaml Page Navigation using the Common NavigationHelper | ||
Grid.ColumnDefinitions with two C... 2547 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grid.ColumnDefinitions with two ColumnDefinition objects | ||
Page Header 2529 |
||
XAML | Fons Sonnemans | |
XAML snippet for basic page header | ||
clsDelegateCommand 2279 |
||
C# | Fons Sonnemans | |
DelegateCommand class | ||
Define a Property with Notify Pro... 2251 |
||
VB | Fons Sonnemans | |
Defines a Property with a backing field which notifies (raises) the PropertyChanged event. | ||
Class Program with Main() 1151 |
||
C# | Fons Sonnemans | |
Class Program with Main() | ||
propsemi 329 |
||
C# | Fons Sonnemans | |
Code snippet for semi auto property |