vs2010

Tag details

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

Look up Offsite Link "vs2010" at The Free Dictionary

Latest blogosphere posts tagged “vs2010”

  • Visual Studio 2010 Architecture Explorer


    Development in a BlinkAuthority Authority: 422
    I’ve been playing with VS2010 architecture explorer as well as the dependency graph analyzer. Eric , out of Microsoft, has a 10 min video worth watching.
    2 days ago
  • Visual Studio 2010 Architecture Explorer


    Development in a BlinkAuthority Authority: 422
    I’ve been playing with VS2010 architecture explorer as well as the dependency graph analyzer. Eric , out of Microsoft, has a 10 min video worth watching.
    2 days ago
  • Dew Drop – November 8, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Massive Search & Replace Among ...
    2 days ago
  • Dew Drop – November 7, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio .NET Windows Service Installer and Auto ...
    3 days ago
  • Dew Drop – November 6, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Use Extension Methods to ...
    4 days ago
  • Fun and games with Visual Studio 2010 beta 2


    ctodxAuthority Authority: 118
    Well, Houston, it seems we have a problem. The majority — if not all — of our WinForms controls will not work in VS2010 beta 2. To be blunt, there seems to be some serious design flaws. The problem is that VS2010 beta 2 doesn’t generate any code for the ISupportInitialize interface when you drop controls ...
    4 days ago
  • Hanselminutes on 9 - Debugging Crash Dumps with Tess Ferrandez and VS2010


    Scott Hanselman's Computer ZenAuthority Authority: 568
    Im in Sweden this week at Øredev and I got a chance to talk to legendary ASP.NET Debugger and Escalation Engineer Tess Ferrandez . In this video Tess shows me how to debug a dump of an ASP.NET Web Site with a pile of awesome and totally new features in Visual Studio 2010. You can open up dump files in ...
    4 days ago
  • Dew Drop – November 3, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio An RSS Dashboard in F#, ...
    1 week ago
  • Dew Drop – November 2, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Some quick F# notes… (Brian McNamara) .Net Framework ...
    1 week ago
  • VS2010 Microsoft.TeamFoundation.Collaboration… MyFavoriteNamspace


    C l e m e n sAuthority Authority: 106
    Got this message this morning, while not connected with the Internet. So this message won’t appear that often, when you are always connected. Because it’s a kind of strange message, I just wanted to open VS 2010. so, it needed some investigation, where did it came from? A very obvious place the ...
    1 week ago
  • More on CommandBarButton.Mask property deprecated in VS 2010


    MSMVPS.COMAuthority Authority: 642
    In the post CommandBarButton.Mask property deprecated in VS 2010 I mentioned that VS 2010 will deprecate the Mask property of CommandBarButton to specify bitmap transparency, accepting 32-bit bitmaps with transparency in the alpha channel in the CommandBarButton.Picture property instead. The VS team told me some ...
    1 week ago
  • VS 2010 Beta 2 Profiler


    HttpcodeAuthority Authority: 103
    I’ve been playing around with VS 2010 beta 2, I’ve got it installed in one of my developmentVM’s which is also running the SharePoint application that I’ve been working on forthe past few months. This SharePoint application is using the 3.5 SP1 version of the.NET framework and we haven’t yet migrated the ...
    1 week ago
  • Dew Drop – October 30, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio The HornGet Project: ...
    1 week ago
  • Documentación y ejemplos para C# 4.0 en Visual Studio 2010 Beta2


    MSMVPS.COMAuthority Authority: 642
    Para los que no se habían dado cuenta aun, Microsoft está por lanzar el nuevo producto Visual Studio 2010 , en el mismo viene el nuevo framework para el lenguaje C# en la versión 4.0 . Para los curiosos pueden probarlo en la versión del Visual Studio 2010 Beta 2 .   Hay varios ejemplos y ...
    1 week ago
  • Dew Drop – October 29, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Eclipse and VSTS ...
    1 week ago
  • Dew Drop – October 28, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Using F# Discriminated ...
    1 week ago
  • Using the .NET 4 Client Profile


    ctodxAuthority Authority: 118
    With beta 2 of Visual Studio 2010 and .NET 4 came a lot more information about the ".NET Client Profile". This is an (admittedly large) subset of the full .NET Framework that targets "desktop client" applications. Because its a subset, its by definition smaller than the full thing and so would appear to be more ...
    1 week ago
  • Flowcharts in Workflow 4 and the Switch activity


    MSMVPS.COMAuthority Authority: 642
    Flowcharts are a nice addition to Windows Workflow Foundation 4. They allow for a lot of pretty complex behavior that is hard to do in a sequential workflow. In WF 3 we used to model these complex behaviors as state machine workflows. That worked but they werent really state machines or event driven and things could ...
    2 weeks ago
  • Dew Drop – October 27, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Visualizing Concurrency, ...
    2 weeks ago
  • Visual Studio 2010, Fx 4 Beta 2 Training Kit


    Microsoft Technology, .Net, BizTalk, Sharepoint & etc.Authority Authority: 121
    I believe you have notice vs 2010 beta 2 is available for download http://www.microsoft.com/australia/visualstudio/default.mspx. There is a great set of training resources for Visual Studio 2010 & Fx 4 Beta 2 in the form of the Visual Studio 2010 and .NET Framework 4 Training Kit and check out ...
    2 weeks ago

Comments about vs2010

Personal attacks are NOT allowed
Please read our comment policy