I am going to create a new project using "Asp.Net Core MVC & JQUERY" type, I want to know which .NET Framework version i should use? My concerns are following,
Are you going to support both frameworks in the furture or will be more inclined towards .Net Core?
Is there any limitation in Asp.Net Zero features if i create a project using .Net Framework 4.6.1?
3 Answer(s)
-
0
I suggest you use NET core.
What features do you specifically refer to may be restricted?
-
0
My application requirement is pretty basic, i want to use Rapid Application Development tool and feature wise i need Audit History, Permission Management, LDAP authentication and Hangfire for background jobs.
If by using .Net Framework i can avoid installing .Net Core in my production environment then it will be easier for me, otherwise i need to convince system admin to install it which is time consuming.
-
0
Are you going to support both frameworks in the furture or will be more inclined towards .Net Core?
We will support both versions.
Is there any limitation in Asp.Net Zero features if i create a project using .Net Framework 4.6.1?
Not in AspNet Zero's latest version.