Blog

Latest Posts

JULY 17 2023
43 Comments

Setting up CI for ASP.NET MVC to deploy on Azure Cloud WebApp using Visual Studio Team System

by: Saurabh Nandu in: Web tags: web .net .net framework

Importance of DevOps is growing by the day as development teams adopt agile practices and start on the path of shorter development cycles. Having a good Continuous Integration system in place is one of the key parts of DevOps setup. In this blog I will explore the process of getting a simple ASP.NET MVC application configured using Online Visual Studio Team System's Build and Release process to deploy to an Azure WebApp.

Continue reading
JULY 17 2023
43 Comments

Building an ASP.NET Core 1.1 Application with PostgreSQL on Ubuntu Linux

by: Saurabh Nandu in: Web tags: web .net .net framework

In 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.

Continue reading