Mike Bosch's Blog on .NET

Agile enterprise architecture in .NET, SOA, WCF, WS-*, AJAX, MVC, Sharepoint and more...

Browse by Tags

All Tags » C# (RSS)
Sorry, but there are no more tags available to filter with.
How To: Calculate the age (in years) of anything using extension methods
When creating an application that requires a person's age, we typically store the date of birth and calculate their age in years from that. I usually store my user's date of birth in a property of type DateTime. To make it easy to calculate the user's...
Posted: Jan 10 2008, 09:18 PM by MikeBosch | with 5 comment(s)
Filed under:
More Posts