C# – Can Windows and Linux developers collaborate on the same project using C# and ASP.net?

Can Windows and Linux developers collaborate on the same project using C# and ASP.net?… here is a solution to the problem.

Can Windows and Linux developers collaborate on the same project using C# and ASP.net?

If a group of developers are using Visual Studio to write a project in ASP.net and C# in a Windows environment, can developers join their team in any way and work with them on the project in a Linux environment? The open source cross-platform development framework I know Mono , could this be an option, or does Windows developers have to use it to work? Is the best option for a Linux developer to install just one Windows partition, or can he join them without doing so?

Solution

Is the best option for a Linux
developer to just install a Windows
partition

Yes, so far. Better yet, just buy a PC. When trying to develop with .NET on Linux, I ran into a lot of headaches. Mono is not perfect and never will be.

Related Problems and Solutions