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.
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
Fear not, Tuple lovers. This much-maligned data type is still in use today.
Discover how to work productively with Excel Worksheets within Visual Basic.
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.