Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I can't seem to find any straight-forward guides on how to create a windows forms application with C# .NET in …
c# winforms visual-studio-2010 sdf local-databaseWhen I create a new project, I get a strange behavior for unhandled exceptions. This is how I can reproduce …
c# visual-studio-2010 exception-handlingIs there any keyboard shortcut to move the cursor between methods in Visual Studio? Is there any plugins that can …
visual-studio-2010 plugins keyboard-shortcuts visual-studio-extensionsI'm teaching an introductory class to programming and GUI development using Python, and have found that the least overwhelming solution …
python visual-studio-2010 user-interface ironpythonI've upgraded to VS2010 and am looking for the vbuild executable. For VS2008, it was under: C:\Program Files (x86)\…
visual-studio-2010 locate vcbuildI'm building a project in C++ which uses DirectShow's video capture library to connect to a camera. The video card …
c++ visual-studio-2010 directshow idlI've designed a C# Windows appln which also calls internally some functions [imported from C++ DLL through DllImport()] My C++ …
c# visual-studio-2010 dllimportI'm using Microsoft's SplitContainer control in my WinForms desktop application. I'd like to have a small button (or any nice …
c# .net winforms visual-studio-2010 splitcontainerI've just upgraded a project from VS2008 to VS2010 but I'm still targeting the 3.5 framework. In my project file I …
visual-studio-2010 sgenI'm just being picky but I was researching how does Entity Framework generates the DLL from an EDMX file and …
c# visual-studio-2010 entity-framework c#-4.0 ado.net-entity-data-model