-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET Interop or how to Webforms or MVC #10031
Comments
/cc @danroth27 |
It is true that .NET Core does take a fresh take on web development with .NET, which has enabled us to deliver improved performance and greater platform agility. It is not a goal of ASP.NET Core to have binary or source compatibility with existing ASP.NET apps. We do support the MVC model in ASP.NET Core, but the underlying framework is substantially different. Migrating existing apps does require a fair amount of work. If you wish to continue to use the ASP.NET MVC or WebForms models then you should continue to run on .NET Framework, which will be supported for many years to come. You can also consider adding new functionality using .NET Core side-by-side with the existing app and then migrating pieces as it makes sense. |
@danroth27 Webforms The hurdle is: there is no -NO- suggested path. Rewrite your Code, is no path.
I know your Budget is limited, but your customers Budget spent in Webforms (and also MVC) is it also and they spent at least 1000x more in this Projects. -Hannes PS sorry for german spell checking :-) |
there exists a lot of LOB Intranet solutions based on Webforms or ASP.NET MVC (15 years of Code)
it would make sense for Customers to make future code Investments into dotnet core (net 5)
As already pointed out there are several issues
-diffrent processes
-missing reportintg plugins
-dublicate authentication
-Layout Frame (Masterpages)
-missing Language support for vb.net
and so on
there must be some integration part, to get startet with core and not to rewrite everthing.
The text was updated successfully, but these errors were encountered: