Tag: Development

Community

CustomTypeDescriptor, Part 1

(Stephen Toub) I write a lot of one-off utilities for personal use, and since they don’t require any sophisticated user interfaces, I often use a System.Windows.Forms.PropertyGrid bound to a settings class in order to allow the user to configure a tool’s operations. Unfortunately, sometimes I do

Community

Widen BI Use with Excel

(David Menninger) For those who have “seen the light,” business intelligence (BI) solutions offer an unprecedented level of insight into the operations of a company. While the individual components of BI solutions may span budgeting and planning, compliance, audit issues across all functions, those

Community

Unit Testing the Data Access Layer

(Tim Stall) Unit testing is becoming very popular among .NET projects, but unit testing the Data Access Layer (DAL) still remains a common obstacle. The problem stems from the very nature of databases: they are slow, common, persistent, external, and relational. This conflicts the nature of unit tes