Introducing Panels

Panels offer a new e-learning experience, featuring guided steps that provide an immersive, self-directed coding journey.

Explore

Frequently asked questions When learning to code

Is the Tech Industry Really Oversaturated for Junior Developers? Rambles, Reflections and Truth

Read

Will Learning Code make you rich? Salary expectations and more

Read

Can You Learn to Code Without a College Degree?

Read

How Long Does It Take To Learn How To Code?

Read

Is learning to code hard? Yes it is (sometimes)

Read
Dependency injection and configuration of an ASP.NET CORE 3.x console app

Dependency injection and configuration of an ASP.NET CORE 3.x console app

Dependency Injection is an increasingly popular and prominent design pattern in modern application development.

ASP.NET Core 3.x is platformed on top of the generic host. A versatile object that let's us encapsulates an app's resources at start up and configure dependency injection.

I'm going to share how I configured my generic host with a bare-bones approach you can adapt. It implements logging, autofac and is configurable with appsettings.json.

Read

Tags