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 more about a few commonly used components and explore their utility and usages.
Take a look at some of the most popular languages to use within the .NET paradigm.
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.