Callum LiningtonStop using ExceptionsExceptions are so bad… they’re poorly implemented and they lead to terrible endemic design patterns.Feb 22, 202417Feb 22, 202417
InClearBankbyAndrew PooleAsync method chaining in C#TL/DR: We recently had a large amount of fairly procedural logic performing multiple tasks in an API request handler, we wanted a way to…Jul 19, 20233Jul 19, 20233
Henrique Siebert DomareskiSingleton vs Static ClassSingleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of…Aug 20, 202210Aug 20, 202210
InByteHidebyJuan EspañaThe Latest .NET 7 Features Will Change the Way You CodeOn Stack Replacement, +30% Startup time speed, Cross-Platform APIs and more!Jun 2, 20221Jun 2, 20221
InNeogridbyLucas Diogo8 quick tips to improve your .NET APIDay-to-day tips I use to develop APIs.Apr 8, 20225Apr 8, 20225
InAccediabyIva HadzhevaMicrosoft .NET 6: Top 10 New FeaturesTo celebrate the release of Microsoft .NET 6 we’ve shared with you the improvements and features we are most excited about!Jan 18, 2022Jan 18, 2022
InByteHidebyJuan EspañaC# 11 is on the way! Microsoft Releases +5 New FeaturesJust a couple of days ago Microsoft announced and revealed the new features of .NET 7. All very focused on pure performance (up to 73.5%…May 10, 2022May 10, 2022
YildiraygemukWhat are the differences between .Net 5 and .Net 6?First of all, I don’t think that there is a radical change in .Net 6 structurally. Incoming changes focused on the simplicity…Apr 21, 2022Apr 21, 2022
Andrew CravenCreating an AWS Lambda function with .NET 6Using a custom runtimeNov 26, 20212Nov 26, 20212
GerhardQuickly create a .Net 6 minimal API with swagger documentationI was reading about the new features of .Net 6 and was wondering how much effort it would be to create a minimal API with Swagger…Oct 12, 2021Oct 12, 2021