Browse by Tags

All Tags » Development Tools (RSS)

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

VistaDb (100% Managed Database Engine)

Wow it's been a while, sorry for the lack of updates. It is due to a combination of studying for the MCPD (second attempt is looming) and having a bit of a deadline to meet on a project. I've been spending most of my time helping folks out on...

XSL-FO to PDF, MathML, Virtual PC, and MSIs

First off many thanks to Digvijay for his comment, it was well appreciated. I'm not to clever at replying to comments, only to happy to help. You may have noticed that there was a noticable gap in time between some posts, the reason for this was two...
Posted by dsmyth
Filed under:

TrueCrypt - Protecting USB Memory Sticks

For the last year I've been using a 8Gb JetFlash USB memory stick to store all my ebooks and projects on. It's a fantastic little memory stick because it comes with a piece of software called uFormat which partitions the stick into a unsafe and...
Posted by dsmyth
Filed under:

Microsoft Patterns and Practices April 2007 DVD

Microsoft Patterns and Practices April 2007 DVD http://www.microsoft.com/downloads/details.aspx?FamilyID=6724E09B-CA2E-425A-8D71-8FEBAD3BA203&displaylang=en Full DVD download of all the articles, videos, libraries, and tools posted by Microsofts Patterns...
Posted by dsmyth
Filed under:

Type Visualizers : Visualizing non-serializable types.

Well thank you PShaffer for your comment. You can indeed create type visualizers for non-serializable types using the Microsoft.VisualStudio.VisualizerObjectSource class. This object is responsible for serializing the type, in binary, from Visual Studio...

XML Debug Type Visualizer

I've create a XML debugger visualizer for Visual Studio 2005 which you can download here . Just unzip and place the DLL in 'C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\Debugger\Visualizers'. You can view the XML as text and...

ASP.NET AJAX v1.0

I'm sure your all aware, but if not, Microsoft have released v1.0 of the ASP.NET AJAX , previously know as Atlas. They had planned to release it as part of Orcas but it was deemed to groovy. On a related subject I tried out the I.E. Developers Toolbar...
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

Axosoft - OnTime Bug Tracking Software

If you never saw it in this months issue of MSDN Magazine Axosoft's OnTime Bug Tracking Software is a suite of tools, developed in .NET v1.1, for controlling bug issues in software projects. What MSDN Magazine never told you was you can get a FREE...
Posted by dsmyth
Filed under:

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

NMock

NMock is a dynamic mock object library for .NET. Mock objects make it easier to test single components—often single classes—without relying on real implementations of all of the other components. This means we can test just one class, rather than a whole...
Posted by dsmyth
Filed under:

Wink

You know those training video's you get where someone demonstrates on screen an application or a windows feature or how to do something.... well Wink is a free little tool that lets you make them. Check it out. http://www.debugmode.com/wink/
Posted by dsmyth
Filed under:

SnippetEditor

Here's a nice little tool for adding and editing code snippets in Visual Studio 2005. http://msdn.microsoft.com/vbasic/downloads/tools/snippeteditor/
Posted by dsmyth
Filed under: