Search results for 'all'

AJAX 4705

JavaScript Zonaro, Carvalho
Cria uma snippet AJAX

TryCatch 4081

SQL Fons Sonnemans
Adds a Try/Catch including a transaction

Dispose pattern 3852

C# Fons Sonnemans
Code snippet for the dispose pattern

propnotify2 3757

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

Notify Property 3627

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

2X2 Grid 3551

XAML Microsoft Corporation
XAML snippet for a 2X2 Grid

Notifiable Property with datacont... 3536

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

objectcreation 3263

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

rw 3139

C# Zackariya El Khalfaoui
Code snippet for Response.Write

inotify 3025

C# Koen Hendriks
Code snippet for INotifyPropertyChanged Members

stopwatch 3010

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

eventargs 2938

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

iif 2903

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

propNotify 2896

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

XamlSetterCreator 2861

XAML William Wegerson
In Xaml add a style setter.

event 2823

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

XamlStyleSetterCreator 2811

XAML William Wegerson
Create a Style and a Setter.

Bulk Copy Insert 2793

C# Mike Cofoed
Skeleton for creating bulk insert method

Singleton 2789

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

struct 2734

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

ifelse 2728

C# Fons Sonnemans
Code snippet for if else statement

propscreategen 2710

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

Lorem Ipsum 2696

HTML Fons Sonnemans
Markup snippet for some Lorem Ipsum paragraphs

ifelse 2678

C# Fons Sonnemans
Code snippet for if else statement

Define a DependencyProperty for S... 2640

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... 2602

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

console.log 2599

javascript Jeremie Corpinot
Write in the console output

Bootstrap accordian 2584

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

Bootstrap navbar full 2563

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 2542

C# 3ByteAdmin

ICommand 2537

C# Koen Hendriks
Code snippet for ICommand Members

Bootstrap modal 2529

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

Bootstrap thumbnail 2528

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 2528

XAML Fons Sonnemans
XAML snippet for a StackPanel with Horizontal Orientation

Bootstrap tabs 2521

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.

Grid.RowDefinitions with two RowD... 2499

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

Grouped GridView 2484

XAML Fons Sonnemans
XAML snippet for a Grouped GridView

Page Navigation 2480

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

bootSmCol 2474

HTML matthew.hintzen
Markup for a bootstrap tablet column

forr 2457

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

Page Header 2434

XAML Fons Sonnemans
XAML snippet for basic page header

Play a Sound 2416

VB Microsoft Corporation
Plays a sound from a file.

If 2413

SQL_SSDT Microsoft Corporation
Code Snippet for If construct.

media query for iPad 2412

CSS Web Essentials
A media query example

Bootstrap alert success 2394

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.

while 2393

JavaScript Microsoft Corporation
Code snippet for a while loop

Grid.ColumnDefinitions with two C... 2372

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

Bootstrap pills 2371

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 Inline Form 2361

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

Bootstrap navbar inverse 2361

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 Horizontal Form 2354

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

Bootstrap dropdown 2345

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

Bootstrap pagination 2345

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

propscreatelam 2333

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

spanc 2318

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

Bootstrap progress 2315

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

Bootstrap Panel 2301

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 2299

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

media query for desktops and laptops 2293

CSS Web Essentials
A media query example

ReleaseComObject 2285

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

a 2281

HTML Microsoft Corporation
Markup snippet for a link

media query for Windows 8 Snap Mode 2279

CSS Web Essentials
A media query example

media query for smartphones 2267

CSS Web Essentials
A media query example

Bootstrap alert warning 2258

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.

dw 2256

C# Kevin McFarlane
Code snippet for Debug.WriteLine

Bootstrap alert danger 2255

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 2254

HTML Dylan Hayes
Display code blocks in proper formatting

Bootstrap Form 2251

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

Bootstrap jumbotron 2240

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

bootRow 2238

HTML matthew.hintzen
Markup for a bootstrap row

Bootstrap media list 2232

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.

Bootstrap alert 2217

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 2208

C# Fons Sonnemans
DelegateCommand class

media query for large screens 2206

CSS Web Essentials
A media query example

Bootstrap media 2198

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.

document.getElementById 2197

javascript Jeremie Corpinot
Get a DOM element by its ID

ci 2184

JavaScript Kevin McFarlane
Code snippet for console.info

Kill Excel Object 2182

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

Define a Property with Notify Pro... 2177

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

todo 2173

C# Kevin McFarlane
Code snippet for TODO comment

Bootstrap breadcrumb 2171

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

Bootstrap navbar search 2169

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 alert info 2167

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.

Cross Browser Background Linear G... 2165

CSS Andreas Nylin
A background linear gradient snippet

bootAllCol 2161

HTML matthew.hintzen
Markup for a bootstrap row

bootXsCol 2151

HTML matthew.hintzen
Markup for a bootstrap smartphone column

propNotify6 2149

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 2140

CSS Web Essentials
A media query example

media query for smartphones in la... 2137

CSS Web Essentials
A media query example

if else 2132

javascript Jeremie Corpinot
Write an if else condition

media query for iPhone 5 2128

CSS Web Essentials
A media query example

Cross Browser Background Radial G... 2112

CSS Andreas Nylin
A background radial gradient snippet

document.querySelector 2111

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

event 2106

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

media query for smartphones in po... 2104

CSS Web Essentials
A media query example

media query for iPhone 4 2093

CSS Web Essentials
A media query example

ca 2086

JavaScript Kevin McFarlane
Code snippet for console.assert

media query for iPad in landscape 2086

CSS Web Essentials
A media query example

media query for iPhone 5 in lands... 2080

CSS Web Essentials
A media query example

element.addEventListener 2074

javascript Jeremie Corpinot
Add an event listener on a DOM element

document.getElementsByClassName 2071

javascript Jeremie Corpinot
Get a DOM element by its class

bootContainer 2058

HTML matthew.hintzen
Markup for a full bootstrap container

media query for iPhone 4 in lands... 2057

CSS Web Essentials
A media query example

media query for iPhone 5 in portrait 2040

CSS Web Essentials
A media query example

media query for iPhone 4 in portrait 2038

CSS Web Essentials
A media query example

da 2026

C# Kevin McFarlane
Code snippet for Debug.Assert

prop 2022

JavaScript Sebastian Gomez
Code snippet for a Javascript property

SnippetFile1 2018

C# FazelMan

document.querySelectorAll 1994

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

Anonymous function 1989

javascript Jeremie Corpinot
Define an anonymous function without parameter

WinJS.NamespacePage.define 1984

javascript Jeremie Corpinot
Define a new WinJS namespace with page events

document.getElementsByName 1982

javascript Jeremie Corpinot
Get a DOM element by its name

WinJS.Promise 1973

javascript Jeremie Corpinot
Define a new WinJS Promise

WinJS.UI.Fragments.renderCopy 1960

javascript Jeremie Corpinot
Render a new WinJS Fragment

koSelect 1944

HTML Joshua Blackstone
Snippet for KnockoutJS Select List

bootMdCol 1932

HTML matthew.hintzen
Markup for a bootstrap Laptop column

WinJS.Class.define 1913

javascript Jeremie Corpinot
Define a new WinJS method inside a class

recmet 1906

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

ce 1895

JavaScript Kevin McFarlane
Code snippet for console.error

bootLgCol 1877

HTML matthew.hintzen
Markup for a bootstrap desktop column

recempty 1854

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

getset 1853

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

Entity Code First Identity Key 1839

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

bootColumn 1814

HTML matthew.hintzen
Markup for a bootstrap column

arrangeactassert 1762

C# mrshrinkray@gmail.com

testmethod 1666

C# mrshrinkray@gmail.com

propNotifySetProperty 1098

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

Class Program with Main() 985

C# Fons Sonnemans
Class Program with Main()

propsemi 165

C# Fons Sonnemans
Code snippet for semi auto property

Extension Package

No snippets are added


Languages