DCSIMG
Visual Studio 2008 - Ohad's Blog

Ohad's Blog

Lets talk about .net !

Mirror at:
weblogs.asp.net/israelio

News

         Ohad Israeli's Facebook profile

Grab this badge here!

Browse by Tags

All Tags » Visual Studio 2008 (RSS)
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. In order to overcome this limitation you can use the old plain Unix trick… create a symbolic link to the file… there...
Free training on Visual Studio 2010 and C# 4.0
Did you know that you can train yourself for what’s new in Visual Studio 2010 and C# 4.0 (also VB) ? The Microsoft Visual Studio 2010 and .NET Framework 4 Training Kit - October Preview is available for more than a week now and it includes lots of slide decks, demos and labs covering the following topics: Whats New In the .NET Framework 4 Whats New In Visual Studio 2010 Video: Downloading And Installing Visual Studio 2010 Beta 2 Demo: Hello Visual Studio 2010 Common Language Runtime Demo: System...
Microsoft Visual Studio Learning Pack 2.0
The Visual Studio Learning Pack 2.0 is a software package created by Microsoft to help students learn about computer programming. Improvements in this release include support for Visual Studio 2008 Express and more support for Visual Basic It consists of the following five components: Sort Designer Control is a supplementary teaching tool developed to help students learn the basic concepts, algorithms, and implementations of popular computer sorting algorithms. It supports bubble and insertion sorting...
Visual Studio Extensibility Conference Sessions Online
The VSX Developer Conference sessions covering a wide range of Visual Studio extensibility topics available online at channel 9. VS Extensibility Architecture: Intro & Advanced Topics Douglas Hodges, Principal Architect, Microsoft Extending the Visual Studio (VS) Integrated Development Environment (IDE) using the VS Package Architecture. For integrating commercial products, supporting new languages and participating as a 1st class citizen within the IDE, Visual Studio’s service and windowing...
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. Make a copy of C:\Documents and Settings\All Users\Application Data\Microsoft\Recipe Framework\ReceipeFramework.xml Edit the ReceipeFramework.xml and remove the tags inside the <GuidancePackages> key. Uninstall the GAT/GAX via the control panel. (prior to removing the packages the gat/gax wont let you uninstall it) Install the...
חלק ראשון - WPF שיפור ביצועים - אפליקציות
ביצועים חשובים לנו בכל מוצר, כולם יודעים שלא ניתן לשחרר מוצר אם הביצועים אינם טובים, כלומר אם הביצועים אינם עומדים בציפיות של הלקוח. כאשר מתכננים מוצר כבר מהיום הראשון עלינו לחשוב על ביצועים. עלינו לחשוב על ביצועים לא כעל בעיה שנתגלתה אלה כעוד יכולת של המוצר. תהליכים כאשר אנו נגשים לתכנן מוצר יש צורך לחשוב במושגים של תהליכים, תהליכים מאפשרים לנו להתמקד במה שבאמת חשוב לנו במוצר. תהליכים נגזרים מהלקוחות ומהמתחרים של המוצר, יש ללמוד את הלקוח, ללמוד את הצרכים ולאבחן מה דרוש ללקוח, יש לבחון מה גורם ללקוח...