<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Fundamental Provocation &#187; Visual Studio 2010</title> <atom:link href="http://www.ajaymatharu.com/tag/visual-studio-2010/feed/" rel="self" type="application/rss+xml" /><link>http://www.ajaymatharu.com</link> <description>Blog by Ajay Matharu</description> <lastBuildDate>Sun, 06 Nov 2011 15:09:39 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Visual Studio 2010 IDE Overview</title><link>http://www.ajaymatharu.com/visual-studio-2010-ide-overview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visual-studio-2010-ide-overview</link> <comments>http://www.ajaymatharu.com/visual-studio-2010-ide-overview/#comments</comments> <pubDate>Sat, 25 Jul 2009 06:03:37 +0000</pubDate> <dc:creator>Ajay Matharu</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Visual Studio]]></category> <category><![CDATA[.Net]]></category> <category><![CDATA[.Net Framework 4.0]]></category> <category><![CDATA[Visual Studio 2010]]></category> <category><![CDATA[Visual Studio 2010 IDE]]></category> <category><![CDATA[vs.net]]></category><guid isPermaLink="false">http://ajaymatharu.wordpress.com/?p=509</guid> <description><![CDATA[Understanding existing, and writing new, code As the complexity of applications grows so does the challenge of understanding the code that you’re working on. With Visual Studio 2010 the IDE provides integrated support for understanding what is happening in the code section that you’re viewing. The editor in Visual Studio 2010 has been rebuilt using [...]]]></description> <content:encoded><![CDATA[<p><strong>Understanding existing, and writing new, code</strong></p><p>As the complexity of applications grows so does the<br /> challenge of understanding the code that you’re working<br /> on. With Visual Studio 2010 the IDE provides integrated<br /> support for understanding what is happening in the code<br /> section that you’re viewing.</p><p>The editor in Visual Studio 2010 has been rebuilt using the<br /> Windows Presentation Foundation (WPF) technology. WPF<br /> enables the editor to richly present information about the<br /> code in the context of presenting the actual source. This ability<br /> enables features such as the “Document Map Margin” to render<br /> a graphical view of the source file including information such as<br /> layout, code coverage, symbol highlights and comments.</p><p>This editor ability also enables 3rd parties to create add-ins<br /> that show custom views of the underlying source file such as<br /> taking the XML Doc Comments and converting them to a rich<br /> presentation formation with fonts, colors and highlighting. It<br /> enables Visual Studio to display different layers on the editor<br /> so an add-in could represent a code-based formula in its<br /> traditional mathematical representation.</p><p>While the representation of the underlying source code is<br /> important so is the ability to understand what the code is<br /> actually doing. In Visual Studio 2010, features such as “Inline<br /> Call Hierarchy” &#8211; a feature which enables a developer to select<br /> an entity or method and see how the code calls inwards or<br /> outwards or passes the entity in and out of the code section<br /> - provide developers with the ability to understand the<br /> interaction of the code without needing to juggle multiple<br /> files. Other features such as “Highlight References”, which<br /> provide a visual representation of the references to a selected<br /> entity in the code without needing to use the “Find In Files”<br /> feature, or “Quick Searching”, which delivers a ‘word wheel’<br /> based search tool integrated with “Highlight References”,<br /> enable developers to maintain the context of where they are<br /> but gain the understanding of other locations in the code.</p><p>Additionally the editor integrates with the project system to<br /> simplify the pattern of Test Driver Development (TDD). With<br /> TDD, developers build the tests that will exercise their application<br /> code before they actually write that code. In Visual Studio<br /> 2010 developers can create tests and the editor will provide<br /> functionality to automatically implement the tested classes and<br /> code in the file the developer chooses. This enables developers to<br /> quickly create the class they are consuming without needing to<br /> break out of the test development flow to declare the tested class.</p> ]]></content:encoded> <wfw:commentRss>http://www.ajaymatharu.com/visual-studio-2010-ide-overview/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Visual Studio 2010 &#8211; My Review</title><link>http://www.ajaymatharu.com/visual-studio-2010-my-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visual-studio-2010-my-review</link> <comments>http://www.ajaymatharu.com/visual-studio-2010-my-review/#comments</comments> <pubDate>Sat, 25 Jul 2009 06:03:31 +0000</pubDate> <dc:creator>Ajay Matharu</dc:creator> <category><![CDATA[.Net]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Visual Studio]]></category> <category><![CDATA[.Net Framework 4.0]]></category> <category><![CDATA[Visual Studio 2010]]></category> <category><![CDATA[Visual Studio 2010 Review]]></category> <category><![CDATA[vs.net]]></category><guid isPermaLink="false">http://ajaymatharu.wordpress.com/?p=617</guid> <description><![CDATA[Hi Guys, Microsoft released Visual Studio 2010 CTP in October. You&#8217;ll be amazed with the download size its near about 7 GB. You can download it from here. After you download you&#8217;ll run the .exe file to extract the setup and the setup is of the .vhd format that is Virtual PC hard disk. So [...]]]></description> <content:encoded><![CDATA[<p>Hi Guys, Microsoft released Visual Studio 2010 CTP in October. You&#8217;ll be amazed with the download size its near about 7 GB. You can download it from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=922b4655-93d0-4476-bda4-94cf5f8d4814&amp;displaylang=en" target="_blank">here</a>.</p><p>After you download you&#8217;ll run the .exe file to extract the setup and the setup is of the .vhd format that is Virtual PC hard disk. So you&#8217;ll need Virtual PC to run Visual Studio 2010.</p><p>But, but, but guys please check out the minimum requirement for this CTP to run. Hard disk space required is 75 GB, yes, its not 7.5 but 75 GB. Well that&#8217;s not true you can have this CTP run if you have upto 25 GB on one drive.</p><p>When you extract the .exe file the .vhd file extracted is of size 23 GB.  Also when you bind the .vhd file to the virtual pc, you need minimum 1GB ram allocated to the Virtual PC disk.</p><p>When I ran the Visual Studio for the first time the screen took around 10 mins to load and I just shut down the CTP and got back to work.</p><p>The reason for the extracted file to be of 23 GB is because that VHD when you map to Virtual PC will have Visual Studio 2010, Visual Studio 2008,  SQL  Server 2008, SQL Server 2005 + many more software installed.</p><p>When you execute the Virtual PC which is mapped to VHD, Virtual PC will load Windows Server 2008 and it takes lots of  burden it killed my laptop. Although I have fair enough configuration. My processor is Core 2 Duo, 1.83 GHZ and with 1 GB ram. Yet it just killed my PC performance.</p><p>I even tried to extract the file on an External Hard Disk and Even on my IPod classic. But I was able to extract only first rar file. I googled the reason and found it was because the External Hard Disk is of FAT32 format and they do not support data transfer of more than 4GB. So I had to clean up my Hard Disk and extract 23 GB .vhd file there.</p><p>I really did not understood why Microsoft shipped Visual Studio 2010 this way. With 7GB download size and 23 GB extracted file. I was really disappointed with such strategy. Microsoft must have shipped Visual Studio 2010 as a single file. What could be the reason for adopting this process?</p><p>Here is my Virtual PC screen shot with Visual Studio 2010</p><p style="text-align:center;"><img class="aligncenter size-full wp-image-616" title="vs2010" src="http://ajaymatharu.files.wordpress.com/2008/12/vs2010.jpg" alt="vs2010" width="650" height="406" /></p> ]]></content:encoded> <wfw:commentRss>http://www.ajaymatharu.com/visual-studio-2010-my-review/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Visual Studio 2010 Parallel Development Overview</title><link>http://www.ajaymatharu.com/visual-studio-2010-parallel-development-overview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visual-studio-2010-parallel-development-overview</link> <comments>http://www.ajaymatharu.com/visual-studio-2010-parallel-development-overview/#comments</comments> <pubDate>Wed, 17 Dec 2008 11:22:23 +0000</pubDate> <dc:creator>Ajay Matharu</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Visual Studio]]></category> <category><![CDATA[.Net]]></category> <category><![CDATA[.Net Framework 4.0]]></category> <category><![CDATA[Parallel Development]]></category> <category><![CDATA[Visual Studio 2010]]></category> <category><![CDATA[Visual Studio Parallel Development]]></category> <category><![CDATA[vs.net]]></category><guid isPermaLink="false">http://ajaymatharu.wordpress.com/?p=512</guid> <description><![CDATA[Parallel Development As demands for application performance increased, customers have traditionally solved the problem by simply increasing the underlying power of the hardware that the application is running on. Over the last several years developers have seen the CPUs that their applications run on start to include 2, 4 or more cores. While the power [...]]]></description> <content:encoded><![CDATA[<p><strong>Parallel Development</strong></p><p>As demands for application performance increased, customers<br /> have traditionally solved the problem by simply increasing the<br /> underlying power of the hardware that the application is running<br /> on. Over the last several years developers have seen the CPUs<br /> that their applications run on start to include 2, 4 or more cores.<br /> While the power of the hardware has increased, the transition<br /> to a multi-core environment has impacted the applications that<br /> developers write. The majority of applications will not be able to<br /> automatically take advantage of this multi-core hardware change.<br /> Developers will need to modify the way they write applications<br /> and the architectures they use for these applications.</p><p>Creating parallel capable code using current technologies is<br /> unfortunately not trivial. Multi-thread programming introduces<br /> not only application architecture challenges to complexity and<br /> robustness but also exposes the tooling developers use as being<br /> optimized for single-threaded development.</p><p>Microsoft is making a major commitment to make parallel<br /> development accessible to a wide range of developers, whether<br /> they are using native code or the .NET Framework. With Visual<br /> Studio 2010 we are delivering:</p><p>• Visual Studio IDE support for Parallel development<br /> • Native C++ libraries and compiler support<br /> for Parallel applications</p><p>The .NET Framework 4.0 also provides the core framework<br /> support to build parallel applications through technologies such<br /> as P-LIINQ and parallel language semantics and framework<br /> components. Visual Studio 2010 provides integrated parallel<br /> development support. In Visual Studio 2010 the debugger is<br /> aware of the parallel nature of code and can present the state of<br /> the application execution during debugging across the different<br /> parallel execution units. The debugger also has custom displays<br /> for parallel code such as task &amp; thread windows and a &#8220;multi&#8221; or<br /> &#8220;cactus&#8221; stack view window that graphically shows the execution<br /> path of the individual tasks.</p><p>Being able to develop and debug your application doesn&#8217;t<br /> mean that it takes advantage of all the available power. To<br /> help developers do this, Visual Studio 2010 also includes<br /> a parallel capable performance analyzer that enables you<br /> to extensively instrument you code to visually see the<br /> concurrency issues that are in your applications. Combine<br /> this with the features of the Visual Studio IDE, and developers<br /> have a highly productive, visual environment for building the<br /> best parallel capable applications available.</p> ]]></content:encoded> <wfw:commentRss>http://www.ajaymatharu.com/visual-studio-2010-parallel-development-overview/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Visual Studio 2010 Cloud Development Overview</title><link>http://www.ajaymatharu.com/visual-studio-2010-cloud-development-overview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visual-studio-2010-cloud-development-overview</link> <comments>http://www.ajaymatharu.com/visual-studio-2010-cloud-development-overview/#comments</comments> <pubDate>Mon, 15 Dec 2008 07:21:01 +0000</pubDate> <dc:creator>Ajay Matharu</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Visual Studio]]></category> <category><![CDATA[.Net]]></category> <category><![CDATA[.Net Framework 4.0]]></category> <category><![CDATA[Cloud Dvelopment]]></category> <category><![CDATA[Visual Studio 2010]]></category> <category><![CDATA[vs.net]]></category> <category><![CDATA[Windows Azure]]></category><guid isPermaLink="false">http://ajaymatharu.wordpress.com/?p=518</guid> <description><![CDATA[Cloud Development On October 27th 2008 Microsoft announced Windows® Azure™ the comprehensive cloud environment from Microsoft. With Windows® Azure™ Tools for Microsoft® Visual Studio® you can build, debug and deploy services and applications for Windows Azure. Windows Azure offers a scalable hosting environment for the Internet, built on geographically distributed data centers. It handles load [...]]]></description> <content:encoded><![CDATA[<p><strong>Cloud Development</strong></p><p>On October 27th 2008 Microsoft announced Windows® Azure™<br /> the comprehensive cloud environment from Microsoft. With<br /> Windows® Azure™ Tools for Microsoft® Visual Studio®<br /> you can build, debug and deploy services and applications<br /> for Windows Azure.</p><p>Windows Azure offers a scalable hosting environment for<br /> the Internet, built on geographically distributed data centers.<br /> It handles load balancing and resource management, and<br /> automatically manages the life cycle of a service based on<br /> requirements that you establish. With the service, you include<br /> code specifications for the service topology, the number of<br /> instances to deploy, and any configuration settings. Windows®<br /> Azure™ deploys the service and manages upgrades and failures<br /> to maintain availability.</p><p>The Windows Azure environment is designed as a utility<br /> computing model, so that you pay only for the resources<br /> used by your service, while benefitting from the reliability and<br /> performance provided by the hosting environment.</p><p>Windows Azure Tools provide the means to create services<br /> and applications within the framework of Visual Studio. That<br /> includes a project model specifically for Windows Azure, as<br /> well as the debugging capabilities of Visual Studio. With Visual<br /> Studio, you can build a package containing your service, and<br /> use Windows Azure Tools to deploy the package to Windows<br /> Azure through the Windows Live Developer Portal.</p> ]]></content:encoded> <wfw:commentRss>http://www.ajaymatharu.com/visual-studio-2010-cloud-development-overview/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Visual Studio 2010 Web Development Overview</title><link>http://www.ajaymatharu.com/visual-studion-2010-web-development-overview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visual-studion-2010-web-development-overview</link> <comments>http://www.ajaymatharu.com/visual-studion-2010-web-development-overview/#comments</comments> <pubDate>Thu, 27 Nov 2008 14:31:14 +0000</pubDate> <dc:creator>Ajay Matharu</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Visual Studio]]></category> <category><![CDATA[.Net]]></category> <category><![CDATA[.Net Framework 4.0]]></category> <category><![CDATA[Visual Studio 2010]]></category> <category><![CDATA[vs.net]]></category> <category><![CDATA[Web Development]]></category><guid isPermaLink="false">http://ajaymatharu.wordpress.com/?p=507</guid> <description><![CDATA[Web Development With ASP.NET, Microsoft delivered a ground breaking productive development model that made web applications accessible to the traditional application developer. Over the last few releases, not only has the tooling in Visual Studio improved to provide developers with a more web standard set of tools, but leading features like CSS property grids and [...]]]></description> <content:encoded><![CDATA[<p><strong>Web Development</strong></p><p><strong></strong><br /> With ASP.NET, Microsoft delivered a ground breaking<br /> productive development model that made web applications<br /> accessible to the traditional application developer. Over the last<br /> few releases, not only has the tooling in Visual Studio improved<br /> to provide developers with a more web standard set of tools,<br /> but leading features like CSS property grids and split view<br /> design surfaces have been provided.<br /> However the industry evolves, and so do the tool requirements<br /> and patterns that developers use. Web developers are leading<br /> the push to split content from data and to use a Test Driven<br /> Development (TDD) methodology. In Visual Studio 2010,<br /> the next generation of ASP.NET web tools that make it<br /> easy for developers to use TDD to build Model-View-Controller<br /> (MVC) based web sites.<br /> Many ASP.NET Developers have already experienced the<br /> preview release of ASP.NET MVC. All the features in that release<br /> are included in Visual Studio 2010. Ranging from Project<br /> Templates and Solutions that natively describe an ASP.NET MVC<br /> website, to automatic generation of test projects in the web<br /> solutions, to wizard support for common tasks like creating<br /> views from controllers and snippet support for HTML Markup,<br /> the Visual Studio IDE delivers all the support required.<br /> In Visual Studio 2008, was heavy in supporting<br /> JavaScript in the Visual Studio IDE and debugger. In Visual<br /> Studio 2010, there is higher<br /> performance, and standards &#8211; compliant JavaScript IntelliSense<br /> engine. These investments enabled Microsoft to announce their<br /> involvement with the JQuery group, and Visual Studio 2010 will<br /> be the first version of Visual Studio to ship JQuery as a native<br /> part of the ASP.NET solution set.<br /> Deployment of websites has been a challenge for developers for<br /> many years. Visual Studio 2010 has full IDE support for a simplified<br /> deployment process for ASP.NET websites. Called &#8220;One Click<br /> Deployment&#8221;, this process and IDE support provides a wizard,<br /> dialogs and design surfaces that make it simple for developers to<br /> identify the components of a website that need to be deployed,<br /> and handle the process of moving them from the development<br /> machine to the web server, whether that is an internal server for<br /> the organization or a server hosted by a 3rd party site.<br /> &#8220;One Click Deployment&#8221; also solves the problem of changing<br /> the settings of a website from the development machines to the<br /> final deployed site. Many times developers have sent websites<br /> to deployment with debug tracing turned on or the database<br /> connections set to the development servers. With web.config<br /> transformations, &#8220;One Click Deployment&#8221; enables a developer<br /> to create a custom set of transforms that will be applied to<br /> the website every time it is deployed and ensures that the<br /> appropriate settings are in the configuration files.<br /> Additionally, Microsoft has just released the Silverlight 2<br /> runtime and tooling for Visual Studio 2008. In Visual Studio<br /> 2010, Silverlight is fully supported for developers wishing to<br /> build Silverlight content. Having design surfaces for Silverlight<br /> enables developers to either author original content or to<br /> modify content as part of the designer-developer workflow<br /> that Visual Studio enabled in the last release. Visual Studio<br /> 2010 also provides full debugging support for Silverlight and<br /> provides project system integration for developers consuming<br /> this content in various applications types. For example, web<br /> developers building ASP.NET websites will be able to include<br /> existing Silverlight content, and Visual Studio will create the<br /> appropriate test pages and content includes to enable them to<br /> focus debugging on the Silverlight content in the context of the<br /> overall website solution.</p> ]]></content:encoded> <wfw:commentRss>http://www.ajaymatharu.com/visual-studion-2010-web-development-overview/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Visual Studio 2010 and .NET Framework 4.0 Overview</title><link>http://www.ajaymatharu.com/visual-studio-2010-and-net-framework-40-overview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visual-studio-2010-and-net-framework-40-overview</link> <comments>http://www.ajaymatharu.com/visual-studio-2010-and-net-framework-40-overview/#comments</comments> <pubDate>Tue, 07 Oct 2008 04:22:04 +0000</pubDate> <dc:creator>Ajay Matharu</dc:creator> <category><![CDATA[Technical]]></category> <category><![CDATA[Visual Studio]]></category> <category><![CDATA[.Net Framework 4.0]]></category> <category><![CDATA[Visual Studio 2010]]></category><guid isPermaLink="false">http://ajaymatharu.wordpress.com/?p=176</guid> <description><![CDATA[Visual Studio 2010 and the .NET Framework 4.0 mark the next generation of developer tools from Microsoft. Designed to address the latest needs of developers, Visual Studio and the .NET Framework deliver key innovations in the following pillars: Democratizing Application Lifecycle Management Application Lifecycle Management (ALM) crosses many roles within an organization and traditionally not [...]]]></description> <content:encoded><![CDATA[<p><span style="font-size:x-small;"><span class="yshortcuts" style="border-bottom:1px dashed #0066cc;background:transparent none repeat scroll 0 0;cursor:pointer;">Visual Studio</span> 2010 and the .NET Framework 4.0 mark the <span class="yshortcuts" style="border-bottom:medium none;background:transparent none repeat scroll 0 0;cursor:pointer;">next generation</span> of developer tools from <span class="yshortcuts" style="border-bottom:medium none;background:transparent none repeat scroll 0 0;cursor:pointer;">Microsoft</span>. Designed to address the latest needs of developers, <span class="yshortcuts" style="border-bottom:medium none;background:transparent none repeat scroll 0 0;cursor:pointer;">Visual Studio</span> and the .NET Framework deliver key innovations in the following pillars:</span></p><ul><li><span style="font-size:x-small;"><strong>Democratizing Application Lifecycle Management</strong><br /> Application Lifecycle Management (ALM) crosses many roles within an organization and traditionally not every one of the roles has been an equal player in the process. <span class="yshortcuts" style="border-bottom:medium none;background:transparent none repeat scroll 0 0;cursor:pointer;">Visual Studio Team System</span> 2010 continues to build the platform for functional equality and shared commitment across an organization&#8217; s ALM process.</span></li><li><span style="font-size:x-small;"><strong>Enabling emerging trends</strong><br /> Every year the industry develops new technologies and new trends. With Visual Studio 2010, Microsoft delivers tooling and framework support for the latest innovations in application architecture, development and deployment.</span></li><li><span style="font-size:x-small;"><strong>Inspiring developer delight</strong><br /> Ever since the first release of Visual Studio, Microsoft has set the bar for developer productivity and flexibility. Visual Studio 2010 continues to deliver on the core developer experience by significantly improving upon it for roles involved with the <span class="yshortcuts" style="border-bottom:medium none;background:transparent none repeat scroll 0 0;cursor:pointer;">software development process</span>.</span></li><li><span style="font-size:x-small;"><strong>Riding the <span class="yshortcuts" style="border-bottom:medium none;background:transparent none repeat scroll 0 0;cursor:pointer;">next generation platform</span> wave</strong><br /> Microsoft continues to invest in the market leading operating system, productivity application and server platforms to deliver increased customer value in these offerings. With Visual Studio 2010 customers will have the tooling support needed to create amazing solutions around these technologies.</span></li><li><span style="font-size:x-small;"><strong>Breakthrough Departmental Applications</strong><br /> Customers continue to build applications that span from department to the enterprise. Visual Studio 2010 will ensure development is supported across this wide spectrum of applications.</span></li></ul><table style="width:100%;" border="0"><tbody><tr><td><strong>Microsoft Visual Studio Team System 2010 – Democratizing Application Lifecycle Management</strong><br /> Visual Studio Team System 2010 will deliver new capabilities that embrace the needs of the users in the lifecycle – from architects to developers, from project managers to testers.</td></tr><tr><td>Among the great new functionality in VSTS 2010:</p><ul><li>Discover and identify existing code assets and architecture with the new Architecture Explorer.</li><li>Design and share multiple diagram types, including use case, activity and sequence diagrams.</li><li>Improve testing efforts with tooling for better documentation of test scenarios and more thorough collection of test data.</li><li>Identify and run only the tests impacted by a code change easily with the new Test Impact View.</li><li>Enhanced version control capabilities including gated check-in, branch visualization and build workflow.</li></ul></td></tr><tr><td>Key to a shared understanding of the application is the use of modeling tools. Modeling has traditionally been done by professional architects and system designers. Our approach is to enable both technical and non-technical users to create and use models to collaborate and to define business and system functionality graphically.</td></tr><tr><td> </td></tr></tbody></table><p><a href="http://ajaymatharu.files.wordpress.com/2008/10/vs2010.png"><img class="aligncenter size-medium wp-image-189" title="vs2010" src="http://ajaymatharu.files.wordpress.com/2008/10/vs2010.png?w=300" alt="" width="300" height="177" /></a></p><p>From the design of the application through to the actual writing of the code, one of the most difficult problems has always been that of the bug that can’t be reproduced – the “no-repro” bug. There are a lot of factors that drive these types of bugs and we have worked to create tools to help isolate the issue and allow faster fixes. One of the common blockers to reproducing a bug is the collection of actionable data on the bug.  By dramatically simplifying the tools required to integrate testing across the lifecycle, we are further introducing new non-technical users to the application lifecycle.</p><p><a href="http://ajaymatharu.files.wordpress.com/2008/10/vs20101.png"><img class="aligncenter size-medium wp-image-190" title="vs20101" src="http://ajaymatharu.files.wordpress.com/2008/10/vs20101.png?w=300" alt="" width="300" height="199" /></a></p><table style="width:100%;" border="0"><tbody><tr><td><strong>Better Together – Visual Studio Team System Development Edition and Database Edition</strong><br /> In recognition of the increased need to integrate more of the lifecycle members together, we will provide a unified Development and Database product in Visual Studio Team System 2010. Beginning October 1, 2008 Development Edition and Database Edition MSDN subscribers will have access to both products.</td></tr><tr><td> </td></tr><tr><td><strong>See Visual Studio 2010 in Action on Channel 9</strong><br /> During the week of September 29, 2008, Channel 9 will be publishing new Visual Studio Team System 2010 videos daily. During the week you can watch videos covering many of the aspects of Visual Studio Team System 2010, including an overview of new capabilities, software quality, project management and Team Foundation Server, featuring Brian Harry. <a id="ctl00_mainContentContainer_ctl01" href="http://channel9.msdn.com/visualstudio"><span style="color:#0033cc;">Watch the videos now.</span></a></td></tr><tr><td> </td></tr><tr><td><strong>Learn More About Visual Studio Team System 2010</strong></td></tr><tr><td>To learn more about the new features and capabilities in Visual Studio Team System 2010 follow the links below.</td></tr><tr><td><ul><li><strong>Modeling that Works with Code</strong><br /> Powerful modeling tools are important for both defining new systems as well as discovering architectural information about existing systems. Our new modeling tools have tight integration into the actual code of the application enabling a developer or architect to use models to enforce constraints on code, as well as to explore existing code assets. <a id="ctl00_mainContentContainer_ctl02" href="http://ajaymatharu.wordpress.com/vsts2008/products/bb725993.aspx#Mod"><span style="color:#0033cc;">Learn more.</span></a></li><li><strong>Eliminating “No-Repro”</strong><br /> One of the most difficult problems has always been that of the bug that can’t be reproduced – the “no repro” bug. There are a lot of factors that drive these types of bugs and we have worked to create tools to isolate the issue and enable faster fixes. <a id="ctl00_mainContentContainer_ctl03" href="http://ajaymatharu.wordpress.com/vsts2008/products/bb725993.aspx#Elim"><span style="color:#0033cc;">Learn more.</span></a></li><li><strong>Identify the Test Impact</strong><br /> After making a change to the code it is critical to test the changes to prove they work as expected and to ensure no unexpected downstream effect. Test Impact Analysis helps developers quickly check-in code with confidence by running only the necessary tests. <a id="ctl00_mainContentContainer_ctl04" href="http://ajaymatharu.wordpress.com/vsts2008/products/bb725993.aspx#Id"><span style="color:#0033cc;">Learn more.</span></a></li></ul></td></tr></tbody></table> ]]></content:encoded> <wfw:commentRss>http://www.ajaymatharu.com/visual-studio-2010-and-net-framework-40-overview/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
