How to execute .net applications on linux?
Actually the softwares in our compnay (like Accounting System) are written in C# for windows plateform, now there is a plan by management to migrate from windows enviroment to linux, therefore we need to run these software on linux, now how can we migrate all our windows based softwares to linux, source code for these software is available. And also SQL Server 2000 is running at backend also suggest the alternative for database interactivity.
Thanx for your reply
Tagged with: accounting system • database interactivity • Linux • reply • source code • sql server 2000 • thanx
Filed under: Linux Applications
Like this post? Subscribe to my RSS feed and get loads more!
Mono provides the necessary software to develop and run .NET client and server applications on Linux, Solaris, Mac OS X, Windows, and Unix.
Thanks