Search results for 'all'

AJAX 4830

JavaScript Zonaro, Carvalho
Cria uma snippet AJAX

TryCatch 4140

SQL Fons Sonnemans
Adds a Try/Catch including a transaction

Dispose pattern 4010

C# Fons Sonnemans
Code snippet for the dispose pattern

propnotify2 3873

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

Notify Property 3753

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

Notifiable Property with datacont... 3667

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

2X2 Grid 3610

XAML Microsoft Corporation
XAML snippet for a 2X2 Grid

objectcreation 3383

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

rw 3211

C# Zackariya El Khalfaoui
Code snippet for Response.Write

inotify 3094

C# Koen Hendriks
Code snippet for INotifyPropertyChanged Members

stopwatch 3073

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

eventargs 3001

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

iif 2965

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

propNotify 2953

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

XamlSetterCreator 2917

XAML William Wegerson
In Xaml add a style setter.

event 2888

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

XamlStyleSetterCreator 2872

XAML William Wegerson
Create a Style and a Setter.

struct 2868

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

Bulk Copy Insert 2854

C# Mike Cofoed
Skeleton for creating bulk insert method

Singleton 2846

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 2781

C# Fons Sonnemans
Code snippet for if else statement

propscreategen 2766

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

Lorem Ipsum 2755

HTML Fons Sonnemans
Markup snippet for some Lorem Ipsum paragraphs

ifelse 2736

C# Fons Sonnemans
Code snippet for if else statement

Define a DependencyProperty for S... 2696

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

console.log 2659

javascript Jeremie Corpinot
Write in the console output

Define an attached DependencyProp... 2659

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

Grid.RowDefinitions with two RowD... 2641

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

Bootstrap accordian 2640

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

Bootstrap navbar full 2617

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.

Horizontal Stack Panel 2608

XAML Fons Sonnemans
XAML snippet for a StackPanel with Horizontal Orientation

propnotify 2602

C# 3ByteAdmin

ICommand 2595

C# Koen Hendriks
Code snippet for ICommand Members

Bootstrap modal 2582

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

Bootstrap thumbnail 2581

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

Bootstrap tabs 2574

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 2546

XAML Fons Sonnemans
XAML snippet for a Grouped GridView

Page Navigation 2538

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

bootSmCol 2534

HTML matthew.hintzen
Markup for a bootstrap tablet column

forr 2519

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

Grid.ColumnDefinitions with two C... 2515

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

Page Header 2513

XAML Fons Sonnemans
XAML snippet for basic page header

media query for iPad 2482

CSS Web Essentials
A media query example

Play a Sound 2471

VB Microsoft Corporation
Plays a sound from a file.

If 2468

SQL_SSDT Microsoft Corporation
Code Snippet for If construct.

while 2464

JavaScript Microsoft Corporation
Code snippet for a while loop

Bootstrap alert success 2445

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 2419

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 2417

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 2409

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

Bootstrap Horizontal Form 2401

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

Bootstrap dropdown 2396

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

Bootstrap pagination 2395

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

propscreatelam 2392

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

spanc 2392

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

Bootstrap progress 2364

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 desktops and laptops 2362

CSS Web Essentials
A media query example

divc 2360

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

Bootstrap Panel 2356

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

a 2353

HTML Microsoft Corporation
Markup snippet for a link

media query for Windows 8 Snap Mode 2345

CSS Web Essentials
A media query example

ReleaseComObject 2342

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

media query for smartphones 2340

CSS Web Essentials
A media query example

dw 2312

C# Kevin McFarlane
Code snippet for Debug.WriteLine

Bootstrap alert danger 2309

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 alert warning 2309

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 2308

HTML Dylan Hayes
Display code blocks in proper formatting

Bootstrap Form 2303

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

bootRow 2296

HTML matthew.hintzen
Markup for a bootstrap row

Bootstrap jumbotron 2291

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

Bootstrap media list 2286

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 2275

CSS Web Essentials
A media query example

Bootstrap alert 2272

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 2266

C# Fons Sonnemans
DelegateCommand class

document.getElementById 2251

javascript Jeremie Corpinot
Get a DOM element by its ID

Bootstrap media 2246

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.

ci 2242

JavaScript Kevin McFarlane
Code snippet for console.info

Define a Property with Notify Pro... 2239

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

Kill Excel Object 2238

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

Cross Browser Background Linear G... 2235

CSS Andreas Nylin
A background linear gradient snippet

todo 2229

C# Kevin McFarlane
Code snippet for TODO comment

Bootstrap breadcrumb 2225

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

Bootstrap navbar search 2223

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.

bootAllCol 2220

HTML matthew.hintzen
Markup for a bootstrap row

Bootstrap alert info 2218

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 2218

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

bootXsCol 2215

HTML matthew.hintzen
Markup for a bootstrap smartphone column

media query for iPad in portrait 2213

CSS Web Essentials
A media query example

media query for smartphones in la... 2209

CSS Web Essentials
A media query example

media query for iPhone 5 2194

CSS Web Essentials
A media query example

Cross Browser Background Radial G... 2183

CSS Andreas Nylin
A background radial gradient snippet

if else 2182

javascript Jeremie Corpinot
Write an if else condition

media query for smartphones in po... 2174

CSS Web Essentials
A media query example

document.querySelector 2172

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

event 2164

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

media query for iPhone 4 2162

CSS Web Essentials
A media query example

media query for iPad in landscape 2156

CSS Web Essentials
A media query example

ca 2154

JavaScript Kevin McFarlane
Code snippet for console.assert

media query for iPhone 5 in lands... 2144

CSS Web Essentials
A media query example

element.addEventListener 2129

javascript Jeremie Corpinot
Add an event listener on a DOM element

document.getElementsByClassName 2127

javascript Jeremie Corpinot
Get a DOM element by its class

bootContainer 2124

HTML matthew.hintzen
Markup for a full bootstrap container

media query for iPhone 4 in lands... 2119

CSS Web Essentials
A media query example

media query for iPhone 4 in portrait 2107

CSS Web Essentials
A media query example

media query for iPhone 5 in portrait 2107

CSS Web Essentials
A media query example

prop 2091

JavaScript Sebastian Gomez
Code snippet for a Javascript property

da 2080

C# Kevin McFarlane
Code snippet for Debug.Assert

SnippetFile1 2077

C# FazelMan

document.querySelectorAll 2050

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

Anonymous function 2045

javascript Jeremie Corpinot
Define an anonymous function without parameter

WinJS.NamespacePage.define 2040

javascript Jeremie Corpinot
Define a new WinJS namespace with page events

document.getElementsByName 2037

javascript Jeremie Corpinot
Get a DOM element by its name

WinJS.Promise 2025

javascript Jeremie Corpinot
Define a new WinJS Promise

WinJS.UI.Fragments.renderCopy 2015

javascript Jeremie Corpinot
Render a new WinJS Fragment

bootMdCol 2002

HTML matthew.hintzen
Markup for a bootstrap Laptop column

koSelect 1996

HTML Joshua Blackstone
Snippet for KnockoutJS Select List

WinJS.Class.define 1978

javascript Jeremie Corpinot
Define a new WinJS method inside a class

recmet 1966

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

ce 1950

JavaScript Kevin McFarlane
Code snippet for console.error

bootLgCol 1934

HTML matthew.hintzen
Markup for a bootstrap desktop column

Entity Code First Identity Key 1910

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

getset 1908

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

recempty 1907

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

bootColumn 1878

HTML matthew.hintzen
Markup for a bootstrap column

arrangeactassert 1811

C# mrshrinkray@gmail.com

testmethod 1714

C# mrshrinkray@gmail.com

propNotifySetProperty 1225

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

Class Program with Main() 1119

C# Fons Sonnemans
Class Program with Main()

propsemi 297

C# Fons Sonnemans
Code snippet for semi auto property

Extension Package

No snippets are added


Languages