How to Set Memory Limit on a Docker Container

In this post, we will walk you through how to set a memory limit on a docker container. Docker containers are becoming more and more popular as the technology advances. In order to give your application enough RAM, it is important that you configure the right amount of memory for each container. This blog post will cover all the steps required to ensure that your applications have enough resources available for optimal performance!

Read more

Create ASP.NET 5 Form Using Tag Helpers

This article will show you how to create a basic ASP.NET 5 (ASP.NET Core 1.X) Form using Tag Helpers. We will form HTML elements based on a C# model and use standard Razor syntax in the markup. There are various options available when creating an ASP.NET 5 page, including [and not limited to] using [plain old] HTML, (tagged-based) Razor syntax, and a combination of both.

Read more