VisualStudio2010

Tag details

Welcome to the 'VisualStudio2010' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'VisualStudio2010'.

Look up Offsite Link "VisualStudio2010" at The Free Dictionary

Latest blogosphere posts tagged “VisualStudio2010”

  • Microsoft Acquires Teamprise Assets


    Shai RaitenAuthority Authority: 118
    Microsoft Acquires Teamprise Assets “ Customers with Visual Studio 2010 Ultimate with MSDN also will receive the Teamprise Client Suite technology as part of their original subscription purchase. ” Microsoft Press Release - ...
    1 day ago
  • Tech Ed Europe Day 2


    Kate Gregory's BlogAuthority Authority: 120
    Yesterday was the first day of Tech Ed. I went to Marian Luparus talk on Visual C++ 2010. He did mostly demo, and showed a ton of hot new C++ features. If you missed this one (it was the very first talk of the conference) be sure to look for the ...
    2 days ago
  • Prism 2 (Composite Application Guidance for WPF & Silverlight) migrated to Visual Studio 2010 Beta 2


    Damian Schenkelman's BlogAuthority Authority: 106
    As most of you might know, Visual Studio 2010 Beta 2 was released some days ago. Ever since, many people have asked at the Prism codeplex forums if Prism works with this latest version. That’s why with Fer we decided to migrate Prism latest release for Silverlight 3 to VS 2010 Beta 2. Our conclusion after ...
    2 days ago
  • Teamprise Client Suite to be integrated into Visual Studio 2010


    Authority Authority: 110
    Microsoft announced that it will purchase the Teamprise related assets of SourceGear LLC and they will be integrated into the Visual Studio product line starting with Visual Studio 2010. Customers with Visual Studio 2010 Ultimate with MSDN will also receive the Teamprise Client Suite technology as part of ...
    2 days ago
  • PsTFS - Cmdlet for Team Foundation Server - Codeplex


    Shai RaitenAuthority Authority: 118
    PsTFS - Cmdlet for Team Foundation Server - Codeplex Noham CHOULANT just published a new project on codeplex called PSTFS. PsTFS is a set of PowerShell commands to manage and use Team Foundation Server. PowerShell effectiveness is combined with the power of TFS API to maximize TFS capabilities ...
    3 days ago
  • Innovation Showcase Headlines – 11/09/2009


    Bob's BlogAuthority Authority: 423
    Lots of terrific articles posted this week on the Innovation Showcase news site. Read about new features in Visual Studio 2010 , check out David Chappells’ whitepaper on the SharePoint 2010 Developer Platform and see video interviews with Don Box and...( read more )
    3 days ago
  • Dependency Graph of PowerShell’s System.Management.Automation DLL


    Development in a BlinkAuthority Authority: 420
    Using the Architecture Explorer in VS 2010 to display and examine the dependency graph of PowerShell’s Management Automation DLL. The thickness of the links indicates the number of dependencies between the assemblies. Hovering over a link shows the roll up of the types of dependencies.
    3 days ago
  • Using Test Impact Analysis in Visual Studio 2010


    DotNetSurfers BlogAuthority Authority: 91
    A tweet this morning from David OHara aboutwanting something on the lines of Autospec forVisual Studio motivated me to look into the Test Impact Analysis feature in VisualStudio 2010. Test Impact Analysis allows you to see what unit tests have been impactedby your latest code changes. This means that you need to ...
    4 days ago
  • Visual Studio 2010 and .Net 4 framework training kit available for download


    MSMVPS.COMAuthority Authority: 650
    With the upcoming release of Visual Studio 2010 and .Net 4 nows the time to get cracking writing some code and getting familiar with our new, and improved, IDE. Download link: http://www.microsoft.com/downloads/details.aspx?FamilyID=752CB725-969B-4732-A383-ED5740F02E93&displaylang=en Visual Studio ...
    5 days ago
  • Visual Studio 2010 should be free…..


    Stephen Forte`s BlogAuthority Authority: 523
    I am in Hong Kong speaking at the HongKong International Computer Conference . It is a great conference, it focuses onIT as a driver for innovation and economic transformation. I was lucky enough to bedoing one of the keynote presentations on how technology is so disruptive and howcloud computing changes ...
    6 days ago
  • Visual Studio 2010: Visualizing dependencies


    PimpThisBlog.com - Latest published storiesAuthority Authority: 464
    Visual Studio 2010 introduces new and cool feature – architecture diagrams that visualize dependencies between assemblies, namespaces and classes. In this posting I will show you how these diagrams look like and provide some explanations about how to read them.
    6 days ago
  • The new MSDN and Microsoft Visual Studio 2010


    Authority Authority: 110
      A key announcement that you need to know about is what Microsoft is calling the “Ultimate Offer” — making sure that every MSDN subscriber gets equal or greater value (in many cases, a lot greater) as Microsoft transitions subscriptions into the new and simplified Visual Studio 2010 product line up. ...
    1 week ago
  • Visual Studio 2010: UML modeling projects


    PimpThisBlog.com - Latest published storiesAuthority Authority: 464
    Visual Studio 2010 introduces modeling projects that bring UML diagrams to Visual Studio. Currently it is not possible to generate classes from diagrams automatically but I don’t think it is a problem – good UML diagrams visualize different aspects of system short and clearly and they usually don’t document ...
    1 week ago
  • Visual Studio 2010 Test Case Import Utilities


    Shai RaitenAuthority Authority: 118
    Visual Studio 2010 Test Case Import Utilities CodePlex just release a really cool tool to migrate TestCases from Excel into Team System 2010. most of the test user base have their test artifacts in Microsoft Excel. For folks who want to move this test data into TCM server and then would want to use TCM ...
    1 week ago
  • Visual Studio 2010 Beta 2 downloads


    PimpThisBlog.com - Latest published storiesAuthority Authority: 464
    Here are some download links to Visual Studio 2010 Beta 2 and related technologies.
    1 week ago
  • Visual Studio 2010 got a new logo – you like?


    MSMVPS.COMAuthority Authority: 650
    Not so long ago we saw a new logo revealed for the Microsoft .Net framework – the “Wave” logo was widely received as being a huge improvement and many loved it. Just around the corner comes a new version of Visual Studio – 2010 which promises to be  the next best thing after sliced bread (that’s ...
    1 week ago
  • Visual Studio 2010 – Conditional breakpoints using String Comparison Functions (C/C++)


    Reflections of my thoughts...Authority Authority: 113
    All we’re fond of conditional break points if we need to execute the program until some specific condition exists. We usually give numerical expressions to give conditional break points. If you don’t know about conditional break points, just have a look at MSDN documentation. or this one . Now the C/C++ ...
    1 week ago
  • Project Fuze Beta (build 203) for Visual Studio 2010 Beta 2 is now available


    Authority Authority: 110
    Visual Studio 2010 Beta 2 is now supported. Requirements Microsoft Visual Studio 2010 Ultimate or Premium. Oracle 9i (or later) client software   Download To download the beta, make sure you LOG INTO THIS FORUM and then visit the Beta Downloads forum , which is visible only once youre logged in. ...
    1 week ago
  • Visual Studio 2010 – Code Metrics calculation


    Reflections of my thoughts...Authority Authority: 113
    Visual Studio 2010 provides a new feature to calculate various the code metrics . Sadly this options are only available for Managed projects. Sorry native developers! It allows to calculate the follow matrices of your project Maintainability index Cyclomatic Complexity Depth of Inheritance Class Coupling ...
    1 week ago
  • VS 2010 Beta 2 Read Me Items for Web Deployment


    Vishal Joshi's TangentAuthority Authority: 400
    There are some known issues/bugs related to VS 2010 Web Deployment features in VS 2010 Beta 2 Read Me… I can imagine reading the entire Beta 2 read me file can be daunting so I thought I can just copy paste the ones related to Web Deployment here… DB Deployment will fail if the Database Name is longer than ...
    1 week ago

Comments about VisualStudio2010

Personal attacks are NOT allowed
Please read our comment policy