Sunday, April 29, 2018

I'm trying to build a REST API in dotnet core, having lots of issues.

Hi everyone, I hope you allow dotnet core questions here. I apologize if not.

Basically, I want to build an application that utilizes REST APIs but I'm having a lot of issues trying this in dotnet core. My biggest issue is finding a compatible HTTP Framework to allow this (I'm really trying to avoid MVC and go client/server). I played around with Nancy/Nancy Self Host and even with its 2.0 release, I can't get the application to server without errors being thrown (reservations issues).

Does anyone have an idea whether or not this is possible? I really wanted to learn the ways of dotnet core but now it is beginning to look impossible. Is dotnet core much less sophisticated than I am thinking?

Thanks for your help!

I'm trying to build a REST API in dotnet core, having lots of issues. Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team