Search results for 'all'

AJAX 5401

JavaScript Zonaro, Carvalho
Cria uma snippet AJAX

Dispose pattern 4851

C# Fons Sonnemans
Code snippet for the dispose pattern

propnotify2 4673

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

TryCatch 4607

SQL Fons Sonnemans
Adds a Try/Catch including a transaction

Notify Property 4571

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

Notifiable Property with datacont... 4477

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

objectcreation 4166

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

2X2 Grid 4025

XAML Microsoft Corporation
XAML snippet for a 2X2 Grid

rw 3709

C# Zackariya El Khalfaoui
Code snippet for Response.Write

struct 3689

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

Grid.RowDefinitions with two RowD... 3535

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

stopwatch 3523

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

inotify 3511

C# Koen Hendriks
Code snippet for INotifyPropertyChanged Members

eventargs 3453

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

iif 3411

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

Grid.ColumnDefinitions with two C... 3398

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

propNotify 3351

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

XamlSetterCreator 3324

XAML William Wegerson
In Xaml add a style setter.

XamlStyleSetterCreator 3314

XAML William Wegerson
Create a Style and a Setter.

event 3308

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

Bulk Copy Insert 3287

C# Mike Cofoed
Skeleton for creating bulk insert method

Singleton 3271

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 3233

C# Fons Sonnemans
Code snippet for if else statement

Lorem Ipsum 3195

HTML Fons Sonnemans
Markup snippet for some Lorem Ipsum paragraphs

propscreategen 3191

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

ifelse 3160

C# Fons Sonnemans
Code snippet for if else statement

Horizontal Stack Panel 3105

XAML Fons Sonnemans
XAML snippet for a StackPanel with Horizontal Orientation

Define an attached DependencyProp... 3104

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

Define a DependencyProperty for S... 3102

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

console.log 3095

javascript Jeremie Corpinot
Write in the console output

Bootstrap accordian 3083

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

Bootstrap navbar full 3039

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 3032

C# Koen Hendriks
Code snippet for ICommand Members

Bootstrap tabs 3024

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 3011

XAML Fons Sonnemans
XAML snippet for a Grouped GridView

Bootstrap modal 3010

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

media query for iPad 3008

CSS Web Essentials
A media query example

Page Header 3008

XAML Fons Sonnemans
XAML snippet for basic page header

propnotify 2997

C# 3ByteAdmin

while 2997

JavaScript Microsoft Corporation
Code snippet for a while loop

Bootstrap thumbnail 2973

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

bootSmCol 2959

HTML matthew.hintzen
Markup for a bootstrap tablet column

Page Navigation 2951

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

forr 2948

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

If 2944

SQL_SSDT Microsoft Corporation
Code Snippet for If construct.

Play a Sound 2937

VB Microsoft Corporation
Plays a sound from a file.

media query for desktops and laptops 2887

CSS Web Essentials
A media query example

a 2874

HTML Microsoft Corporation
Markup snippet for a link

spanc 2874

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

media query for smartphones 2857

CSS Web Essentials
A media query example

Bootstrap alert success 2855

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.

media query for Windows 8 Snap Mode 2849

CSS Web Essentials
A media query example

Bootstrap navbar inverse 2845

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 2830

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

bootRow 2828

HTML matthew.hintzen
Markup for a bootstrap row

divc 2828

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

Bootstrap pagination 2816

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

Bootstrap dropdown 2814

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

propscreatelam 2811

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

Bootstrap pills 2806

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 2787

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 2781

CSS Web Essentials
A media query example

ReleaseComObject 2768

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

media query for smartphones in la... 2759

CSS Web Essentials
A media query example

Bootstrap Inline Form 2753

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

Bootstrap Panel 2753

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

dw 2751

C# Kevin McFarlane
Code snippet for Debug.WriteLine

Cross Browser Background Linear G... 2748

CSS Andreas Nylin
A background linear gradient snippet

Bootstrap alert danger 2744

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 2744

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

media query for iPhone 5 2732

CSS Web Essentials
A media query example

media query for iPad in portrait 2731

CSS Web Essentials
A media query example

Cross Browser Background Radial G... 2710

CSS Andreas Nylin
A background radial gradient snippet

media query for iPad in landscape 2703

CSS Web Essentials
A media query example

Bootstrap jumbotron 2702

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

propNotify6 2697

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

ci 2693

JavaScript Kevin McFarlane
Code snippet for console.info

Define a Property with Notify Pro... 2692

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

document.getElementById 2692

javascript Jeremie Corpinot
Get a DOM element by its ID

bootAllCol 2687

HTML matthew.hintzen
Markup for a bootstrap row

Bootstrap alert info 2687

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 2686

C# Fons Sonnemans
DelegateCommand class

Bootstrap media 2685

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.

bootXsCol 2682

HTML matthew.hintzen
Markup for a bootstrap smartphone column

Bootstrap media list 2677

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 2677

CSS Web Essentials
A media query example

Bootstrap alert warning 2673

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 2669

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 2663

HTML Dylan Hayes
Display code blocks in proper formatting

bootContainer 2662

HTML matthew.hintzen
Markup for a full bootstrap container

Bootstrap navbar search 2653

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 2648

JavaScript Kevin McFarlane
Code snippet for console.assert

todo 2648

C# Kevin McFarlane
Code snippet for TODO comment

media query for iPhone 5 in lands... 2642

CSS Web Essentials
A media query example

media query for smartphones in po... 2642

CSS Web Essentials
A media query example

media query for iPhone 4 in lands... 2634

CSS Web Essentials
A media query example

Kill Excel Object 2626

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

Bootstrap breadcrumb 2623

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

media query for iPhone 4 in portrait 2621

CSS Web Essentials
A media query example

prop 2614

JavaScript Sebastian Gomez
Code snippet for a Javascript property

media query for iPhone 5 in portrait 2613

CSS Web Essentials
A media query example

if else 2602

javascript Jeremie Corpinot
Write an if else condition

document.querySelector 2592

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

event 2587

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

element.addEventListener 2552

javascript Jeremie Corpinot
Add an event listener on a DOM element

document.getElementsByClassName 2525

javascript Jeremie Corpinot
Get a DOM element by its class

koSelect 2514

HTML Joshua Blackstone
Snippet for KnockoutJS Select List

bootMdCol 2497

HTML matthew.hintzen
Markup for a bootstrap Laptop column

document.querySelectorAll 2497

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

da 2491

C# Kevin McFarlane
Code snippet for Debug.Assert

ce 2487

JavaScript Kevin McFarlane
Code snippet for console.error

Anonymous function 2479

javascript Jeremie Corpinot
Define an anonymous function without parameter

document.getElementsByName 2478

javascript Jeremie Corpinot
Get a DOM element by its name

SnippetFile1 2478

C# FazelMan

WinJS.NamespacePage.define 2477

javascript Jeremie Corpinot
Define a new WinJS namespace with page events

WinJS.UI.Fragments.renderCopy 2472

javascript Jeremie Corpinot
Render a new WinJS Fragment

WinJS.Promise 2434

javascript Jeremie Corpinot
Define a new WinJS Promise

WinJS.Class.define 2433

javascript Jeremie Corpinot
Define a new WinJS method inside a class

Entity Code First Identity Key 2422

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

recmet 2402

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

bootLgCol 2400

HTML matthew.hintzen
Markup for a bootstrap desktop column

bootColumn 2381

HTML matthew.hintzen
Markup for a bootstrap column

recempty 2319

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

getset 2302

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

arrangeactassert 2225

C# mrshrinkray@gmail.com

testmethod 2110

C# mrshrinkray@gmail.com

propNotifySetProperty 2052

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

Class Program with Main() 1996

C# Fons Sonnemans
Class Program with Main()

propsemi 1122

C# Fons Sonnemans
Code snippet for semi auto property

class StopwatchAndMemoryLogger 572

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

Extension Package

No snippets are added


Languages