CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Visual Studio
C#
// No changes to the _Layout.cshtml, only changes in Global.asax.cs as follows:
 
// Case 1. Default - knockout.debug.js doesn't work, knockout-debug.js works (looks like it doesn't like the .debug.js extension)
BundleTable.Bundles.RegisterTemplateBundles();
 
// Case 2. Deleted the above and added the below - same behavior
BundleTable.Bundles.EnableDefaultBundles();
 
// Case 3. AddFile to the BundleTable manually
jstransformer = new NoTransform("text/javascript");
by VinKamat   March 07, 2012 @ 8:45am
39 Views
no comments
 
XML
<!-- CTRL+K, CTRL+X = Insert Snippet -->
<!-- CTRL+K, CTRL+B = Manage Snippets -->
<CodeSnippet Format="1.0.0" 
             xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  
  <Header>
    <Title>Property with NotifyPropertyChanged</Title>
    <Author>Jerry Nixon</Author>
    <Shortcut>propnote</Shortcut>
    <Description>Property with NotifyPropertyChanged</Description>
by Jerry Nixon   November 08, 2011 @ 9:29am
375 Views
1 comments
 
copy $(ProjectDir)\..\{path to file} $(TargetDir)
 
rem add '1>nul' to NOT display any messages from the copy.
rem add '2>nul' to NOT fail the build and to NOT display any error messages from the copy.
 
 
by Al Gonzalez   June 16, 2011 @ 3:44pm
152 Views
no comments
 
Imports System
Imports EnvDTE
Imports EnvDTE80
Imports System.Diagnostics
 
Public Module Environment
 
 
#Region " CollapseAll Support "
by Mark Wise   December 28, 2009 @ 2:25pm
546 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate