Base solution for your next web application

Activities of "chauey"

Hello All,

  1. What type of apps have you seen or think are good or bad with ASP.NET ZERO, pros and cons, and why? For example, apps for healthcare, online banking, code generation, startup, enterprise, ... thoughts? (Angular 7/.net core 2.2 version)

  2. How best to know/convince if a current code base should adopt ASP.NET ZERO, use it's framework, and just drop in any custom codes? How to sell it to existing project/code-base; top reasons for switching the foundation/framework.

  3. Is 2FA fully implemented now? details?

  4. Server-side errors and input validations errors on server, how handled?

  5. Why not reactive forms and any plans?

  6. And with the license, we can make 1 product and resell to many customers, right? No extra charge? What is the main limitation, just the number of products and devs, not adding more tenants right?

  7. How to make it into PWA? How best to get biometric sign-in mobile? PWA, hybrid, nativeScript, Xamarin?

  8. Any tenant feature like global announcements to the tenant's customers when they log in?

BTW, I bought the license twice already but barely had time to use each time. Interested to convince clients to use; very much appreicated if you can answer thoroughly.

Thanks!

More help/ease on tenent-specific CSS file to upload sounds nice. Maybe edit/preview in real-time like stackblitz.

Any more updates or progress or ideas or future plans on custom branding/themes? Thanks.

If we generate multiple entities with multiple lookup/related/FK entities, they will each have these generated. They conflict in swagger and we need to edit the code.

When in the future might I need these? Might it be better to change the generator to just have a single generic one for each, and the dev can add/extend when needed?

The more we generate, the more code we need to fix. Thought on how this will play out, current plans? Thanks.

Thanks,

How/where to know when newer RadTool is published/ready?

yes.

I had also noticed yesterday Edge about 30% CPU just viewing a page with an empty table in it. Did not try in prod mode yet.

Oh, good to know. I've been working through these issues. How do we know when templates are updated? post here or twitter or ... And how do we get? running the Radtool from VS Studio 2017 will get latest and overwrite the dll and template txts but running through command line doesn't get latest dll I assume?

in addition to the "finally" issue, I also saw other compile errors for Angular:

  • UIComponent (a custom entity) was not generated consistently so sometimes uiComponent and sometimes uIComponent. ALSO in HTML, no compile-time errors. also the URL/routes are affected
  • Setting the "DuplicationNumber": 2 also generated inconsistent property names, mismatch
  • numeric properties for filtering were instantiated to ''

On the .NET side, the main problem was the identical Lookup Dto names in different namespaces. Basically like someone else said, make only a shared/common set. I wonder if can/will generate these one folder up in it's own shared Dtos folder and referenced to there?

Lastly, if generate about 20 files and run npm start, does it take over 5 10 minutes? especially at 92% during the SourceMapDevToolPlugin running?

Has or when will the RadTool templates be updated for this? Currently we would need to add custom template if not updated? Thanks

I also got that "finally" error.

UPDATE: I think it's related to moving from rxjs 5 to 6 ("rxjs": "^6.2.0"), and the compatibility library was removed from package.json ("rxjs-compat": "6.0.0-tactical-rc.1")

<a class="postlink" href="https://github.com/ReactiveX/rxjs/blob/master/docs_app/content/guide/v6/migration.md">https://github.com/ReactiveX/rxjs/blob/ ... gration.md</a>

Assuming the newer RadTool templates are updated for this but have not tested/tried.

Showing 1 to 10 of 33 entries