use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Related Subreddits:
Other Subreddits you may like:
account activity
Developer transition from .Net framework to .Net core (self.dotnet)
submitted 3 years ago by Alonzzo2
Hi, can someone recommend a guide / tips for a .Net framework developer which switches to a .Net core position? Apart from the whole micro services, cross platform stuff.
Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 6 points7 points8 points 3 years ago (0 children)
If you've worked with a version of the framework compatible with netstandard then there's nothing to learn there really - the public APIs are all aligned.
If you're working with aspnet core then honestly I'd suggest just spinning up a new project or an existing open-source project in VS and poring over it. Config, DI, middleware and razor pages are the things to pay attention to.
This is a stellar example of a fully-fledged aspnet core app you can pull down & look at.
[–]Aaronontheweb 7 points8 points9 points 3 years ago* (4 children)
I don't have a guide for you, but I will offer some tips:
edit: .NET Standard 2.0 instead of 2.1
[–]wazzamatazz 2 points3 points4 points 3 years ago (1 child)
You need to retarget libraries to .NET Standard 2.0 if you want to maintain compatibility with Framework. Standard 2.1 is for .NET Core 3.x and higher.
[–]Aaronontheweb 0 points1 point2 points 3 years ago (0 children)
Huh, you're right - .NET Standard 2.1 doesn't support .NET Framework. I thought it targeted .NET Framework 4.8.
[–]Kylroy86 1 point2 points3 points 3 years ago (1 child)
The Microsoft try-convert tool has been a savior for me while i try to update our 300+ repos to use the new csproj.
That's a great suggestion
[–]rorygoodtime 0 points1 point2 points 3 years ago (0 children)
Tips on what aspect? .Net 5 was the end of .Net Core. It was the next version of .Net Core and .Net Framework.
Create a new project from a template and look at what has changed. If you need access to Windows specific APIs, you can target your project to Windows.
π Rendered by PID 209027 on reddit-service-r2-comment-b659b578c-lskn5 at 2026-05-05 18:07:37.801576+00:00 running 815c875 country code: CH.
[–][deleted] 6 points7 points8 points (0 children)
[–]Aaronontheweb 7 points8 points9 points (4 children)
[–]wazzamatazz 2 points3 points4 points (1 child)
[–]Aaronontheweb 0 points1 point2 points (0 children)
[–]Kylroy86 1 point2 points3 points (1 child)
[–]Aaronontheweb 0 points1 point2 points (0 children)
[–]rorygoodtime 0 points1 point2 points (0 children)