0
tejinder.singh created
- ABP Framework version: v4.2
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
<br> We want to add some Common Libraries to the project. e.g SendGrid Email Client, CRM Connector. - What are the best practices to add these types of Common Concern Code Libraries? - Where and how should we add it?
Thanks,
Tejinder
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
4 Answer(s)
-
0
ABP Framework version: v4.4
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
Actually, ABP repo many project is ABP style common libary, like : https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.MailKit
You can create your own library by referring to
volo.abp.mailKitMarkdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Should we add this SendGrid library under modules folder Cao.Libraries - modules/Cao.Libraries/Cao.Libraries.SendGrid or under src Cao.CatOs.Libraries - Cao.CatOs.Common.SendGrid ?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
Maybe you create a new solution folder named
Librariesand put theSendGridlibary to here.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
