This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
***** 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################### | |
# 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. | |
######################### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder