To aid my unit testing I needed to populate a database with a load of test data. This data needs to be generated by some of the less technical guys on the project and so exporting CSV (Comma Separated Values) files from Excel seemed a sensible approach. So I then cast around for any existing [...]
Entries Tagged as '.net'
Useful CSV reader
January 10th, 2007 · No Comments · .net, Software Development
Tags: c#·programming·unit-testing
Don’t believe NUnit
January 5th, 2007 · No Comments · .net, ASP2
Just a quick note about a little problem I found using Nunit (2.2.9, but affects earlier revisions too).
After a bunch of edits to my project, I suddenly started getting messages from NUnit GUI “could not load file or assembly nunit.core”. Try as I could, this would not go away. This included everything from reinstalling NUnit [...]
Adding ASP Role tables to your own database
December 29th, 2006 · No Comments · .net, ASP2, SQL
This is still work in progress, but I want to incorporate the user role management tables within my own database, as the concept of users and their distinct roles ties right in with the core business model of the new site.
The following link explains the standalone tool to create the tables:
ASP.NET SQL Server Registration Tool
Invoking [...]
Tags: programming



