Steps to Make an ASP.NET Core 8 Web App Production Ready
In this blog post, we'll explore the essential steps to take your ASP.NET Core 8 web app from development to a production-ready state.
Read MoreBrowse all posts tagged with ASP.NET Core
In this blog post, we'll explore the essential steps to take your ASP.NET Core 8 web app from development to a production-ready state.
Read MoreIn this blog post, we will update the default scaffold ASP.NET Core 1.1 application using Entity Framework Core to connect to PostgreSQL database using Code first approach on Ubuntu Linux. We will explore some of the new features of ASP.NET Core 1.1 and how easy it is to use entity framework to connect to open source databases like PostgreSQL. We will be using the free, open source Visual Studio Code Editor and .NET CLI to build the application to understand how to build ASP.NET Core applications on Linux or other supported platforms.
Read More