Tiernan OTooles Programming Blog

code and programming stuff from the hairy bloke!

Browse by Tags

All Tags » Tips (RSS)
Sorry, but there are no more tags available to filter with.
getting a users full name from an active directory username
Not sure how handy this is for others, but i have found a very cool use for it! This code allows you to connect to an active directory and find out what the full name of a user is. I have been using this for customization on an intranet site im building...
Posted: Jun 16 2004, 04:10 PM by tiernanotoole | with no comments
Filed under:
Generics in VB.NET
I found this article on OreillyNet. very handy. and here was me thinking that Generics was a C# only thing. now all i have to do i figure out how to use it for something... New Features in VB.NET — Generics by Wei-Meng Lee -- One of the new features...
Posted: May 26 2004, 09:33 AM by tiernanotoole | with 1 comment(s)
Filed under:
Date time FAQ
I found this FAQ about datetime in .NET and its very interesting. I use date time a lot in work apps and the problem is that the datetime info could either be US or GMT. with this FAQ, theres lot of info on best ways to store the data. sweet.
Posted: May 24 2004, 11:43 AM by tiernanotoole | with no comments
Filed under:
Consuming RSS feeds in VB.NET
This page has some info on how to consume RSS Feeds in VB.NET. This is going to be handy for my aggregator type app. So, heres some info on what the Aggregator app actually does. its not an app as such, but insted its a ASPX file that will sit on my local...
Posted: May 01 2004, 12:31 PM by tiernanotoole | with 1 comment(s)
Filed under:
More Posts