

Porting a .NET web app from Visual Studio to MonoDevelop on Linux
If you’re going to host your apps on Linux, you may also want to develop them in a Linux environment. That’s easy enough to do with a Linux
Elegant Software Solutions
Oct 21, 20173 min read
1,219 views
0 comments


.NET Web Apps Served on a Linux Server
Linux isn’t just for PHP and MySql anymore; you can host full .NET MVC applications on your Linux server using your choice of server softwar
Elegant Software Solutions
Aug 10, 20174 min read
527 views
0 comments


C# 7 Makes Tuples Cool!
In C# 7.0, there is a new feature that allows for multiple values to be returned from a single method. This magic is made possible by givin
Elegant Software Solutions
Mar 30, 20173 min read
396 views
0 comments