The .NET DateTime class is not just for getting the current date. It can help you do date calculations and much more.
DateTime Refresher
Published 05/04/2015
The .NET DateTime class is not just for getting the current date. It can help you do date calculations and much more.
Discover how to design user-driven applications
Dates and times can be formatted a number of different ways. Learn how to format dates and times in .NET. While this article uses C#, the lesson is applicable to VB .NET and Managed C++ programmers.
Learn to implement exception handling mechanism in C++.
Learn about TypeScript: what it is, and its type system.
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.