Is Umbraco 9 version is in .net core?. Is it have a complete option like Umbraco 8(means .net MVC based)? Is Umbraco version 9 is available for download on GitHub?.
Yes it is on GitHub, it is in the main Umbraco repo, just on a different branch so you are able to check out the repository and switch branches to view the code. - https://github.com/umbraco/Umbraco-CMS/tree/v9/dev
The Umbraco back office still works on API requests and the front end is still powered by MVC routing.
The core functionality of Umbraco has not changed, it has "just" been ported to .Net Core. Although at the same time some underlying elements have been brought more inline with Microsofts way of doing things, such as DI, Logging, Config etc.
Umbraco 9 version Details
Is Umbraco 9 version is in .net core?. Is it have a complete option like Umbraco 8(means .net MVC based)? Is Umbraco version 9 is available for download on GitHub?.
Hi Hashim,
Umbraco v9 will be released against .Net 5.
Yes it is on GitHub, it is in the main Umbraco repo, just on a different branch so you are able to check out the repository and switch branches to view the code. - https://github.com/umbraco/Umbraco-CMS/tree/v9/dev
The Umbraco back office still works on API requests and the front end is still powered by MVC routing.
The core functionality of Umbraco has not changed, it has "just" been ported to .Net Core. Although at the same time some underlying elements have been brought more inline with Microsofts way of doing things, such as DI, Logging, Config etc.
Thanks
Nik
is working on a reply...