Search Results

1
vote

Managing database connectivity with ADO.NET

From the MSDN (http://msdn.microsoft.com/en-us/library/8xx3tyca.aspx): When a SqlConnection object is …
1
vote

Programming to an interface. How to decide where its needed?

Take a browse through the book Head-First Design Patterns... you'll see good arguments for using interfaces that have nothing to do with TDD or polymorphism. Interfaces all …