How To Creating a Page to Play with Razor

BestASPNETHostingReview.com | In this section you’ll play a bit with Razor so you can get a sense of the basic syntax. Start WebMatrix if it’s not already running. Select the Files workspace. In the ribbon, click New to create a page. Select CSHTML and name the new page TestRazor.cshtml. Click OK. Copy the following into[…]

Deploying ASP.NET Core as a Docker Container

BestASPNETHostingReview.com | Best and cheap ASP.NET Core hosting. In this blog post, you’ll learn how to deploy an ASP.NET Core application with .NET Core as a Docker Container. Docker is an open-source project to easily create lightweight, portable, self-sufficient containers from any application. The same container that a developer builds and tests on a laptop[…]