TryCatch 3694 |
||
SQL | Fons Sonnemans | |
Adds a Try/Catch including a transaction | ||
Dispose pattern 3388 |
||
C# | Fons Sonnemans | |
Code snippet for the dispose pattern | ||
stopwatch 2757 |
||
C# | Fons Sonnemans | |
Code snippet for System.Diagnostics.Stopwatch.StartNew, Stop + Log Elapsed | ||
eventargs 2689 |
||
C# | Fons Sonnemans | |
Code snippet for event declaration and method for raising it | ||
iif 2648 |
||
C# | Fons Sonnemans | |
Code snippet for iif (bool ? a : b) statement | ||
propNotify 2626 |
||
C# | Fons Sonnemans | |
Code snippet for property with INotifyPropertyChanged.PropertyChanged notify and backing field | ||
event 2558 |
||
C# | Fons Sonnemans | |
Code snippet for event declaration and method for raising it | ||
ifelse 2456 |
||
C# | Fons Sonnemans | |
Code snippet for if else statement | ||
Lorem Ipsum 2453 |
||
HTML | Fons Sonnemans | |
Markup snippet for some Lorem Ipsum paragraphs | ||
ifelse 2432 |
||
C# | Fons Sonnemans | |
Code snippet for if else statement | ||
Define a DependencyProperty for S... 2385 |
||
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... 2348 |
||
C# | Fons Sonnemans | |
Code snippet for an attached property using DependencyProperty as the backing store | ||
struct 2305 |
||
C# | Fons Sonnemans | |
Code snippet for a readonly struct with the [StructLayout(Auto)] attribute | ||
Horizontal Stack Panel 2287 |
||
XAML | Fons Sonnemans | |
XAML snippet for a StackPanel with Horizontal Orientation | ||
Grouped GridView 2255 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grouped GridView | ||
Page Navigation 2238 |
||
C# | Fons Sonnemans | |
Code snippet for an Xaml Page Navigation using the Common NavigationHelper | ||
Page Header 2197 |
||
XAML | Fons Sonnemans | |
XAML snippet for basic page header | ||
Grid.RowDefinitions with two RowD... 2052 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grid.RowDefinitions with two RowDefinition objects | ||
clsDelegateCommand 1979 |
||
C# | Fons Sonnemans | |
DelegateCommand class | ||
Define a Property with Notify Pro... 1953 |
||
VB | Fons Sonnemans | |
Defines a Property with a backing field which notifies (raises) the PropertyChanged event. | ||
Grid.ColumnDefinitions with two C... 1938 |
||
XAML | Fons Sonnemans | |
XAML snippet for a Grid.ColumnDefinitions with two ColumnDefinition objects | ||
Class Program with Main() 508 |
||
C# | Fons Sonnemans | |
Class Program with Main() |