↧
Working with Files in C# 10 Course
My latest Pluralsight training course was just published and is an update from the previous version to now use .NET 6 and C# 10.“Reading and writing data is central to many .NET applications, but it...
View ArticleSupport Multiple Versions of .NET From A Single Class Library (.NET...
.NET implementations come in a few different versions or “flavors” including .NE Framework, .NET Core, and the evolution of .NET Core into .NET 5+. There’s also .NET Standard which is not an...
View ArticleWork with SQL Data with Fewer Lines of Code Using Dynamic C#
If you need to query a SQL database and work with the data quickly you can use dynamic C# to write less boilerplate code.For example, if you wanted to query a Customer table (or a more complex joined...
View Article