March 31, 2004

MSDE Deployment Toolkit

Microsoft just released a toolkit that greatly simplifies deploying MSDE with your .NET applications. I guess this will have to hold us over until WinFS comes along and gives us a built-in database.

Posted by JoshC at 12:03 AM | Comments (0) | TrackBack

March 17, 2004

P/Invoke Cheat Sheet

GotDotNet has posted a P/Invoke Cheat Sheet. They have a collection of articles how to use P/Invoke and, best of all, a library of P/Invoke method signatures and structures for the Win32 API.

Posted by JoshC at 08:36 AM | Comments (0) | TrackBack

March 09, 2004

ASP.NET Paths

Here's a handy article entitled "Making Sense of ASP.NET Paths". It's a good reference if you find yourself trying (and failing) to generate absolute URLs to other ASP.NET pages on your site.

Posted by JoshC at 08:18 PM | Comments (0) | TrackBack