Top "Solution" questions

A solution (.sln file) is a structure for organizing projects in Visual Studio.

ASP.net MVC project structure

I have created the following project structure for my new asp.net mvc project any I was after some feedback …

asp.net asp.net-mvc solution
What is a C# solution and how to use it?

I am new to C# (coming from Python and C) and when I start a new project in Monodevelop or …

c# visual-studio solution
Visual Studio 2010 (beta 2) solution in Visual Studio 2008

Is there a way to open a solution-file saved in Visual studio 2010 beta 2 in Visual studio 2008? ... or maybe a way …

visual-studio visual-studio-2008 visual-studio-2010 solution
Project Directory Structure Lost in Visual Studio?

I'm learning Visual Studio 2015 Community. I'm a seasoned programmer, but new to VS, and the file representation is confusing me. …

visual-studio visual-studio-2015 directory-structure solution
How to automate building a solution using MsBuild API 4.0?

I have a bunch of solutions downloaded from the Internet (codeplex etc.) and I want to build them and run …

msbuild automation solution