Rest End point using Asp .net mvc

Arif Mohammed 1 Reputation point
2022-08-11T13:40:52.653+00:00

Hi,

I am trying to develop a rest point using entity framework database first approach and asp .net core. Basically i have a view created in oracle database and that needs to be exposed as rest url endpoint with basic auth like username and password. Are there any steps for doing that if so please share it with me.

Regards

Arif

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 48,581 Reputation points
    2022-08-11T14:54:41.68+00:00

    There are literally hundreds of examples online and MS documentation has full examples of all of this as well. Trying to put all that code in a forum post is unrealistic. Just use the many, many examples online.

    EF, Oracle and Database First
    ASP.NET Core, EF and REST APIs
    ASP.NET Core Authentication
    REST Authentication with JWT

    0 comments No comments