
.NET Boxed
.NET Boxed is a set of project templates with batteries included, providing the minimum amount of code required to get you going faster.
.NET Boxed is a set of project templates with batteries included, providing the minimum amount of code required to get you going faster.
The dotnet watch tool is a file watcher for dotnet that restarts the application when changes in the source code are detected. You can use dotnet watch in Visual Studio by using the launchSettings.json configuration file.
How to write code while you sleep using tools like Stack Overflow, GitHub and forums effectively.
Learn how to write your Webpack configuration file using TypeScript to get intellisense and how to exclude Webpack 1 syntax from your TypeScript typings.
How to run the ELK-B Stack, made up of ElasticSearch, Kibana, Filebeat, Metricbeat and Heartbeat using Docker and Docker Swarm.
A guide to using the Docker Visualizer, Portainer and Sonatype Nexus Docker images to help manage a Docker Swarm.
How to use Docker Labels with Docker run, Docker compose and Docker Swarm. Also talk about naming conventions and the Open Containers Initiative (OCI) spec.
How to use a read-only file system in Docker to secure your Docker containers using the docker run CLI command and Docker compose or docker swarm.
How to use and implement Cache-Control, Cache-Control Immutable, E-Tag, Last-Modified and If-Modified-Since Caching HTTP headers in ASP.NET Core.
An .editorconfig file helps define and maintain consistent coding styles between different editors and IDEs for files with different file extensions.