Browse by Tags
All Tags »
Architecture (
RSS)
Visual Studio 2010 RC – Unable To Load Modeling Project From Beta 2 After upgrading to Visual Studio RC I was unable to open Modeling project that were created in Visual Studio Beta 2. There is a very quick workaround to solve this issue by modifying the modelproj file. There are only three actions need to be done: 1. Backup your projects. 2. Open modelproj file and change the version to 1.0.0.0 (0.3.0.0) and attribute name from TeamArchitect to ArchitectureTools 3. Define the new path where Modeling...
The Ultimate Offer – TFS For Everyone In my previous posts I’ve talked about TFS 2010 Server Licensing , 500$ for TFS retail it’s a very good price, But I have MSDN Subscription Do I Need To Pay More? You don’t need to pay any additional fee, the opposite, you will get a Free Upgrade with many new features and new tools. Each version of Visual Studio 2010 includes a Team Foundation Server , so if you have Visual Studio 2008 Professional with MSDN Professional you can upgrade to Visual Studio 2010...
More About Directed Graph Markup Language ( DGML ) In my last post about Introduction to Directed Graph Markup Language ( DGML ) were very popular and so here is more about DGML DirectedGraph Element This is the default namespace of DirectedGraph element - http://schemas.microsoft.com/vs/2009/dgml . There are number of attributes that is supported for this element, helping you to design the DGML. For example : Background (Change background color) and GroupDirection (TopToBottom,BottomToTop,LeftToRight...
Introduction to Directed Graph Markup Language ( DGML ) Couple of weeks ago I spoke with Ohad Israeli about his conclusions from IDCC conference, it seems like more and more people like to hear about Architecture and Methodology rather than another Developer language or technique. In my previous post I showed the new features of VS2010 – Visualize Code Relationships (Archicture) , as we all know Visual Studio Team System 2010 comes with many new abilities especially in the Testing , Architecture...
VS2010 – Visualize Code Relationships (Architecture) Here is another new feature for Visual Studio 2010 - Visualize Code Relationships There is 3 types of graphs: By Assembly By Namespace By Class By Assembly - This graph is all about showing you the dependencies between the various assemblies that make up all the projects in your solution. By Namespace By Class – This is one of the most complicated graphs because what you are seeing is dependencies at the class level, with no grouping by assembly...