Deploy your WebApp to Azure App Service through Local Git.

Deploy your WebApp to Azure App Service through Local Git.

Summary: In this tutorial, you will learn how to deploy your AspNet Mvc project to Azure App Service using our Local git.

Azure App Service is a platform as a service (PAAS) offering from Microsoft Azure that allows you to deploy Webapps, Mobile backends, and Restful APIs in any programming language of your choice without managing infrastructure.

Read more

Setting Up Minimal.Net6 Rest API with SQL Server

Setting Up Minimal.Net6 Rest API with SQL Server.

Summary: in this tutorial, you will learn how to set up a minimal dotnet6 Rest API using SQL Server as the datastore.

According to the Microsoft Docs: Minimal APIs (Introduced with the .Net6 framework) are architected to create HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to include only the minimum files, features, and dependencies in ASP.NET Core.

Read more

Connect To PostgreSQL Database Server with Entity Framework (Code First Approach)

PostgresSQL Image

Summary: In this tutorial, you will learn how to connect to the PostgreSQL database server in the ASPNET WEB API using EFCore Code First Approach.

According to Postgres Tutorial: PostgreSQL is an advanced, enterprise-class, and open-source relational database system. PostgreSQL supports both SQL (relational) and JSON (non-relational) querying.

Read more