I plea guilty,
A colleague of mine is an absolute newbie when it comes to .NET (programming in general even). I’m mentoring him for the moment and we’re prototyping this data centric application. At first I started with mapping custom entity classes and collections to the database schema. The horror data binding can causes, ugh! I concluded that since we’re prototyping using DataSet couldn’t hurt us now could it? I plea guilty… I spawn DataSet objects from our Data and Business logic layers.