OpenRIAServices / OpenRiaServices

The Open RIA Services project continues what was previously known as WCF RIA Services.
https://openriaservices.gitbook.io/openriaservices/
Apache License 2.0
54 stars 48 forks source link

Update documentation #285

Open Daniel-Svensson opened 3 years ago

Daniel-Svensson commented 3 years ago

The dokumentation from wcf ria Services has been added to the docs folder and published on gitbook. A few search and replace changes has been made to the documentation but nothing in depth.

Daniel-Svensson commented 3 years ago

@dsoltesz @ehsangfl

Would either of you be interested in writing up a short document to getting blazor to work and add it to the docs folder?

Based on my understanding this would contain something similar to the following steps.

  1. Create blazor project
  2. Install openria packaged
  3. Setup openria link
  4. Copy and use httpbased domain client.
  5. Notes that CORS and token based authentication is needed ( maybe include link to official blazor documentation which seems to have sections with details for Auth and cors)
  6. Link to sample

Am I missing something?

dsoltesz commented 3 years ago

Where do you want this doc to go?


From: Daniel Svensson @.> Sent: Thursday, May 27, 2021 4:31:35 AM To: OpenRIAServices/OpenRiaServices @.> Cc: dsoltesz @.>; Mention @.> Subject: Re: [OpenRIAServices/OpenRiaServices] Update documentation (#285)

@dsolteszhttps://github.com/dsoltesz @ehsangflhttps://github.com/ehsangfl

Would either of you be interested in writing up a short document to getting blazor to work and add it to the docs folder?

Based on my understanding this would contain something similar to the following steps.

  1. Create blazor project
  2. Install openria packaged
  3. Setup openria link
  4. Copy and use httpbased domain client.
  5. Notes that CORS and token based authentication is needed ( maybe include link to official blazor documentation which seems to have sections with details for Auth and cors)
  6. Link to sample

Am I missing something?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/OpenRIAServices/OpenRiaServices/issues/285#issuecomment-849445796, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AALFFSOIO734TBCU6YUG7TTTPX7OPANCNFSM45TXJWAA.

Daniel-Svensson commented 3 years ago

Add a new document (.md) to the docs folder (preferable with a name similar to its title) and add a link to it from summary.md

You can use githubs editor for a good preview of the markdown

dsoltesz commented 3 years ago

Ok

What do you think about getting that RiaServices folder in the blazor project incorporated into the main code based so we don’t have this custom copy of the code to get things to work in blazor?


From: Daniel Svensson @.> Sent: Thursday, May 27, 2021 8:26:40 AM To: OpenRIAServices/OpenRiaServices @.> Cc: dsoltesz @.>; Mention @.> Subject: Re: [OpenRIAServices/OpenRiaServices] Update documentation (#285)

Add a new document (.md) to the docs folderhttps://github.com/OpenRIAServices/OpenRiaServices/blob/main/docs/ (preferable with a name similar to its title) and add a link to it from summary.mdhttps://github.com/OpenRIAServices/OpenRiaServices/blob/main/docs/SUMMARY.md

You can use githubs editor for a good preview of the markdown

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/OpenRIAServices/OpenRiaServices/issues/285#issuecomment-849589334, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AALFFSJFSSSK6UGS72FUH7LTPY3ABANCNFSM45TXJWAA.

ehsangfl commented 3 years ago

Hi. this is enough. As you see, some of these steps exist in my sample's document. Notes that CORS is only needed for the development environment. you can publish this scenario on same domain and not have CORS problem on running environment and you must set the rewriteURL setting on web.config to routes. a sample of web confing is https://github.com/ehsangfl/Samples/blob/main/web-blazor-publish.config on my sample