Comments on: Proper Data Abstraction in .NET and Mono Applications http://jrwren.wrenfam.com/blog/2005/10/21/proper-data-abstraction-in-net-and-mono-applications/ babblings of a computer loving fool Mon, 21 Nov 2016 19:37:12 +0000 hourly 1 https://wordpress.org/?v=4.7.2 By: Jay R. Wren - lazy dawg evarlast » Archive » On : Downcasting is a Code Smell http://jrwren.wrenfam.com/blog/2005/10/21/proper-data-abstraction-in-net-and-mono-applications/comment-page-1/#comment-11716 Thu, 28 Dec 2006 15:46:28 +0000 http://little.xmtp.net/blog/?p=509#comment-11716 […] When I run into code like this I usually get VERY frustrated. It is never fun to run into ugly code. It is more frustrating to run into code that could be so much better with just slightly more than trivial understanding of the underlying libraries. I guess this is exactly what I wrote on with respect to System.Data over a year ago. Not the downcasting part, but rather just good use of the supplied interfaces instead of always using the concrete class. […]

]]>
By: hendry http://jrwren.wrenfam.com/blog/2005/10/21/proper-data-abstraction-in-net-and-mono-applications/comment-page-1/#comment-689 Sat, 25 Feb 2006 03:33:03 +0000 http://little.xmtp.net/blog/?p=509#comment-689 I’ve been using DAAB for a long time and never realized with its GPL license. Thanks very much, this article is really useful

]]>