Contents tagged with nuget

  • KnockoutJS NuGet Packages

    Visual Studio has a ton of perks for making development easier. One of those perks is the package manager, better known as NuGet. Now, when you do KnockoutJS development in Visual Studio you have 4 Knockout packages available on NuGet: KnockoutJS KnockoutJS is an MVVM JavaScript library, written by Steve Sanderson, and is the heart of Knockout because, well, it is Knockout. If you are doing … more

  • Learn About External Templates with KnockoutJS

    Templating is a killer feature of many technologies that helps reduce code and make it more manageable and adaptable. Knockout.js has a native template engine (or you can tie in a custom templating engine), but often I like to go a bit further and load my templates from external files. In this month’s Papa’s Perspective column in Visual Studio Magazine I cover the Knockout.js External Template … more

© JohnPapa.net