Singleton, Scoped and Transient: these are the possible lifetimes for DI with .NET Core. How do they change the way objects are constructed?
Continue reading
We’ve already seen some of the things you should know about enums in C#. Here we’ll dive into Flagged enumerations, serialization and so on.
Continue reading
Docker is a project that allows you to create and run applications in an isolated environment. Let’s try it to run MongoDB on your machine!
Continue reading
Having a robust logging system is crucial for any application. There are many tools, and one of these is Serilog. Here you’ll learn how to use it in a .NET application and how to integrate it with Seq.
Continue reading
Azure Functions are one of the best examples of serverless applications. By default you can’t use Dependency injection: here’s how you can configure it by adding the Startup class.
Continue reading