August 2005 - Posts

New MSDN Subscriptions site and VS2005 August CTP

After a day or two of maintenance , the revamped MSDN subscriptions site appears to be up and running. One of the new downloads available is of course a full set of Visual Studio 2005 August CTP builds, including VSTO and VSS. And to complement that,
Posted by Andrej Tozon | 0 Comments
Filed under:

IM Madness

I installed not one, but two IM clients today. The first was MSN Messenger upgrade (7.5). Nothing radical here. Then I tried freshly baked Google Talk ... Installation went smoothly and while installing, it detected existing installation of Gmail Notifier
Posted by Andrej Tozon | 2 Comments
Filed under:

Versioning with Version class

Sometimes you need to provide versioning functionality for your custom data, databases, etc. For handling version information inside your application you can use data types like string or int , or go with the Version class, which you commonly use when
Posted by Andrej Tozon | 0 Comments
Filed under:

Parsing dates

A rediscovered oldie: when dealing with some old, legacy code, you could find yourself wrestling with very oddly formatted data. One of the more common types the .NET framework can easily help you with, are the date/time values. For example, to convert
Posted by Andrej Tozon | 0 Comments
Filed under:

ConnectionString builders

Implementing database login functionality in your application usually requires you to build your database connection string in code. There are many ways to do that, and new classes in .NET Framework 2.0 (or better - ADO.NET) adds another one. ADO.NET
Posted by Andrej Tozon | 0 Comments
Filed under:

Moved...

This is the first post in a new environment . You can access my old blog through this address . I'll redirect my RSS feed to the new blog in a day or two..
Posted by Andrej Tozon | 0 Comments
Filed under: