Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
developer.okta.com
Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
1–10 of 19 posts
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#2although nobody gives a shit about these tech anymore, there needs to be some comment at least. :P
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#3although nobody gives a shit about these tech anymore, there needs to be some comment at least. :P
Not really.
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#4Does 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.
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#5Does 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
#6Does 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.
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#7Or if you prefer Vue:
https://www.codeproject.com/Articles/1214885/Vue-Js-with-ASP...
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#8although nobody gives a shit about these tech anymore, there needs to be some comment at least. :P
You have to exist in a pretty small, uninformed bubble to believe that.
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#9Is it just me that thinks this is absurdly verbose? Imagine adding a new field on this. Or having, like any other CRUD app, 25 other entities. What a nightmare.
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#10This reads as an ad for Okta, and is posted by an Okta employee.