Top "Projects-and-solutions" questions

Some IDEs organize code and resources into projects and solutions, usually in a directory-based hierarchy.

NuGet and multiple solutions

We have two solutions: foo.sln and bar.sln I have a common library that is used by both foo …

projects-and-solutions nuget nuget-package
F#, namespaces, modules, fs and fsx

I'm aware of other questions about modules and namespaces in F#, but they're not helping me right now. I've got …

f# namespaces module projects-and-solutions f#-interactive
Visual Studio 2010 "Solution platforms" popup missing

I'm getting a weird problem with Visual Studio 2010 Premium. I use two PCs, on the first there is no problem …

visual-studio-2010 projects-and-solutions toolbar
Separate class for enums?

What is the general consensus towards a separate class in the business layer to store the definition of enums? Is …

c# .net enums projects-and-solutions class-structure
Merges on IntelliJ IDEA .IPR and .IWS files

We keep our IntelliJ .IPR and .IWS files in our source control, but they keep getting modified by IntelliJ just …

version-control merge intellij-idea projects-and-solutions
Clean solution (project) structure with EF, Repositories, Entities

I like to keep the structure of the project as clean as possible. Sample: --BlogApp.sln --BlogApp.Data BlogModel.edmx (…

asp.net-mvc entity-framework projects-and-solutions project-structure
What is a Sqlite database doing in my project's .vs folder?

I have now noticed this in VS 2017 in a Core console app, and a standard .NET Framework MVC app. It …

visual-studio sqlite projects-and-solutions visual-studio-2017
VS2008: Where is the Startup Project setting stored for a solution?

When I right-click my solution in the Solution Explorer and choose Properties I get a dialog where I can select …

visual-studio-2008 properties projects-and-solutions
Visual Studio is prompting to install ASP.NET Web pages with Razor syntax 1.0

I'm somewhat at a loss as what to do with my development environment. Anytime I open up a solution Visual …

asp.net-mvc visual-studio visual-studio-2010 projects-and-solutions