Any help ??
Hi,
It require MSDTC. Azure doesn't support MSDTC. can you provide other solution to use multiple database and multiple dbcontet using this: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1706">https://github.com/aspnetboilerplate/as ... ssues/1706</a>
Thanks
Hi,
How to use multiple database on multiple db context ? DbContextA - DatabaseA DbContextB - DatabaseB
I'm using ASP.Net MVC 5 + Angularjs 1.x
Please help
Hi,
I run angular via ng serve but it show err msg "Internal Server Error", i think it's because nswag keep request services proxies. I don't run web.host project in asp.net core solution. I have separated team focus on Front End using angular and Back End using asp.net Core. how can i run angular decoupled with asp.net core project in development time ?
Hi,
Can we run aspnetzero template with : Project Type: ASP.Net Core & Angular Framework: .Net Framework 4.6.1
please advise..
Hi,
I want to fill username when Repository.Insert() is executed and modify username when Repository.Update() executed. Field username will be stored in table. i want use this username info instead of id. can you help me how to extend base property in auditedEntity to add CreatorUserName and ModifierUserName?
Hi @aaron,
What do you mean with "implement and manage your own CreatorUserName property" ? can i extend auditEntity property to add CreatorUserName ? please advise.
Hi,
Can i change data type CreatorUserId from long? to varchar ? How about if CreatorUserId is filled with username ? is this safe for other relation in module zero or abp core entities ?
Hi,
I have successfully implement using simple loop on Controller, but my problem now is how to integrate real loop to processing data on MyAppService on Application Layer?
Thanks
Hi,
Any help??