Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I read a blog post at one time on how to increase the amount of RAM that Visual Studio will …
visual-studio-2010 memory ramI am writing an ASP.NET app that uses a SQL Server 2005 with SSRS setup. I want to use the …
visual-studio-2010 reporting-services reportviewer reportingservices-2005This is my dad class public class Dad { public string Name { get;set; } public Dad(string name) { Name = name; } } This …
c# visual-studio-2010 dependency-injection inversion-of-control unity-containerIn Visual Studio 2010 64bit I can't design my forms. I keep getting this warning (and error): Warning 18 The designer could …
c# visual-studio-2010 64-bit designerI want to add a new option in Visual Studio 2010's solution explorer's context menu for a specific file type. …
c# visual-studio-2010 visual-studio pluginsI have a project in VS2010 that uses XAML and now I need to load it into Expression Blend 4. The …
wpf visual-studio visual-studio-2010 expression-blend expression-blend-4I've been using Jenkins/Hudson CI for deploying my .NET web site project. I've been using the MSbuild plugin to …
visual-studio-2010 hudson jenkins web-projectCurrently VS has a very useful feature: sort usings (C#). I want the same functionality for any random text, for …
visual-studio visual-studio-2010 sorting visual-studio-addinsI've just started getting this Javascript error running VS2010 with SL4 Error: Unhandled Error in Silverlight Application Code: 2104 Category: InitializeError …
silverlight visual-studio-2010 silverlight-4.0After installing and using Visual Studio 2010, I'm seeing some newer file types (at least with C++ projects ... don't know about …
c++ visual-studio-2010 visual-studio version-control ignore