Browse by Tags

All Tags » Win Forms (RSS)

Visual Studio 2008 New Features Links by dotnetgeek

Just starting to play with VS2008 and wanted to keep a list of links that would help me keep track of the new features. Visual Studio 2008 - New Features What's new in Visual Studio 2008 & the .NET Framework 3.5 for Smart Client Developers? Visual...
Filed under: , ,

.NET 2.0 Predicates by dotnetgeek

A co-worker drew my attention to the article recently posted on MSDN called ' Advanced Basics: Predicates and Actions '. So the basic concept is using generics to pass in a custom search implementation to a collection or array to allow you to specify...
Filed under: , ,

Covariance, Contravariance and Generics Part Deux by dotnetgeek

So I just wanted to follow up on my last post where I described in detail (agonizing) how I thought it sucked that Generics did not support covariance. I had pointed to Rick Byers’ post where he explained more on the matter. He commented and gave...
Filed under: , ,

Covariance, Contravariance and Generics by dotnetgeek

This post is a result of an expensive lesson I learned. The situation: We use an MVP style architecture, Presentation Abstraction Control , on our application. As such the controller maintains a reference to the view(presentation) and the model(control...
Filed under: ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems