Search results for 'all'

AJAX 4605

JavaScript Zonaro, Carvalho
Cria uma snippet AJAX

TryCatch 4049

SQL Fons Sonnemans
Adds a Try/Catch including a transaction

Dispose pattern 3747

C# Fons Sonnemans
Code snippet for the dispose pattern

propnotify2 3660

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

Notify Property 3528

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

2X2 Grid 3515

XAML Microsoft Corporation
XAML snippet for a 2X2 Grid

Notifiable Property with datacont... 3438

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

objectcreation 3164

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

rw 3097

C# Zackariya El Khalfaoui
Code snippet for Response.Write

inotify 2990

C# Koen Hendriks
Code snippet for INotifyPropertyChanged Members

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

XamlSetterCreator 2807

XAML William Wegerson
In Xaml add a style setter.

event 2785

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

XamlStyleSetterCreator 2773

XAML William Wegerson
Create a Style and a Setter.

Bulk Copy Insert 2754

C# Mike Cofoed
Skeleton for creating bulk insert method

Singleton 2747

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 2695

C# Fons Sonnemans
Code snippet for if else statement

propscreategen 2668

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

Lorem Ipsum 2651

HTML Fons Sonnemans
Markup snippet for some Lorem Ipsum paragraphs

struct 2646

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

console.log 2561

javascript Jeremie Corpinot
Write in the console output

Bootstrap accordian 2551

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

Bootstrap navbar full 2529

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.

propnotify 2502

C# 3ByteAdmin

ICommand 2497

C# Koen Hendriks
Code snippet for ICommand Members

Bootstrap modal 2494

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

Bootstrap thumbnail 2494

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

Horizontal Stack Panel 2490

XAML Fons Sonnemans
XAML snippet for a StackPanel with Horizontal Orientation

Bootstrap tabs 2486

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.

Grouped GridView 2449

XAML Fons Sonnemans
XAML snippet for a Grouped GridView

bootSmCol 2444

HTML matthew.hintzen
Markup for a bootstrap tablet column

Page Navigation 2444

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

forr 2419

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

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

media query for iPad 2375

CSS Web Essentials
A media query example

Play a Sound 2373

VB Microsoft Corporation
Plays a sound from a file.

If 2370

SQL_SSDT Microsoft Corporation
Code Snippet for If construct.

while 2351

JavaScript Microsoft Corporation
Code snippet for a while loop

Bootstrap alert success 2345

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 pills 2337

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 navbar inverse 2326

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.

Bootstrap Inline Form 2320

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

Bootstrap Horizontal Form 2319

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

Bootstrap pagination 2310

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

Bootstrap dropdown 2308

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

propscreatelam 2292

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

Bootstrap progress 2279

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

spanc 2277

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

Grid.ColumnDefinitions with two C... 2271

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

Bootstrap Panel 2258

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

divc 2252

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

media query for desktops and laptops 2252

CSS Web Essentials
A media query example

ReleaseComObject 2246

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

media query for Windows 8 Snap Mode 2242

CSS Web Essentials
A media query example

media query for smartphones 2233

CSS Web Essentials
A media query example

a 2232

HTML Microsoft Corporation
Markup snippet for a link

Bootstrap alert warning 2223

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 2221

HTML Dylan Hayes
Display code blocks in proper formatting

Bootstrap Form 2221

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

dw 2219

C# Kevin McFarlane
Code snippet for Debug.WriteLine

Bootstrap alert danger 2211

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 jumbotron 2201

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

Bootstrap media list 2195

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.

bootRow 2194

HTML matthew.hintzen
Markup for a bootstrap row

Bootstrap alert 2177

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.

clsDelegateCommand 2170

C# Fons Sonnemans
DelegateCommand class

Bootstrap media 2160

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.

media query for large screens 2160

CSS Web Essentials
A media query example

ci 2155

JavaScript Kevin McFarlane
Code snippet for console.info

document.getElementById 2151

javascript Jeremie Corpinot
Get a DOM element by its ID

Kill Excel Object 2145

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

Define a Property with Notify Pro... 2143

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

Bootstrap breadcrumb 2131

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

Cross Browser Background Linear G... 2130

CSS Andreas Nylin
A background linear gradient snippet

Bootstrap alert info 2129

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.

bootAllCol 2126

HTML matthew.hintzen
Markup for a bootstrap row

todo 2125

C# Kevin McFarlane
Code snippet for TODO comment

Bootstrap navbar search 2116

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.

bootXsCol 2114

HTML matthew.hintzen
Markup for a bootstrap smartphone column

propNotify6 2110

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

media query for iPad in portrait 2104

CSS Web Essentials
A media query example

if else 2095

javascript Jeremie Corpinot
Write an if else condition

media query for smartphones in la... 2092

CSS Web Essentials
A media query example

media query for iPhone 5 2083

CSS Web Essentials
A media query example

Cross Browser Background Radial G... 2076

CSS Andreas Nylin
A background radial gradient snippet

event 2074

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

document.querySelector 2067

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

media query for smartphones in po... 2065

CSS Web Essentials
A media query example

media query for iPhone 4 2053

CSS Web Essentials
A media query example

ca 2051

JavaScript Kevin McFarlane
Code snippet for console.assert

media query for iPad in landscape 2047

CSS Web Essentials
A media query example

media query for iPhone 5 in lands... 2043

CSS Web Essentials
A media query example

document.getElementsByClassName 2034

javascript Jeremie Corpinot
Get a DOM element by its class

element.addEventListener 2027

javascript Jeremie Corpinot
Add an event listener on a DOM element

bootContainer 2021

HTML matthew.hintzen
Markup for a full bootstrap container

media query for iPhone 4 in lands... 2018

CSS Web Essentials
A media query example

media query for iPhone 5 in portrait 2003

CSS Web Essentials
A media query example

media query for iPhone 4 in portrait 1998

CSS Web Essentials
A media query example

SnippetFile1 1987

C# FazelMan

da 1986

C# Kevin McFarlane
Code snippet for Debug.Assert

prop 1981

JavaScript Sebastian Gomez
Code snippet for a Javascript property

document.querySelectorAll 1961

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

Anonymous function 1949

javascript Jeremie Corpinot
Define an anonymous function without parameter

WinJS.NamespacePage.define 1948

javascript Jeremie Corpinot
Define a new WinJS namespace with page events

document.getElementsByName 1947

javascript Jeremie Corpinot
Get a DOM element by its name

WinJS.Promise 1938

javascript Jeremie Corpinot
Define a new WinJS Promise

koSelect 1914

HTML Joshua Blackstone
Snippet for KnockoutJS Select List

WinJS.UI.Fragments.renderCopy 1914

javascript Jeremie Corpinot
Render a new WinJS Fragment

bootMdCol 1896

HTML matthew.hintzen
Markup for a bootstrap Laptop column

WinJS.Class.define 1878

javascript Jeremie Corpinot
Define a new WinJS method inside a class

recmet 1869

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

ce 1852

JavaScript Kevin McFarlane
Code snippet for console.error

bootLgCol 1847

HTML matthew.hintzen
Markup for a bootstrap desktop column

recempty 1816

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

getset 1815

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

Entity Code First Identity Key 1803

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

bootColumn 1780

HTML matthew.hintzen
Markup for a bootstrap column

arrangeactassert 1731

C# mrshrinkray@gmail.com

testmethod 1632

C# mrshrinkray@gmail.com

propNotifySetProperty 1002

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

Class Program with Main() 884

C# Fons Sonnemans
Class Program with Main()

propsemi 58

C# Fons Sonnemans
Code snippet for semi auto property

Extension Package

No snippets are added


Languages