Home » Link Detail

Instant Rest API from your MS SQL database

Title: Instant Rest API from your MS SQL database
URL: https://instantwebapi.com/
Description: Use Visual Studio 2017 to create an empty Web API project. Make sure you add unit tests to the solution. This empty solution will be used as a stub for the generated code. Step 2 Run InstantWebAPI application, select the stub Visual Studio solution file (.sln) created in first step. Using a database connection dialog create a connection string to your server. Application supports MS SQL server, Express or Azure. Once a connection is established to the database, select the tables or views for which Web API needs to created and start the code generator. Step 3 Code will be generated into the initial stub Visual Studio solution. At this point the solution can be build and is ready to use. The solution should contain 2 projects; one for the actual Web API and another one for Unit Tests. Using the Unit Test project you can test the quality of the Web API that was generated. The Web API project should contain a referrence to Swagger UI, that allows for clear documentation and testing of the newly created API. Build an instant database Web API now, no coding required. Generate your Web API in minutes to build applications faster. Using Entity Framework 6.2.0 and VS 2017 generate your Web API for any MS SQL database. NEW - Use Core EF to build Instant Web API Using Core Entity Framework 2.2 and VS 2019 generate your Web API for any MS SQL database.