TryCatch 4101 |
||
SQL | Fons Sonnemans | |
Adds a Try/Catch including a transaction | ||
Dispose pattern 3913 |
||
C# | Fons Sonnemans | |
Code snippet for the dispose pattern | ||
stopwatch 3030 |
||
C# | Fons Sonnemans | |
Code snippet for System.Diagnostics.Stopwatch.StartNew, Stop + Log Elapsed | ||
eventargs 2957 |
||
C# | Fons Sonnemans | |
Code snippet for event declaration and method for raising it | ||
iif 2924 |
||
C# | Fons Sonnemans | |
Code snippet for iif (bool ? a : b) statement | ||
propNotify 2913 |
||
C# | Fons Sonnemans | |
Code snippet for property with INotifyPropertyChanged.PropertyChanged notify and backing field | ||
event 2845 |
||
C# | Fons Sonnemans | |
Code snippet for event declaration and method for raising it | ||
struct 2791 |
||
C# | Fons Sonnemans | |
Code snippet for a readonly struct with the [StructLayout(Auto)] attribute | ||
ifelse 2744 |
||
C# | Fons Sonnemans | |
Code snippet for if else statement | ||
Lorem Ipsum 2717 |
||
HTML | Fons Sonnemans | |
Markup snippet for some Lorem Ipsum paragraphs | ||
ifelse 2695 |
||
C# | Fons Sonnemans | |
Code snippet for if else statement | ||
Define a DependencyProperty for S... 2660 |
||
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... 2618 |
||
C# | Fons Sonnemans | |
Code snippet for an attached property using DependencyProperty as the backing store | ||
Grid.RowDefinitions with two RowD... 2554 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grid.RowDefinitions with two RowDefinition objects | ||
Horizontal Stack Panel 2553 |
||
XAML | Fons Sonnemans | |
XAML snippet for a StackPanel with Horizontal Orientation | ||
Grouped GridView 2502 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grouped GridView | ||
Page Navigation 2500 |
||
C# | Fons Sonnemans | |
Code snippet for an Xaml Page Navigation using the Common NavigationHelper | ||
Page Header 2461 |
||
XAML | Fons Sonnemans | |
XAML snippet for basic page header | ||
Grid.ColumnDefinitions with two C... 2433 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grid.ColumnDefinitions with two ColumnDefinition objects | ||
clsDelegateCommand 2229 |
||
C# | Fons Sonnemans | |
DelegateCommand class | ||
Define a Property with Notify Pro... 2195 |
||
VB | Fons Sonnemans | |
Defines a Property with a backing field which notifies (raises) the PropertyChanged event. | ||
Class Program with Main() 1047 |
||
C# | Fons Sonnemans | |
Class Program with Main() | ||
propsemi 227 |
||
C# | Fons Sonnemans | |
Code snippet for semi auto property |