Skip to content
Espresso Coder

Espresso Coder

A Developer's Blog by Jason Robert

  • Blog
  • About
  • Conferences
  • Contact
  • More

    Tag: .NET Core

    Securing ASP.NET Core APIs with the Client Credentials Grant Type

    OAuth 2.0 is an industry standard protocol for authorization. It is designed to accommodate a wide range of applications such as web, desktop, and mobile apps by… Read more “Securing ASP.NET Core APIs with the Client Credentials Grant Type”

    September 4, 2019September 4, 2019 by jrob5756

    Getting Started with Docker in Visual Studio 2019

    Development frameworks, platforms, and tools that do not offer a rich development experience will ultimately lack in adoption. Docker is an amazing technology but, what is the… Read more “Getting Started with Docker in Visual Studio 2019”

    June 11, 2019June 15, 2019 by jrob5756

    Debugging an ASP.NET Core Docker Container in Windows AND Linux

    There is no question that .NET Core has exploded in popularity over the last couple of years. The new cross-platform successor to the .NET Framework has opened… Read more “Debugging an ASP.NET Core Docker Container in Windows AND Linux”

    April 3, 2019April 3, 2019 by jrob5756

    What’s the Difference Between Razor and Blazor?!?

    If you have worked with ASP.NET MVC in the past, then you have probably interacted with Razor Views in one way or another. Since ASP.NET MVC was… Read more “What’s the Difference Between Razor and Blazor?!?”

    February 21, 2019February 21, 2019 by jrob5756

    Running IdentityServer4 in a Docker Container

    Utilizing a secure identity provider is essential to any web platform. Many cloud based solutions such as Auth0, Azure B2C, or AWS SSO are available in the… Read more “Running IdentityServer4 in a Docker Container”

    January 29, 2019June 15, 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

    Decompiling Syntactic Sugar in C#

    Over the last couple years, there have been a few new features introduced into C# that are considered “syntactic sugar”.  These types of enhancements are great as… Read more “Decompiling Syntactic Sugar in C#”

    December 17, 2018January 9, 2019 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

    Building a Compatibility Shim with .NET Standard 2.0

    Dying to get started with .NET Core but, have a couple lingering .NET framework libraries?  Well there is hope.  With .NET Standard 2.0, libraries that are compiled… Read more “Building a Compatibility Shim with .NET Standard 2.0”

    September 28, 2018October 2, 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

    Posts navigation

    Older posts

    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