Fixing “CS891: The Type Name Only Contains Lower-Cased ASCII Characters”
If you’ve been an early adopter of .NET 7, you may have come across the following error in your travels …
If you’ve been an early adopter of .NET 7, you may have come across the following error in your travels …
It’s been a while since we’ve talked about the preview releases coming from the .NET Team. Mostly that’s been because …
Over the past couple of weeks, I’ve been covering how to use Playwright to create E2E tests using C# .NET. …
This is a post in a series about the automated E2E testing framework Playwright. While you can start anywhere, it’s …
This is a post in a series about the automated E2E testing framework Playwright. While you can start anywhere, it’s …
Visual Studio 2022 17.2 shipped the other day, and in it was a handy little feature that I can definitely …
I was recently asked by another developer on the difference between making a method virtual/override, and simply hiding the method …
Here’s another one from the vault of “Huh, I guess I never thought I needed that until now” Recently I …
User Secrets (Sometimes called Secret Manager) in .NET has been in there for quite some time now (I think since …
Imagine an Ecommerce system that generates a unique order number each time a customer goes to the checkout. How would …