@aron thank for your answer.
So we need to plan to move to .NetCore our "old project"
@joe704la I think yes on GitHub you can read
This project is the next generation of the ASP.NET Boilerplate web application framework.
I see the big change of license MIT -> LGPL.
I take a look ASAP.
Good job!
@faisalalam the project that you have suggestion I think is a very good starting point.
Probably with some work is possible to create a brige with ABP.Zero Core and JS
In my solution I've created a new module to use MongoDb with BsonDocument.
You need to pay attention to UOW and you need to create a wrapper to Repository Method. In the wrapper you need to use Query (native MongoDb).
I my experince is quite simple use MongoDb to serialize large object or entity where Json/mongodb(nosql) is the best solution and MSSQL (via EF for classic entity like user, bank, customer). This mix give you the best off 2 soultion
I get an issue using the first char of namespace in lowercase. Where is the best place to post this issue? Private github repo?
@yekalkan thks I regenerate my proj from aspnetzero in core version and it works
Yes. Is a problem in a separeted module. I think is a problem in int module because my core module (with xml translation) dependon my new module and the new module need to access to IappFolder and LocalizationManger
Any update about documentation or example?
I try to use TS script but I have some issue first of all the abp.services.xxxx how can use it on $injection?
So I think is a good option start some documentation about TS if we think to move to angular2 in next time.
mat
your welcome!
Has you check if is a possibile loop of injection?
Check in browser console the full stack of exception.