Namespacing and Solution Structuring
The bigger a Visual Studio solution gets the more important ist a good structure.
Modern Software Development in .NET Core and .NET Standard
The bigger a Visual Studio solution gets the more important ist a good structure.
Unit testing your business logic is essential to maintainability. Only if you have a good coverage (read as “as complete as reasonable in your situation”) and enough regression tests (tests proving that something that was broken and got fixed stays fixed) you can be sure not to break anything when refactoring or changing something down […]
The .NET ecosystem is a grid of frameworks, libraries and specifications.
In today’s post I will explain the basic features, purpose and usage of the ASP.NET Core MVC framework and thus the underlying ASP.NET Core framework. Basic features ASP.NET Core is the default .NET Core web hosting framework. MVC is, as you already guessed, the Model-View-Controller-extension for it.
What exactly is .Net Core anyway, what use is it and why should I use it?