Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "chauey"

oh wow, OK, missed that.. thx

I had tried before that just tinkering around, but had an error.. it said Invalid argument

I still get the error

Oh nevermind. i think I had plural instead of singular

Is there a way to manually run the AspNetZeroRadTool dll and pass in the json file name? like with dotnet Asp.....dll SomeEntity.json

Thanks

What technology and template engine for the RadTool use? is it string concatenation, template literals, or T4 templates, or something else?

Hello all,

Is there any client-side input validation? I generated some forms with the AspNetRadTool, but when I edit something, the save button is disable but does not show any messages so it's hard to know which form item is invalid. How does that work and the server-side validation/messages work? Improvements in the future?

The forms are not reactive forms?

BTW, we can regen using the RadTool because it writes out some entity.json files? Any docs on that? There is a IsRegenerate bool flag in there, what is that for?

Thanks.

I see there is a file upload UI to "Change profile picture" from the user login dropdown menu, and also another UI to upload multiple files in Demo UI Components. There is some server code DemoUiComponentsController.cs UploadFiles(). How far are these and what are they missing? Wasn't able to upload a profile picture (UPDATE: oh it may have saved to ....Web.Host\wwwroot\Temp\Downloads but i'm having some error updating/viewing it), and not sure the other one stored the file anywhere or referenced in the database.

I need to upload some zip files and reference them. Are there any great examples/guidance how to do this? Not sure all the options on where to store, DB features for storing binary in tables or linked, exposing/securing to be downloaded by tenant or public. A well thought out implementation would be fantastic! Thanks!

Thanks Aaron, the 2nd part seems to show the $metadata correctly now.

However, for the 1st part, I believe still not working. I added the [RemoteService] attribute to an OData controller in my Web.Core project, but don't see any differences. Where is the OData Swagger supposed to show up? Along with the main Swagger doc/ui? Not sure I want it to be in the same doc in the future yet. but that's where I'm looking. Not sure how this is all connected yet. Thanks.

... [RemoteService] public class CodeLanguagesController : AbpODataEntityController<CodeLanguage>, ITransientDependency { ...

Using <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/master/doc/WebSite/OData-AspNetCore-Integration.md">https://github.com/aspnetboilerplate/as ... gration.md</a>, I was able to get OData endpoints up, but how can I get a Swagger/OAI doc for it? Any sample codes or guidance?

Also, when I try to get the $metadata, it doesn't show much: {"result": {"schemaElements": [{"declaredKey": [{"defaultValueString":null,"propertyKind":1,"type":{"isNullable":false,"definition":{"name":"Int32","namespace":"Edm","typeKind":1,"primitiveKind":9,"schemaElementKind":1,"fullName":"Edm.Int32"}}

I think OData in Core works now (<a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/master/doc/WebSite/OData-AspNetCore-Integration.md">https://github.com/aspnetboilerplate/as ... gration.md</a>), but I don't know how to get a Swagger/OAI doc for it. Anyone have sample code for that?

Question

How can i add new permissions ?

I have a page name with "Manage Projects" so i want this page should access only by Tenant and its user not by super admin.

My Job create and trigger in startup method of Web.Host project.

And Job class with execute method is in Application Project.

Showing 11 to 20 of 33 entries