Practical guides, tutorials, and insights from years of building web and desktop applications. Check out code examples you can actually use!
Dotnet 6 is Refreshingly Simple
There are numerous things to love about the new .NET 6, but for me one key thing stands out - .NET now seems more approachable than ever! Take a straight-forward example. A new .NET Web API project would look like this - A startup.cs file with generated code A Program.cs file with more lines of code A lot of other files The two file dependencies induced that warm fuzzy feeling in ASP.NET developers for sometime now. ...