CodeClimber

Climbing the cliffs of web development, on .NET

Thursday, May 30, 2019 netcore, dotnet cli, raytracer-challenge, vscode

The Ray Tracer Challenge - Setting up the project with the dotnet CLI

The Ray Tracer Challenge - Setting up the project with the dotnet CLI

Here it comes, the first post of my journey developing a Ray Tracer using .NET Core on a Mac, using only VS Code. In this first post I'll talk about the libraries and tools I decided to use, and how I setup the project structure using the `dotnet` CLI.…

Tuesday, December 19, 2017 vscode, git, extensions, book, wrox, 24days2017

Git support in VS Code - Day 19 - 24 days of "Front-end Development with ASP.NET Core, Angular, and Bootstrap"

Git support in VS Code  - Day 19 - 24 days of "Front-end Development with ASP.NET Core, Angular, and Bootstrap"

Visual Studio Code comes with great support for Git, both native and via extensions. Let's have a look at my favorite features of the Git support in Visual Studio Code.…

Monday, December 18, 2017 vscode, omnisharp, 24days2017, book, wrox

Omnisharp: the tooling behind the C# integration in VS Code - Day 18 - 24 days of "Front-end Development with ASP.NET Core, Angular, and Bootstrap"

Omnisharp: the tooling behind the C# integration in VS Code - Day 18 - 24 days of "Front-end Development with ASP.NET Core, Angular, and Bootstrap"

We are entering the last week of the calendar, and we are also reaching the end of the book. Today is time to look at the cross-platform tools used to develop ASP.NET Core application on any platform.…