-
abp vnext version **3.0.4**
I want to create a GET api to return a list,I've tried two ways to implement it,one is successful and another is failed。
1.the failed code like belows:
```
…
-
![image](https://user-images.githubusercontent.com/5259153/85020518-0b901900-b1a3-11ea-8425-a3fc687eefc8.png)
the stuctor of ZSHTech.TestMongo
![image](https://user-images.githubusercontent.com/52…
-
I want to have this scenario!
users be able to register by **phone number** Instead of **email address**!
so email address is not need for my scenario.
so users can login with username or phone n…
-
Hi,
I need the organization module, it seems it does not exist right now.
If you agree, I wish to start working on it, then once done, share it directly in ABP ?
(With a pull request).
Do yo…
-
对这个开源项目很感兴趣,看着后台框架都是放的模块,后端程序没有sln如何正确进行调试
-
Will ABP vNext integrate the MVVM framework with the net core desktop UI program? For example, WPF. Many MVVM frameworks have built-in Di, such as prism, which should be the mainstream of MVVM.
-
when I use add-migration in abp vnext, I catch a error, how can I solve the problem? thanks
![image](https://user-images.githubusercontent.com/4489940/83321267-02d1b480-a281-11ea-8ee8-d7c48032259d.pn…
-
So I have been playing with abp.io and I know its in preview. I have been working on courses and tutorials based on the docs. I have learnt heaps over the last one month, If you are interested head to…
-
Is it possible to create, update, or delete localization strings in runtime?
-
I use ABP vNext to build WPF app, which lacks a global variable manager. I wrote one myself, hoping to help improve it
```
public class GlobalManager:ISingletonDependency
{
private…