Live data from Hacker News

Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1

developer.okta.com

1–10 of 19 posts

Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1

#5
post #4

Does this run on Linux now? Honest question. I remember some years back toying around with C# on Linux using Mono. The language is nice, but the .net stuff quickly became limiting.

Yes, it has for quite a while now. To be clear, .NET Core is cross-platform. .NET Framework (old/existing) is still Windows-only. You can target both by targeting .NET Standard. Still confusing, I know :(

Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1

#6
post #4

Does this run on Linux now? Honest question. I remember some years back toying around with C# on Linux using Mono. The language is nice, but the .net stuff quickly became limiting.

Yes this runs of linux and macos now. dotnetcore is multiplatform. It doesn't use Mono.
Post reply on HN