dev
Browse posts by category: "dev" below.
VSS 2005 Add Files
The Add Files dialog in Visual Source Safe 2005 changed from a specific VSS version to the more common file selection dialog.
SoapSerializer and Generics Don't Mix
After a bunch of monotonous code changes the previously V1.1 application now compiles successfully under V2.0 of .NET with generics in used for all domain model aggregation relationships.
Generic List Covariance
I'm currently moving an existing .NET Framework V1.1 application to V2.0 and changing the domain model to use generics for any collections and lists.
OnTime Setup Notes
This post is just some notes taken while setting up OnTime and importing data from existing spreadsheet files. It falls far short of a review as time is precious!
DataTable Constraints
I'm currently developing an ADO.NET provider for a Scada system called MacroView that was first released back in 1988. Part of that development is a background service that runs on Windows, Linux,...