I’ve been hearing more and more about GraphQL in recent years. As a developer primarily focused on the Microsoft stack, my response typically starts and ends with… Read more “Building Flexible APIs with GraphQL and ASP.NET Core”
Tag: ASP.NET Core
Comparing ASP.NET Core Razor Pages with MVC
In my previous post, we discussed the ASP.NET Core Model-View-Controller (MVC) web application framework and what better way to start our journey through ASP.NET Core. This framework is… Read more “Comparing ASP.NET Core Razor Pages with MVC”
What’s in the ASP.NET Core MVC Template?
When starting a new project, templates can be beneficial to use as a starting point. The standard boilerplate code gets generated, and before you know it, the… Read more “What’s in the ASP.NET Core MVC Template?”
Adding Docker to the ASP.NET Core Angular Template
What’s better than starting a new greenfield project? You finally have the opportunity to leverage all the latest patterns, technologies, and frameworks that you’ve been dying to… Read more “Adding Docker to the ASP.NET Core Angular Template”
Secure Your SPA using Authorization Code Flow with PKCE
Single page applications (SPAs) offer many benefits over classic web applications. Among these benefits, SPAs can provide users with a rich and responsive user interface. This is… Read more “Secure Your SPA using Authorization Code Flow with PKCE”
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”
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”
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”
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”
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?!?”