Hi,
If I use DB First to build my DBContext, and there are some tables with composite primary key , is there any possible to still use Abp.Domain.Entities without modifying my DB schema?
ABP is a fantastic fwk of asp.net, looking forward to the .Net Core version!!!
Yes, this solution work fine , but some great features of ABP ( like dynamic Web API , dynamic service proxy script according to IXxxAppService ) seems unavailable, right?
Hi,
With ABP, if I want to publish my Web API on one server and MVC Site on another server, how should I organize the assembly and dependency. (when the mvc site get an ajax call , it just simply dispatch the request to the Web API Server with HttpClient )
PS. the requirement is coming from : the Web API not just supply service to MVC Site , but also other app in different platform(like mobile app, desktop app, etc.)