How to Work with Static Files in ASP.NET Core

ASP.NET Core can serve static files—HTML files, images, JavaScript files, etc.—directly to clients. To enable ASP.NET Core to serve static files, you must use the framework’s Static Files Middleware in your application, and you must specify the necessary configuration. This article presents a discussion on how we can work with static files in ASP.NET Core. […]

Microsoft .NET 5 Arrives with C# 9, F# 5

New platform moves toward the unification of the .NET development experience across desktop, web, mobile, cloud, and IoT targets. After more than a year in development, Microsoft released its .NET 5 software development platform on Tuesday, November 10, emphasizing unification of the platform and introducing the C# 9 and F# 5 programming languages. Described as the first […]

What Exactly is Green Web Hosting?

In order to make the internet work, we need lots and lots of machines that host servers, often in large data centres. And those machines take space. And lots and lots of energy. As people demand more and more internet use, this is going to become a resource issue unless we develop in a conscious way. […]