Skip to content

Instantly share code, notes, and snippets.

***** For Enums ADD Description attribute to each enum and using statement to class with enum
using System.ComponentModel;
[Description("Admin")]
****************
CLASS TO GET ENUM INTO NAME/VALUE Dictionary to use for DataBinding
using System;
@digitaldrummerj
digitaldrummerj / IonicSetup
Last active September 16, 2023 05:21
Setup script to install everything needed for Ionic Framework using Chocolatey.
#########################
# This gist is meant to be used to install everything needed to get up and running with the Ionic Framework on Windows using Chocolatey (http://chocolatey.org)
# Read "How to use this Gist File" section below for instructions.
#########################
#########################
# NOTE : for those familiar with Chocolatey, there are a couple of custom packages used as part of the install that are not published and are waiting on maintainers to make updates to their packages.
#########################
@digitaldrummerj
digitaldrummerj / NugetDemoBox
Last active August 29, 2015 14:07
Code Camp Demo
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
cinst VisualStudio2013Ultimate -InstallArguments "/Features:'WebTools'"
cinst VS2013.3
cinst notepadplusplus
cinst NuGet.CommandLine
cinst NugetPackageExplorer
cinst GoogleChrome
cinst ReSharper