Search results for 'all'

AJAX 5286

JavaScript Zonaro, Carvalho
Cria uma snippet AJAX

Dispose pattern 4643

C# Fons Sonnemans
Code snippet for the dispose pattern

TryCatch 4488

SQL Fons Sonnemans
Adds a Try/Catch including a transaction

propnotify2 4475

C# Daniel Turan
Code snippet for property using SetProperty method (compatible with Prism.MVVM and others)

Notify Property 4371

CSharp mv1986
Property with notify change (C# 5.0).

Notifiable Property with datacont... 4276

CSharp mv1986
Property with notify change (C# 5.0) plus datacontract attribute.

objectcreation 3979

JavaScript Fabian Seiffert
Codeausschnitt für die korrekte Erstellung eines globalen Objektes.

2X2 Grid 3917

XAML Microsoft Corporation
XAML snippet for a 2X2 Grid

rw 3601

C# Zackariya El Khalfaoui
Code snippet for Response.Write

struct 3484

C# Fons Sonnemans
Code snippet for a readonly struct with the [StructLayout(Auto)] attribute

stopwatch 3420

C# Fons Sonnemans
Code snippet for System.Diagnostics.Stopwatch.StartNew, Stop + Log Elapsed

inotify 3401

C# Koen Hendriks
Code snippet for INotifyPropertyChanged Members

eventargs 3346

C# Fons Sonnemans
Code snippet for event declaration and method for raising it

Grid.RowDefinitions with two RowD... 3333

XAML Fons Sonnemans
XAML snippet for a Grid.RowDefinitions with two RowDefinition objects

iif 3292

C# Fons Sonnemans
Code snippet for iif (bool ? a : b) statement

propNotify 3245

C# Fons Sonnemans
Code snippet for property with INotifyPropertyChanged.PropertyChanged notify and backing field

XamlSetterCreator 3221

XAML William Wegerson
In Xaml add a style setter.

event 3198

C# Fons Sonnemans
Code snippet for event declaration and method for raising it

Grid.ColumnDefinitions with two C... 3195

XAML Fons Sonnemans
XAML snippet for a Grid.ColumnDefinitions with two ColumnDefinition objects

XamlStyleSetterCreator 3194

XAML William Wegerson
Create a Style and a Setter.

Bulk Copy Insert 3178

C# Mike Cofoed
Skeleton for creating bulk insert method

Singleton 3171

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 3109

C# Fons Sonnemans
Code snippet for if else statement

propscreategen 3096

C# Kevin McFarlane
Code snippet for Akka.NET Actor Props Create using generic syntax

Lorem Ipsum 3084

HTML Fons Sonnemans
Markup snippet for some Lorem Ipsum paragraphs

ifelse 3054

C# Fons Sonnemans
Code snippet for if else statement

Horizontal Stack Panel 3001

XAML Fons Sonnemans
XAML snippet for a StackPanel with Horizontal Orientation

Define an attached DependencyProp... 3000

C# Fons Sonnemans
Code snippet for an attached property using DependencyProperty as the backing store

Define a DependencyProperty for S... 2999

C# Fons Sonnemans
Code snippet for a property using DependencyProperty as the backing store and a Handler for the DependencyPropertyChanged event

console.log 2998

javascript Jeremie Corpinot
Write in the console output

Bootstrap accordian 2969

HTML Dylan Hayes
Accordions allow expandable/collapseable content sections with clickable headers

Bootstrap navbar full 2938

HTML Dylan Hayes
Navbars are responsive meta components that serve as navigation headers for your application or site. They begin collapsed (and are toggleable) in mobile views and become horizontal as the available viewport width increases.

ICommand 2926

C# Koen Hendriks
Code snippet for ICommand Members

Bootstrap tabs 2914

HTML Dylan Hayes
Navs available in Bootstrap have shared markup, starting with the base .nav class, as well as shared states. Swap modifier classes to switch between each style.

media query for iPad 2908

CSS Web Essentials
A media query example

Grouped GridView 2907

XAML Fons Sonnemans
XAML snippet for a Grouped GridView

propnotify 2901

C# 3ByteAdmin

Bootstrap modal 2894

HTML Dylan Hayes
Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

Page Header 2894

XAML Fons Sonnemans
XAML snippet for basic page header

while 2879

JavaScript Microsoft Corporation
Code snippet for a while loop

Bootstrap thumbnail 2874

HTML Dylan Hayes
Extend Bootstrap's grid system with the thumbnail component to easily display grids of images, videos, text, and more.

bootSmCol 2855

HTML matthew.hintzen
Markup for a bootstrap tablet column

Page Navigation 2848

C# Fons Sonnemans
Code snippet for an Xaml Page Navigation using the Common NavigationHelper

forr 2842

C# Microsoft Corporation
Code snippet for reverse 'for' loop

If 2813

SQL_SSDT Microsoft Corporation
Code Snippet for If construct.

Play a Sound 2813

VB Microsoft Corporation
Plays a sound from a file.

media query for desktops and laptops 2780

CSS Web Essentials
A media query example

spanc 2772

HTML Microsoft Corporation
Markup snippet for a span with a class attribute

a 2765

HTML Microsoft Corporation
Markup snippet for a link

Bootstrap alert success 2754

HTML Dylan Hayes
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

Bootstrap navbar inverse 2741

HTML Dylan Hayes
Navbars are responsive meta components that serve as navigation headers for your application or site. They begin collapsed (and are toggleable) in mobile views and become horizontal as the available viewport width increases.

media query for smartphones 2741

CSS Web Essentials
A media query example

media query for Windows 8 Snap Mode 2738

CSS Web Essentials
A media query example

Bootstrap Horizontal Form 2729

HTML Mark Pritchett
Bootstrap Horizontal Form. Example from http://getbootstrap.com/css/#forms-horizontal

divc 2725

HTML Microsoft Corporation
Markup snippet for a div with a class attribute

Bootstrap pagination 2722

HTML Dylan Hayes
Provide pagination links for your site or app with the multi-page pagination component, or the simpler pager alternative.

bootRow 2710

HTML matthew.hintzen
Markup for a bootstrap row

propscreatelam 2710

C# Kevin McFarlane
Code snippet for Akka.NET Actor Props Create using lambda syntax

Bootstrap dropdown 2699

HTML Dylan Hayes
Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.

Bootstrap pills 2699

HTML Dylan Hayes
Navs available in Bootstrap have shared markup, starting with the base .nav class, as well as shared states. Swap modifier classes to switch between each style.

Bootstrap progress 2688

HTML Dylan Hayes
Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.

media query for large screens 2677

CSS Web Essentials
A media query example

Bootstrap Inline Form 2663

HTML Mark Pritchett
Bootstrap Inline Form. Example from http://getbootstrap.com/css/#forms-inline

ReleaseComObject 2663

C# Matt Houser
Code snippet for releasing a COM object.

media query for smartphones in la... 2652

CSS Web Essentials
A media query example

Bootstrap Panel 2648

HTML Dylan Hayes
While not always necessary, sometimes you need to put your DOM in a box. For those situations, try the panel component.

Cross Browser Background Linear G... 2641

CSS Andreas Nylin
A background linear gradient snippet

Bootstrap alert danger 2639

HTML Dylan Hayes
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

Bootstrap Form 2637

HTML Mark Pritchett
Bootstrap Basic Form. Example from http://getbootstrap.com/css/#forms-example

dw 2628

C# Kevin McFarlane
Code snippet for Debug.WriteLine

media query for iPad in portrait 2625

CSS Web Essentials
A media query example

media query for iPhone 5 2621

CSS Web Essentials
A media query example

Cross Browser Background Radial G... 2603

CSS Andreas Nylin
A background radial gradient snippet

Bootstrap jumbotron 2599

HTML Dylan Hayes
A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.

bootXsCol 2590

HTML matthew.hintzen
Markup for a bootstrap smartphone column

media query for iPad in landscape 2587

CSS Web Essentials
A media query example

ci 2585

JavaScript Kevin McFarlane
Code snippet for console.info

document.getElementById 2585

javascript Jeremie Corpinot
Get a DOM element by its ID

bootAllCol 2582

HTML matthew.hintzen
Markup for a bootstrap row

media query for iPhone 4 2577

CSS Web Essentials
A media query example

Bootstrap alert 2576

HTML Dylan Hayes
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

Bootstrap media 2576

HTML Dylan Hayes
Abstract object styles for building various types of components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content.

clsDelegateCommand 2575

C# Fons Sonnemans
DelegateCommand class

Bootstrap media list 2570

HTML Dylan Hayes
Abstract object styles for building various types of components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content.

Define a Property with Notify Pro... 2570

VB Fons Sonnemans
Defines a Property with a backing field which notifies (raises) the PropertyChanged event.

Bootstrap alert warning 2568

HTML Dylan Hayes
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

Bootstrap code 2567

HTML Dylan Hayes
Display code blocks in proper formatting

Bootstrap alert info 2565

HTML Dylan Hayes
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

propNotify6 2554

C# Reflection IT
Code snippet for property with INotifyPropertyChanged.PropertyChanged notify and backing field. Uses the nameof() c# syntax.

todo 2550

C# Kevin McFarlane
Code snippet for TODO comment

Bootstrap navbar search 2546

HTML Dylan Hayes
Navbars are responsive meta components that serve as navigation headers for your application or site. They begin collapsed (and are toggleable) in mobile views and become horizontal as the available viewport width increases.

ca 2544

JavaScript Kevin McFarlane
Code snippet for console.assert

media query for smartphones in po... 2544

CSS Web Essentials
A media query example

bootContainer 2543

HTML matthew.hintzen
Markup for a full bootstrap container

media query for iPhone 5 in lands... 2541

CSS Web Essentials
A media query example

Kill Excel Object 2528

C# Sameer Sayani
Code snippet for killing a Excel interop object.

media query for iPhone 4 in lands... 2526

CSS Web Essentials
A media query example

Bootstrap breadcrumb 2521

HTML Dylan Hayes
Indicate the current page's location within a navigational hierarchy..

media query for iPhone 4 in portrait 2513

CSS Web Essentials
A media query example

prop 2510

JavaScript Sebastian Gomez
Code snippet for a Javascript property

media query for iPhone 5 in portrait 2501

CSS Web Essentials
A media query example

event 2486

C# Reflection IT BV
Code snippet for event declaration and method for raising it in C# 6

if else 2486

javascript Jeremie Corpinot
Write an if else condition

document.querySelector 2480

javascript Jeremie Corpinot
Get a single DOM element by its selector (class or id). Selectors can be chained

element.addEventListener 2447

javascript Jeremie Corpinot
Add an event listener on a DOM element

document.getElementsByClassName 2420

javascript Jeremie Corpinot
Get a DOM element by its class

koSelect 2412

HTML Joshua Blackstone
Snippet for KnockoutJS Select List

bootMdCol 2405

HTML matthew.hintzen
Markup for a bootstrap Laptop column

da 2397

C# Kevin McFarlane
Code snippet for Debug.Assert

SnippetFile1 2386

C# FazelMan

document.querySelectorAll 2385

javascript Jeremie Corpinot
Get an array of DOM elements by queryring selectors (class or id). Selectors can be chained

ce 2381

JavaScript Kevin McFarlane
Code snippet for console.error

WinJS.NamespacePage.define 2373

javascript Jeremie Corpinot
Define a new WinJS namespace with page events

Anonymous function 2363

javascript Jeremie Corpinot
Define an anonymous function without parameter

document.getElementsByName 2362

javascript Jeremie Corpinot
Get a DOM element by its name

WinJS.UI.Fragments.renderCopy 2361

javascript Jeremie Corpinot
Render a new WinJS Fragment

WinJS.Promise 2327

javascript Jeremie Corpinot
Define a new WinJS Promise

Entity Code First Identity Key 2325

C# JGB
Creates an identity key column for a DbContext Class

WinJS.Class.define 2315

javascript Jeremie Corpinot
Define a new WinJS method inside a class

bootLgCol 2309

HTML matthew.hintzen
Markup for a bootstrap desktop column

recmet 2294

C# Kevin McFarlane
Code snippet for Akka.NET Receive with message handler method

bootColumn 2293

HTML matthew.hintzen
Markup for a bootstrap column

recempty 2215

C# Kevin McFarlane
Code snippet for Akka.NET Receive with empty message handler

getset 2194

C# Pavel ViPPeR Pech
Simply add { get; set; }

arrangeactassert 2127

C# mrshrinkray@gmail.com

testmethod 2018

C# mrshrinkray@gmail.com

propNotifySetProperty 1840

C# Reflection IT
Code snippet for property with SetProperty() from most MVVM toolkits

Class Program with Main() 1770

C# Fons Sonnemans
Class Program with Main()

propsemi 923

C# Fons Sonnemans
Code snippet for semi auto property

class StopwatchAndMemoryLogger 359

C# Fons Sonnemans
Log Duration and Memory usage to the Console

Extension Package

No snippets are added


Languages