What is the Power Platform and Why Consider It? (Manager Edition) What is the Microsoft Power Platform? Why use it at your organization? How do I use the tools? Is it available to you? What are the disadvantages of using it? What’s the best way to get started? I...
Implementing global error handling in .Net 6 In this quick tutorial, I will be going over a simple way to apply global error handling to an API created in .Net 6. The goal of this article is to eliminate the need to have try/catch blocks within each controller method...
17 Of The Best VS Code Shortcuts You Didn’t Know You Needed Introducing a curated list (with gifs) of the best VS Code shortcuts I use every single day! Keyboard shortcuts, or hotkeys, are the best. The absolute best. Not only do they save you time, but they...
The purpose of this document is to go over the various options to add Blazor to an existing MVC Application. A Deep Dive into Html.RenderComponentAsync with ASP.NET Core MVC How to add Blazor Server or Blazor WebAssembly To An Existing MVC Application Blazor is an...
The purpose of this document is to demonstrate two different ways to use the DataTables.net JavaScript library in Blazor Web Assembly. Blazor Web Assembly – Two Methods For Using DataTables.net JavaScript Library Blazor Web Assembly is a great way to be able to...
Setting Up LINQPad Toolset To Assist In Visualization And Manipulation of SQL Queries And Backend Data The purpose of this article is to describe the steps necessary to setup the LINQPad toolset to assist in visualization and manipulation of SQL queries and backend...