-
Hi,
I just want to check my knowledge here. I have had a look at https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/MultipleDbContextEfCoreDemo and it is easy to add multilp…
-
```csharp
public class Enterprise : AuditedAggregateRoot
{
public string Name { get; set; }
public string AbbreviationName { get; set; }
public ILi…
-
abp vnext里没找到使用consul的开源方案。
同时rest api的自动生成和rest api client的自动生成。如果能整合在自动生成内,就比较方便了嗯。
-
Can you start issuing pre-release nugets. There are times where you fix things that could be on production sites but you don't issue a nuget for another 3+ weeks, at least this way we could pull a pr…
-
Processing Embedded Files in the Development Process
Embedding files in modular assemblies and being able to use them in another project by referencing assemblies (or adding nuget packages) is valu…
-
If entity implements IMultiTenant interface, then property value of TenantId must be set manually within the constructor when the entity is created, it's tedious and also dangarous if someone forgot …
-
* Abp package version: 4.4.0
* Base framework: .Net Core.
In aspnetboilerplate/src/Abp/Application/Services/CrudAppServiceBase.cs (add MapToEntityDtoAsync or make MapToEntityDto method async).
…
-
This web https://aspnetboilerplate.com/ , The project of Asp.Net Boilerplate,
What's the relationship between them?
hibjs updated
5 years ago
-
can I use a dependency resolution layer for register application depency, instead of register dependency for each module in init abp ? is it a good approach? like dependency management where use in t…
-
First, I would like to thank you for providing us such a great tool for web development, you saved us hours and hours of hard work. My friends and I are working on a large-scale project and we decided…