I've to build a portal to give some service. I wish to use Umbraco as content container and authentication. Then the portal will be build on Angular and communicate with OAuth Rest Api with Umbraco and other services. I wish to build the portal Rest Api on .NET Core 2 WebApi.
Are Umbraco compatible or is better to use Umbraco Web Api? Which is the performance?
I check that Umbraco is not .Net Core compliant. So I create another .net Core 2 webapi solution from one side and Umbraco plus Umbraco web api on the other side.
Thx.
.NET Core 2 WebApi: Are Umbraco compatible?
I've to build a portal to give some service. I wish to use Umbraco as content container and authentication. Then the portal will be build on Angular and communicate with OAuth Rest Api with Umbraco and other services. I wish to build the portal Rest Api on .NET Core 2 WebApi. Are Umbraco compatible or is better to use Umbraco Web Api? Which is the performance?
Thath is: Can I use Umbraco API into a .NET Core controller?
I would also like to know the answer to this!
Well, I tried and was not successful. What I did in the end was communicate via REST with Umbraco to my .NET Core project.
If anyone has any suggestions I would be very interested.
I suggest to use Umbraco Rest Api package plus Umbraco Api controller if need custom api. Then communicate via Rest from .Net core.
I check that Umbraco is not .Net Core compliant. So I create another .net Core 2 webapi solution from one side and Umbraco plus Umbraco web api on the other side. Thx.
is working on a reply...