Is 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.
Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
11–19 of 19 posts
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#12Is 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.
Verbose compared to what? It doesn't seem overly verbose to me. This isn't some Hello World example, this provides a fully featured real-world example (minus all the Okta fluff).
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#13although 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
#14Is 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.
Verbose compared to what? It doesn't seem overly verbose to me. This isn't some Hello World example, this provides a fully featured real-world example (minus all the Okta fluff).
Well, on the back end, lots of things, for example, postgrest.
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#15This reads as an ad for Okta, and is posted by an Okta employee.
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#16Does 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.
That's technically true, but unlike any framework that actually runs on linux asp.net stuff can only run on microsoft's kestrel webserver, which requires being behind a reverse proxy.
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#17Is 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.
Verbose compared to what? It doesn't seem overly verbose to me. This isn't some Hello World example, this provides a fully featured real-world example (minus all the Okta fluff).
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#18Earlier quoted context omitted.
Verbose compared to what? It doesn't seem overly verbose to me. This isn't some Hello World example, this provides a fully featured real-world example (minus all the Okta fluff).
> Verbose compared to what? Well, on the back end, lots of things, for example, postgrest.
Re: Build a Simple CRUD App with Angular 6 and ASP.Net Core 2.1
#19Earlier quoted context omitted.
Yes this runs of linux and macos now. dotnetcore is multiplatform. It doesn't use Mono.
> Yes this runs of linux and macos now. That's technically true, but unlike any framework that actually runs on linux asp.net stuff can only run on microsoft's kestrel webserver, which requires being behind a reverse proxy.