Skip to content
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

How to port to .NET core? #46

Closed
xameeramir opened this issue Jan 6, 2016 · 1 comment
Closed

How to port to .NET core? #46

xameeramir opened this issue Jan 6, 2016 · 1 comment

Comments

@xameeramir
Copy link

I was looking for possibilities for porting some web projects from Windows .NET framework to Ubuntu linux using open source .NET core

After a lot of struggle with Mono, which I have almost gave up. I was looking at .NET core as a new hope. Have anyone of us ported from .NET to .NET core?

If yes, can the possible problems like the ones I faced with Mono be shared?

@bleroy
Copy link
Contributor

bleroy commented Jan 6, 2016

Hi. Yes, lots of people have ported their code to Core. Since you seem to be working on a web app, you should look at ASP.NET 5 and MVC 6, which are the web platforms built on .NET Core. There will definitely be problems to overcome, as not everything that is available with .NET Framework is available on .NET Core. The API port tool can help you assess this by evaluating your current code for compatibility. To go beyond that would require more specific questions, which you should be able to get answers for either on the forums (https://forums.asp.net/1255.aspx/1?ASP+NET+5 or http://forums.dotnetfoundation.org/), or on Gitter.

Since this is not a bug, but questions, I'm going to close the issue.

@bleroy bleroy closed this as completed Jan 6, 2016
vivmishra pushed a commit that referenced this issue Mar 16, 2020
.NET Core: daily-builds.md update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants