Browse by Tags
All Tags »
Visual Studio 2008 (
RSS)
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...
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...
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...
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...
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...
ביצועים חשובים לנו בכל מוצר, כולם יודעים שלא ניתן לשחרר מוצר אם הביצועים אינם טובים, כלומר אם הביצועים אינם עומדים בציפיות של הלקוח. כאשר מתכננים מוצר כבר מהיום הראשון עלינו לחשוב על ביצועים. עלינו לחשוב על ביצועים לא כעל בעיה שנתגלתה אלה כעוד יכולת של המוצר. תהליכים כאשר אנו נגשים לתכנן מוצר יש צורך לחשוב במושגים של תהליכים, תהליכים מאפשרים לנו להתמקד במה שבאמת חשוב לנו במוצר. תהליכים נגזרים מהלקוחות ומהמתחרים של המוצר, יש ללמוד את הלקוח, ללמוד את הצרכים ולאבחן מה דרוש ללקוח, יש לבחון מה גורם ללקוח...