Open Closed

Is there a sample document on how to add Modules like Pay, Chat etc using MicroServices/Blazor with EF Core Framework #3710


User avatar
0
mikeolofernes created

Hi,

Is there a sample document on how to add Modules like Pay, Chat etc using MicroServices/Blazor with EF Core Framework?

I tried to follow the instruction you have on your website but it seems not working.

Thanks, Mike

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

2 Answer(s)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Hello,

    This process is generally explained in the relevant module's document (for example https://docs.abp.io/en/commercial/latest/modules/chat#how-to-install). However, there are some general steps after installation.

    1. Configuring the installed module to use the static proxy instead of the dynamic proxy. See: https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients
    2. Generating static proxy files. See: https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients#code-generation
    3. and other steps

    It is necessary to do these general steps, but we do not have a document on this subject for now. As a result, I'm opening an internal issue on the subject.

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    We have a guide about extracting a module as a microservice that adds AuditLogging module as a microservice as a sample. You can follow this guide for other modules.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11