OOP in Cocoa versus .NET
by Warlock on Aug.29, 2008, under Cocoa
Cocoa is My Girlfriend has a good article discussing some of the differenences between the way .NET encourages you to write code and the way MVC is encouraged in Cocoa. The article really speaks to the truth in that Visual Studio really encourages you to go slap your business logic write in with your UI logic. There are definitely .NET communities that encourage a better look at design (specifically the ALT.NET guys), but the developer base as a whole doesn’t think about it too much.