How to Make Git Forget Tracked Files Now In gitignore
When you set up a new git repository, if you don't properly
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
When you set up a new git repository, if you don't properly
When architecting solutions that need to communicate between
Visual Studio 2017 has a new feature called Live Unit Testing.
If you have multiple projects that need to interact with one another, you can configure Visual Studio to launch multiple projects whenever you press F5/ctrl+F5. To do so, right-click on the solution and go to Properties: …
If you're using git and creating branches, then making pull
I'll be teaching a one-day workshop at DevIntersections' spring show on Domain-Driven Design with ASP.NET Core.
I really like the workflow that GitHub Pull Requests allow. It's
You can use the latest version of the dotnet CLI (installed by
A feature I've long wished for in.NET Core and its command line interface (CLI) is the ability to manage nuget references from the command line.