Various code samples for teaching using Visual Studio 2019, .NET Core, C#9 Visual Studio 2022, .NET Core 7.
There are basic, intermediate and advance level code samples. Suggest examining the code, run the application then go back and study the code for learning purposes.
🟢 Make sure to review Microsoft docs for common DateTime methods and DateTimeOffset
🟢 Custom date and time format strings
- SQL-Server: Exploration of datetime2(7) precision
- SQL-Server: Computed columns
- Focus on projects
EntityFrameworkCore
andSqlProviders
which work with dates
- Focus on projects
- Working with DateOnly and TimeOnly (C#)