Explore >> Select a destination


You are here

michaelscodingspot.com
| | johnnyreilly.com
12.9 parsecs away

Travel
| | ESLint provides linting for TypeScript and JavaScript in VS Code. A similar experience is available for C# in VS Code through Roslyn Analyzers.
| | www.mrlacey.com
12.4 parsecs away

Travel
| | I don't have positive experiences with code signing. As of today I have another tale of confusion, frustration, anger, disappointment, and e...
| | jameschambers.com
11.1 parsecs away

Travel
| | I was cleaning up and updating the JS package management in a project that has shuffled along from ASP.NET Core 1.0 (and runs on .NET 4.6) and everything seemed to be going fine. And then I tried to p
| | csharp.christiannagel.com
71.1 parsecs away

Travel
| ASP.NET Core included the WebHost class that was used in the Main method to startup everything up - including the dependency injection container. With Non-ASP.NET Core applications I used the same DI container (Microsoft.Extensions.DependencyInjection), but I had to create the ServiceCollection on my own. This changes with .NET Core 3.0 and the new Host class...