Mono 2.6 released

When Mono 2.6 releases what is the current status of scalability, portability of the ASP.NET application and the desktop application to mono.

+3
source share
1 answer

Mono 2.6.1 Release Notes

I would say that the main thing in this release is LINQ to SQL support, but more complex queries will not work, so the main area that is still not fully compatible is that. There are many more ways to solve (or a workaround) for this problem, either by simple ADO.NET (MySQL, Postgre SQL and SQL Server working fine), or NHibernate (not tested it, but I saw somewhere that it works). As far as I know, the Entity Framework is in Mono's plans.

( 4 ) ASP.NET ASP.NET MVC, . Visual Studio , Linux- ( - Ubuntu, - - Nginx). # 4.0, , . Mono .

+4

Source: https://habr.com/ru/post/1727634/


All Articles