CommonLounge is a community of learners who learn together. Get started with the featured resources above, ask questions and discuss related stuff with everyone.
1.
discussion
Project Part 1: Create a REST API with ASP.NET and SQL Server Management Studioby Wiki
Overview
In this project, we will create a simple REST API with database integration, and then use the API to display the data on Android UI.
Project Goals
During this project, you will:
Develop a simple student database in SQL Server Management Studio (SSMS) which will store basic information of students.
Make a RESTful API in ASP.NET and connect it with the database.
Make an Android app with a simple and clean use of this REST API to display student information on the Android UI.