TryCatch 4049 |
||
SQL | Fons Sonnemans | |
Adds a Try/Catch including a transaction | ||
Dispose pattern 3747 |
||
C# | Fons Sonnemans | |
Code snippet for the dispose pattern | ||
stopwatch 2973 |
||
C# | Fons Sonnemans | |
Code snippet for System.Diagnostics.Stopwatch.StartNew, Stop + Log Elapsed | ||
eventargs 2904 |
||
C# | Fons Sonnemans | |
Code snippet for event declaration and method for raising it | ||
iif 2864 |
||
C# | Fons Sonnemans | |
Code snippet for iif (bool ? a : b) statement | ||
propNotify 2857 |
||
C# | Fons Sonnemans | |
Code snippet for property with INotifyPropertyChanged.PropertyChanged notify and backing field | ||
event 2785 |
||
C# | Fons Sonnemans | |
Code snippet for event declaration and method for raising it | ||
ifelse 2695 |
||
C# | Fons Sonnemans | |
Code snippet for if else statement | ||
Lorem Ipsum 2651 |
||
HTML | Fons Sonnemans | |
Markup snippet for some Lorem Ipsum paragraphs | ||
struct 2645 |
||
C# | Fons Sonnemans | |
Code snippet for a readonly struct with the [StructLayout(Auto)] attribute | ||
ifelse 2641 |
||
C# | Fons Sonnemans | |
Code snippet for if else statement | ||
Define a DependencyProperty for S... 2602 |
||
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... 2564 |
||
C# | Fons Sonnemans | |
Code snippet for an attached property using DependencyProperty as the backing store | ||
Horizontal Stack Panel 2490 |
||
XAML | Fons Sonnemans | |
XAML snippet for a StackPanel with Horizontal Orientation | ||
Grouped GridView 2449 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grouped GridView | ||
Page Navigation 2444 |
||
C# | Fons Sonnemans | |
Code snippet for an Xaml Page Navigation using the Common NavigationHelper | ||
Grid.RowDefinitions with two RowD... 2395 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grid.RowDefinitions with two RowDefinition objects | ||
Page Header 2389 |
||
XAML | Fons Sonnemans | |
XAML snippet for basic page header | ||
Grid.ColumnDefinitions with two C... 2271 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grid.ColumnDefinitions with two ColumnDefinition objects | ||
clsDelegateCommand 2170 |
||
C# | Fons Sonnemans | |
DelegateCommand class | ||
Define a Property with Notify Pro... 2143 |
||
VB | Fons Sonnemans | |
Defines a Property with a backing field which notifies (raises) the PropertyChanged event. | ||
Class Program with Main() 883 |
||
C# | Fons Sonnemans | |
Class Program with Main() | ||
propsemi 57 |
||
C# | Fons Sonnemans | |
Code snippet for semi auto property |