Skip to content
Espresso Coder

Espresso Coder

A Developer's Blog by Jason Robert

  • Blog
  • About
  • Conferences
  • Contact
  • More

    Category: Dependency Injecttion

    Speaking at DotNetSouth in Atlanta

    Last week, I had the opportunity to speak at DotNetSouth in Atlanta. The conference was great with many passionate technologists attendance. When I wasn’t speaking, I did… Read more “Speaking at DotNetSouth in Atlanta”

    May 23, 2019May 23, 2019 by jrob5756

    Implementing the Singleton Pattern in ASP.NET Core

    The Singleton Pattern is one of the most popular design patterns in software development. In large part, this is due to two key points. First, it is… Read more “Implementing the Singleton Pattern in ASP.NET Core”

    January 3, 2019May 22, 2021 by jrob5756

    Build a Console App in .NET Core Like a Pro!

    If you have worked with .NET before chances are you’ve interacted with a console application at some point. Console applications can range from small helper utilities to… Read more “Build a Console App in .NET Core Like a Pro!”

    December 3, 2018January 9, 2019 by jrob5756

    Injecting a Factory Service in ASP.NET Core

    As one of the original patterns outlined in the book “Design Patterns: Elements of Reusable Object-Oriented Software” by the “Gang of Four”, the factory pattern is the… Read more “Injecting a Factory Service in ASP.NET Core”

    October 8, 2018October 8, 2018 by jrob5756

    Inject Multiple Service Implementations in ASP.NET Core

    Most people are familiar using an IOC container to facilitate dependency injection in their applications.  But have you come across a situation where you wanted to inject… Read more “Inject Multiple Service Implementations in ASP.NET Core”

    September 21, 2018September 15, 2018 by jrob5756

    Dependency Injection in ASP.NET Core with Scrutor

    When registering types with an IOC container, configuration can get pretty unruly depending on the size of your project.  One of the things I typically look for… Read more “Dependency Injection in ASP.NET Core with Scrutor”

    September 17, 2018September 9, 2018 by jrob5756

    Choosing an IOC Container – Pt 2

    DryIoc is an IOC container for .NET that is built for speed. Looking at the link we mentioned previously, you will notice DryIoc performs better than all… Read more “Choosing an IOC Container – Pt 2”

    September 12, 2016December 30, 2018 by jrob5756

    Choosing an IOC Container – Pt 1

    Dependency injection (DI) is an important topic to consider when building a .NET application (or any for that matter). It is difficult to argue the benefits… testability,… Read more “Choosing an IOC Container – Pt 1”

    September 6, 2016September 8, 2018 by jrob5756

    Tags

    .NET .NET Core Angular ASP.NET Core AWS Azure Dependency Injection Docker GraphQL IOC Container Leadership NUnit OAuth Security Serverless software development Source Control SQL Operations Studio SQL Server Talks TDD teamwork training Unit Testing Visual Studio VSCode

    My Tweets

    My Tweets

    Follow Me!

    • Twitter
    • LinkedIn
    • Google+

    Buy me a coffee

    • Blog
    • About
    • Conferences
    • Contact