5

Currently working on a API project. First time dealing with this kind of projects. Any good recomendations on migration frameworks for .NET APIs?

Comments
  • 2
    Assuming you're referring to REST APIs...

    Raw .net web api maybe?

    I personally had some success with NServiceKit and Nancy. Those are good starting points i suppose.
  • 1
    Nancyfx!
    It's super duper simple 😄
  • 1
    Yeah, abort ASAP!
  • 1
    Thank you very much for your comments. Nancy FTW
  • 0
    We use store procedure to return a view as json. The .net backend concat the store procedure name based on api’s URL.
Add Comment