Search results for 'all'

AJAX 5196

JavaScript Zonaro, Carvalho
Cria uma snippet AJAX

Dispose pattern 4449

C# Fons Sonnemans
Code snippet for the dispose pattern

TryCatch 4393

SQL Fons Sonnemans
Adds a Try/Catch including a transaction

propnotify2 4301

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

Notify Property 4186

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

Notifiable Property with datacont... 4088

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

2X2 Grid 3830

XAML Microsoft Corporation
XAML snippet for a 2X2 Grid

objectcreation 3802

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

rw 3497

C# Zackariya El Khalfaoui
Code snippet for Response.Write

stopwatch 3328

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

inotify 3326

C# Koen Hendriks
Code snippet for INotifyPropertyChanged Members

struct 3297

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

eventargs 3257

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

iif 3207

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

propNotify 3163

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

XamlSetterCreator 3133

XAML William Wegerson
In Xaml add a style setter.

Grid.RowDefinitions with two RowD... 3125

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

event 3116

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

XamlStyleSetterCreator 3111

XAML William Wegerson
Create a Style and a Setter.

Bulk Copy Insert 3098

C# Mike Cofoed
Skeleton for creating bulk insert method

Singleton 3073

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 3015

C# Fons Sonnemans
Code snippet for if else statement

Grid.ColumnDefinitions with two C... 3006

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

propscreategen 2996

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

Lorem Ipsum 2992

HTML Fons Sonnemans
Markup snippet for some Lorem Ipsum paragraphs

ifelse 2968

C# Fons Sonnemans
Code snippet for if else statement

Define a DependencyProperty for S... 2925

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

Horizontal Stack Panel 2913

XAML Fons Sonnemans
XAML snippet for a StackPanel with Horizontal Orientation

Define an attached DependencyProp... 2906

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

console.log 2900

javascript Jeremie Corpinot
Write in the console output

Bootstrap accordian 2867

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

Bootstrap navbar full 2847

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 2821

C# 3ByteAdmin

ICommand 2816

C# Koen Hendriks
Code snippet for ICommand Members

Bootstrap tabs 2815

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 modal 2811

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

Grouped GridView 2811

XAML Fons Sonnemans
XAML snippet for a Grouped GridView

Page Header 2799

XAML Fons Sonnemans
XAML snippet for basic page header

media query for iPad 2796

CSS Web Essentials
A media query example

Bootstrap thumbnail 2782

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

bootSmCol 2772

HTML matthew.hintzen
Markup for a bootstrap tablet column

while 2767

JavaScript Microsoft Corporation
Code snippet for a while loop

Page Navigation 2765

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

forr 2741

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

Play a Sound 2721

VB Microsoft Corporation
Plays a sound from a file.

If 2718

SQL_SSDT Microsoft Corporation
Code Snippet for If construct.

media query for desktops and laptops 2667

CSS Web Essentials
A media query example

spanc 2667

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

Bootstrap alert success 2661

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.

a 2653

HTML Microsoft Corporation
Markup snippet for a link

Bootstrap navbar inverse 2644

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 2640

CSS Web Essentials
A media query example

Bootstrap Horizontal Form 2638

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

Bootstrap pagination 2634

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

media query for Windows 8 Snap Mode 2632

CSS Web Essentials
A media query example

divc 2624

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

Bootstrap pills 2623

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.

propscreatelam 2616

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

Bootstrap dropdown 2614

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

Bootstrap Inline Form 2605

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

Bootstrap progress 2589

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 2587

CSS Web Essentials
A media query example

ReleaseComObject 2573

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

bootRow 2564

HTML matthew.hintzen
Markup for a bootstrap row

Bootstrap Panel 2564

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

media query for smartphones in la... 2547

CSS Web Essentials
A media query example

dw 2544

C# Kevin McFarlane
Code snippet for Debug.WriteLine

Bootstrap alert danger 2541

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 2536

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

Cross Browser Background Linear G... 2527

CSS Andreas Nylin
A background linear gradient snippet

Bootstrap jumbotron 2517

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

media query for iPhone 5 2512

CSS Web Essentials
A media query example

media query for iPad in portrait 2509

CSS Web Essentials
A media query example

Cross Browser Background Radial G... 2504

CSS Andreas Nylin
A background radial gradient snippet

Bootstrap code 2501

HTML Dylan Hayes
Display code blocks in proper formatting

Bootstrap alert warning 2494

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.

bootXsCol 2494

HTML matthew.hintzen
Markup for a bootstrap smartphone column

clsDelegateCommand 2492

C# Fons Sonnemans
DelegateCommand class

document.getElementById 2491

javascript Jeremie Corpinot
Get a DOM element by its ID

Bootstrap media list 2489

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 2487

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.

ci 2487

JavaScript Kevin McFarlane
Code snippet for console.info

Define a Property with Notify Pro... 2483

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

Bootstrap media 2475

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 iPhone 4 2468

CSS Web Essentials
A media query example

media query for iPad in landscape 2466

CSS Web Essentials
A media query example

propNotify6 2466

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

media query for smartphones in po... 2458

CSS Web Essentials
A media query example

bootAllCol 2456

HTML matthew.hintzen
Markup for a bootstrap row

Kill Excel Object 2455

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

Bootstrap alert info 2454

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.

todo 2453

C# Kevin McFarlane
Code snippet for TODO comment

Bootstrap navbar search 2451

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 iPhone 5 in lands... 2442

CSS Web Essentials
A media query example

ca 2431

JavaScript Kevin McFarlane
Code snippet for console.assert

Bootstrap breadcrumb 2424

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

media query for iPhone 4 in lands... 2415

CSS Web Essentials
A media query example

if else 2411

javascript Jeremie Corpinot
Write an if else condition

bootContainer 2410

HTML matthew.hintzen
Markup for a full bootstrap container

media query for iPhone 4 in portrait 2407

CSS Web Essentials
A media query example

media query for iPhone 5 in portrait 2407

CSS Web Essentials
A media query example

document.querySelector 2398

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

event 2396

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

prop 2393

JavaScript Sebastian Gomez
Code snippet for a Javascript property

element.addEventListener 2351

javascript Jeremie Corpinot
Add an event listener on a DOM element

document.getElementsByClassName 2329

javascript Jeremie Corpinot
Get a DOM element by its class

SnippetFile1 2303

C# FazelMan

da 2298

C# Kevin McFarlane
Code snippet for Debug.Assert

document.querySelectorAll 2290

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

koSelect 2290

HTML Joshua Blackstone
Snippet for KnockoutJS Select List

bootMdCol 2288

HTML matthew.hintzen
Markup for a bootstrap Laptop column

WinJS.NamespacePage.define 2277

javascript Jeremie Corpinot
Define a new WinJS namespace with page events

Anonymous function 2273

javascript Jeremie Corpinot
Define an anonymous function without parameter

document.getElementsByName 2268

javascript Jeremie Corpinot
Get a DOM element by its name

ce 2261

JavaScript Kevin McFarlane
Code snippet for console.error

WinJS.UI.Fragments.renderCopy 2261

javascript Jeremie Corpinot
Render a new WinJS Fragment

WinJS.Promise 2236

javascript Jeremie Corpinot
Define a new WinJS Promise

Entity Code First Identity Key 2227

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

WinJS.Class.define 2222

javascript Jeremie Corpinot
Define a new WinJS method inside a class

recmet 2199

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

bootLgCol 2190

HTML matthew.hintzen
Markup for a bootstrap desktop column

bootColumn 2175

HTML matthew.hintzen
Markup for a bootstrap column

recempty 2129

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

getset 2115

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

arrangeactassert 2021

C# mrshrinkray@gmail.com

testmethod 1935

C# mrshrinkray@gmail.com

propNotifySetProperty 1650

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

Class Program with Main() 1581

C# Fons Sonnemans
Class Program with Main()

propsemi 749

C# Fons Sonnemans
Code snippet for semi auto property

class StopwatchAndMemoryLogger 165

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

Extension Package

No snippets are added


Languages