Contents tagged with Visual Studio 2005
-
How to overcome the CLR fusion limitation
There are cases where you would be interested to load an assembly from a different directory then the root dir of your .net application. When you’ll try to do so you will face with the limitation of the fusion process (assembly loading process) – this limitation limits you to load assemblies from underneath the root dir of your application in order to guard your app from dll hell.
-
Visual Studio Extensibility Conference Sessions Online
-
Upgrading your GAT/GAX
GAT/GAX the Guidance Automation Toolkit/Extensions are hard to remove once you have them installed, following is a procedure I am using in order to migrate the GAT/GAX.
-
Smart Client Software Factory WPF Enabled
Anyone who've been developing Smart Clients (or any other Winforms based applications) using Composite UI Application block and Smart Client Software Factory was wondering how to get the great frameworks functionality for building WPF based application, WPF enable us to build rich application but building the application the right way... still missing there.
-
The Developer's ToolBox
Yesterday i've delivered a Developer's ToolBox presentation in front of the Oracle .Net Forum, during the presentation i've prmised to publish an updated version of the presentation online so here it is...
-
Composite UI Application Block Training
-
Microsoft's Developers Academy Presentations & Demos
Several people asked me where they can get the presentations and demo code from the Microsoft's Developers Academy event that was held about 2 weeks ago.
-
Same Assembly Version For All Project
A question I was asked today was how to manage the same Assembly Version for several project I.e. have it managed in one place.
-
Enterprise Library 3.0 Dec CTP on Code Plex !
Enterprise Library 3.0 Dev CTP is available on Code Plex since yesterday :-)
-
Google Code Search
I was looking earlier today for some sort of code implementation as I was just too lazy to code it myself... then I remembered about google code search ...