How to use Angular CLI with Visual Studio 2017

How to use Angular CLI with Visual Studio 2017

This article will show how to create an Angular web application using Angular CLI to manage the build process and dependency management, using WebPack. The latest version of Angular at this time of this article is 4.0.1. Using this technique you can integrate Angular into

Read more…

Fixing the Two Home Controller Problem

Has Microsoft MVC ever complained to you about not being able to load your site’s home page due to having two home controllers? Sometimes this can happen after you publish your site after some refactoring. Multiple types were found that match the controller named ‘Home’.

Read more…

MSBuild Regex Transform Version Numbers

Recently I wrote about packaging an MVC controller from a live application as a NuGet package. This article will show how to alter the nuspec for the NuGet content (non-assembly based) packages to have the same version number as the overall solution and reference the

Read more…

Github for Windows connected to Bitbucket

Git on it’s own can be a little intimidating to learn. Github is a place to host your Git repositories. Github offers some nice features to manage your repositories and make it easy for people to find your open source projects. But to do much

Read more…

NuGet package build a solution of projects

Have you ever created a .Net shared library solution with project references between them; and then wanted to share the projects as individual packages in a NuGet feed? When you run the NuGet ‘pack’ command on a project that has a project reference to another

Read more…