Tag related to Aspnet

ASP.NET & Docker Experience

Introduction

Docker is system for creating and managing lightweight linux containers, which has become very popular in the enterprise computing business.

ASP .NET is a framework/platform from Microsoft, mainly used in building web applications. At the moment is on version 4.6.1 (stable) and version 5 is waiting around the corner. Version 5 is a completely re-done, its structure and mentality mimics the frameworks like Django, Flask or Express, which are small and provide you with basic functionality for web development. The rest is provided upon request by adding packages.