A .gitnore file allows you to exclude specific files and folders from source control. Use the dotnet new gitignore command to quickly add a .gitignore to your .NET projects. Think of all the time you will save now that you don’t have to Google for a .gitignore template and copy it into your project!!
There are many great evils in the world. I can’t solve most of them but I can help you never have to see String or binary data would be truncated again
The Microsoft Identity platform is massive but don’t worry, Christos is here to help us make sense of it all. We talk about what’s new with Microsoft Identity and hear a bit about some of new features that are coming.
Microsoft Identity Platform: https://docs.microsoft.com/en-us/azure/active-directory/develop/
MSAL: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-overview
Microsoft.Identity.Web: https://docs.microsoft.com/en-us/azure/active-directory/develop/microsoft-identity-web
425 Show: https://www.twitch.tv/425show
425 Show Discord: https://discord.com/invite/emKbg8F
IOutput Formatters in ASP.NET Core make it easy to format responses differently based on the mime types specified in the request’s Accept header. In this episode, we create a Csv Output Formatter using CsvHelper.
Output Formatters: https://docs.microsoft.com/aspnet/core/web-api/advanced/custom-formatters
CsvHelper: https://joshclose.github.io/CsvHelper/
Sample Repo: https://github.com/AspNetMonsters/EP204_CsvOutputFomatter
In this episode we take a look at doing production debugging with the OzCode Production Debugger and see how it can be used to debug production problems as they occur.
Azure Functions using Bearer token is clumsy. For some auth providers, you can enable App Service Authentication in the Azure Portal but that only works for the deployed version of your app which makes testing locally difficult and clumsy.
In this episode, we look at the AzureFunctions.OidcAuthentication library which makes it easy to validate JWT Tokens from a variety of OIDC providers like Auth0, Azure AD B2C, and Okta.
GitHub: https://github.com/AspNetMonsters/AzureFunctions.OidcAuthentication
NuGet: https://www.nuget.org/packages/AzureFunctions.OidcAuthentication/
TwoWeeksReady Sample App: https://github.com/HTBox/TwoWeeksReady
Ever accidentally had an SSL certificate expire on you? It’s super embarrassing and, as it turns out, wholly unnecessary. In this episode we take a look at https://alerts.httpscop.com/ and see how it can help you avoid the expired certificate screen of shame.
Have you ever deployed an ASP.NET Core web app to Azure App Service and received the dreaded ‘HTTP Error 500.30 - ANCM In-Process Start Failure’ error. Well then this video is for you. Fortunately App Service Diagnostics provides some useful tools for digging into those errors and actually getting to the root of the problem.
In today’s episode we chat with Chris Patterson, leader of the open source project MassTransit framework.
Topics covered in this episode:
- Software ‘-ilities’
- The importance of idempotency
- Taylor swift
- Messaging concepts, message brokers
- Burgers and dipping fries in your Frosty
- Crafting durable messages
- A bit of the history of MassTransit
MassTransit: https://masstransit-project.com/
Chris’s YouTube Series: https://www.youtube.com/c/phatboyg
In this episode we’re going to have another look at code snippets, but this time in Visual Studio 2019.
Snippets are a great way to tackle repetitive coding tasks, and you can use them creatively to implement large blocks of code quickly, removing friction from the process of building out features.
You can visit the Microsoft Docs site to navigate some of the template functions and the schema reference here: https://docs.microsoft.com/visualstudio/ide/walkthrough-creating-a-code-snippet?view=vs-2019