Format:
Recent snippets matching tags of Visual Studio
// 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");
39 Views
no comments
<!-- 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>
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.
152 Views
no comments
Imports System Imports EnvDTE Imports EnvDTE80 Imports System.Diagnostics Public Module Environment #Region " CollapseAll Support "
546 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
