Dispose pattern 4283 |
||
| C# | Fons Sonnemans | |
| Code snippet for the dispose pattern | ||
propnotify2 4137 |
||
| C# | Daniel Turan | |
| Code snippet for property using SetProperty method (compatible with Prism.MVVM and others) | ||
Notify Property 4028 |
||
| CSharp | mv1986 | |
| Property with notify change (C# 5.0). | ||
Notifiable Property with datacont... 3928 |
||
| CSharp | mv1986 | |
| Property with notify change (C# 5.0) plus datacontract attribute. | ||
rw 3396 |
||
| C# | Zackariya El Khalfaoui | |
| Code snippet for Response.Write | ||
stopwatch 3225 |
||
| C# | Fons Sonnemans | |
| Code snippet for System.Diagnostics.Stopwatch.StartNew, Stop + Log Elapsed | ||
inotify 3222 |
||
| C# | Koen Hendriks | |
| Code snippet for INotifyPropertyChanged Members | ||
eventargs 3155 |
||
| C# | Fons Sonnemans | |
| Code snippet for event declaration and method for raising it | ||
struct 3137 |
||
| C# | Fons Sonnemans | |
| Code snippet for a readonly struct with the [StructLayout(Auto)] attribute | ||
iif 3118 |
||
| C# | Fons Sonnemans | |
| Code snippet for iif (bool ? a : b) statement | ||
propNotify 3082 |
||
| C# | Fons Sonnemans | |
| Code snippet for property with INotifyPropertyChanged.PropertyChanged notify and backing field | ||
event 3023 |
||
| C# | Fons Sonnemans | |
| Code snippet for event declaration and method for raising it | ||
Bulk Copy Insert 3008 |
||
| C# | Mike Cofoed | |
| Skeleton for creating bulk insert method | ||
Singleton 2994 |
||
| C# | Simone Chiaretta | |
| Creates a Singleton Class following the discussion on that post of mine: http://blogs.ugidotnet.org/piyo/archive/2005/09/14/Singleton_C_NET.aspx | ||
ifelse 2920 |
||
| C# | Fons Sonnemans | |
| Code snippet for if else statement | ||
propscreategen 2897 |
||
| C# | Kevin McFarlane | |
| Code snippet for Akka.NET Actor Props Create using generic syntax | ||
ifelse 2874 |
||
| C# | Fons Sonnemans | |
| Code snippet for if else statement | ||
Define a DependencyProperty for S... 2841 |
||
| 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... 2810 |
||
| C# | Fons Sonnemans | |
| Code snippet for an attached property using DependencyProperty as the backing store | ||
propnotify 2738 |
||
| C# | 3ByteAdmin | |
ICommand 2731 |
||
| C# | Koen Hendriks | |
| Code snippet for ICommand Members | ||
Page Navigation 2681 |
||
| C# | Fons Sonnemans | |
| Code snippet for an Xaml Page Navigation using the Common NavigationHelper | ||
forr 2653 |
||
| C# | Microsoft Corporation | |
| Code snippet for reverse 'for' loop | ||
propscreatelam 2525 |
||
| C# | Kevin McFarlane | |
| Code snippet for Akka.NET Actor Props Create using lambda syntax | ||
ReleaseComObject 2478 |
||
| C# | Matt Houser | |
| Code snippet for releasing a COM object. | ||
dw 2451 |
||
| C# | Kevin McFarlane | |
| Code snippet for Debug.WriteLine | ||
clsDelegateCommand 2409 |
||
| C# | Fons Sonnemans | |
| DelegateCommand class | ||
Kill Excel Object 2373 |
||
| C# | Sameer Sayani | |
| Code snippet for killing a Excel interop object. | ||
propNotify6 2370 |
||
| C# | Reflection IT | |
| Code snippet for property with INotifyPropertyChanged.PropertyChanged notify and backing field. Uses the nameof() c# syntax. | ||
todo 2367 |
||
| C# | Kevin McFarlane | |
| Code snippet for TODO comment | ||
event 2298 |
||
| C# | Reflection IT BV | |
| Code snippet for event declaration and method for raising it in C# 6 | ||
SnippetFile1 2211 |
||
| C# | FazelMan | |
da 2201 |
||
| C# | Kevin McFarlane | |
| Code snippet for Debug.Assert | ||
recmet 2107 |
||
| C# | Kevin McFarlane | |
| Code snippet for Akka.NET Receive with message handler method | ||
Entity Code First Identity Key 2094 |
||
| C# | JGB | |
| Creates an identity key column for a DbContext Class | ||
recempty 2044 |
||
| C# | Kevin McFarlane | |
| Code snippet for Akka.NET Receive with empty message handler | ||
getset 2031 |
||
| C# | Pavel ViPPeR Pech | |
| Simply add { get; set; } | ||
arrangeactassert 1932 |
||
| C# | mrshrinkray@gmail.com | |
testmethod 1842 |
||
| C# | mrshrinkray@gmail.com | |
propNotifySetProperty 1490 |
||
| C# | Reflection IT | |
| Code snippet for property with SetProperty() from most MVVM toolkits | ||
Class Program with Main() 1415 |
||
| C# | Fons Sonnemans | |
| Class Program with Main() | ||
propsemi 577 |
||
| C# | Fons Sonnemans | |
| Code snippet for semi auto property | ||