Browse by Tags

All Tags » General .NET v2.0 » Development Tools (RSS)
Sorry, but there are no more tags available to filter with.

Getting around Jet Engine not installed error on 64 bit Vista

There is a problem with 64 bit Vista and that is the Jet Engine, used by ADO.NETs OleDb Data Provider, is not supported. It's also no longer supported by Microsoft so a 64 bit version is not planned. If you develop with OleDb on 64 bit Vista you get...
Posted by dsmyth

Generic Collection Library

At last I have something worth blogging. I'm currently studying for the MCPD upgrade exams and word on the street is generics will be a large part of the first exam. Just so happens I've got a nice little book on the subject that's just the...
Posted by dsmyth

C# Coding Standard and Code Style Enforcer

IDesign ( http://www.idesign.net/ ) have made available a coding standard for C# that they say has become a de-facto industry standard. I'll need to take their word for that but I've had a reasonable look and it's as good as any other standard...
Posted by dsmyth