Entering the Furnace, My Quest for Personal and Professional Growth by Oluwafemi Dally

Fire

In this fast-paced world, the need to constantly improve oneself has never been greater. With the vast technological revolution and access to information, it is now easier than ever to pursue our passions and become better versions of ourselves. The Egabriel boot camp is an excellent opportunity to upskill, learn new things in the C# and .NET ecosystem, and achieve personal and professional growth.

Read more

Action and Func Delegates In C#

Action and Func Delegates In C#

In this article, we are going to talk about Action and Func delegates in C#, We would learn what they are and how to implement them.

Let’s Begin.

Read more

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