Browse by Tags

All Tags » ADO.NET v2.0 (RSS)

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...

Compressed Binary Serialization of DataSets

Where to begin... at the moment I am unbelieveably busy. To cut a long story short some promises very have been made by some managerial types at the top of the ladder than has meant us developer grunts at the bottom of said ladder have to deliver by the...
Posted by dsmyth

A class to export DataView to Excel *fixed*

A while back on my previous blog I wrote an entry about how to export data to Excel using ADO.NET. It used SQL commands to create the spreadsheet and then used SQL INSERT commands to export the data . The sample code on that post was only written to document...
Posted by dsmyth
Filed under:

Changing the formatting of bound data.

I've never really been a fan of data binding. I never really liked it because it removed a certain amount of programming control over displaying data and made certain things more difficult than they should be. Like, for example, changing the format of...
Posted by dsmyth
Filed under: