Filter by topic
Shows how to case insensitive and case sensitive JSON deserialization using Newtonsoft and System.Text.Json
Though it may sound like our occasional April Fools Day joke, C# 9 is looking to add `and`, `or`, and `not` to its list of keywords. Specifically, for use in pattern matching.
A discussion about returning tasks directly rather than using async/await..
Microsoft added a lot of new syntax goodies in their latest release of C#, namely: index from the end, range operator, null coalescing operator, using variables, verbatim string with interpolation
Free videos for learning all aspects of the .NET developer platform, including web, mobile, desktop, C#, machine learning, containers/docker, and data access.
Learn what an exception is, about the anatomy of C# exceptions, the basic try catch finally block, exception filters, and how to create C# exception types.
Today we define the concept of a C# constructor, then show usage examples with general tips on best practices to follow and pitfalls to be aware of.
The next major version release of the C# language (C# 8) comes with exciting new features. Let's look at two new features in C# 8, static local functions and the using declaration.
By michaelscodingspot.com
A compilation of the best C# Developer Books to read in 2019 to improve your knowledge, and advance in your career.
Let's take an existing synchronous ASP.NET web app and begin refactoring it to use asynchronous programming. Sample C# project included.