Create Web Api using Visual Studio C#

This blog article shows the basics on how to create Web Api using Visual Studio 2022. Start Visual Studio 2022. Click on Create a new project.

clip_image002

In the search box, type web api, choose ASP.NET Core Web Api. Click Next.

clip_image004

Type in the Project name, for example, WebAppBasic. Click Next.

clip_image006

Select .NET 8, leave everything as default. Click Next.

clip_image008

You will see the following screen when the project is finished creating.

Also: Console App call Web Api C#

clip_image010

The below is the application structure for the Web Api.

clip_image012

You can see the following method when opening the Controllers.

clip_image014

Click Run then the browser will pop up as follows.

clip_image016

Click on GET then Try it out.

clip_image018

Click on Execute then you will see the result.

clip_image020

Video: https://youtu.be/j9vvERrKi9o?WT.mc_id=DP-MVP-36769

Source code download: https://github.com/chanmmn/WebApi/tree/master/2024/JavaScriptCallWebApiCS/WebAppBasic?WT.mc_id=DP-MVP-36769

Reference: https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-8.0&tabs=visual-studio?WT.mc_id=DP-MVP-36769

About chanmingman

Since March 2011 Microsoft Live Spaces migrated to Wordpress (http://www.pcworld.com/article/206455/Microsoft_Live_Spaces_Moves_to_WordPress_An_FAQ.html) till now, I have is over 1 million viewers. This blog is about more than 50% telling you how to resolve error messages, especial for Microsoft products. The blog also has a lot of guidance teaching you how to get stated certain Microsoft technologies. The blog also uses as a help to keep my memory. The blog is never meant to give people consulting services or silver bullet solutions. It is a contribution to the community. Thanks for your support over the years. Ming Man is Microsoft MVP since year 2006. He is a software development manager for a multinational company. With 25 years of experience in the IT field, he has developed system using Clipper, COBOL, VB5, VB6, VB.NET, Java and C #. He has been using Visual Studio (.NET) since the Beta back in year 2000. He and the team have developed many projects using .NET platform such as SCM, and HR based applications. He is familiar with the N-Tier design of business application and is also an expert with database experience in MS SQL, Oracle and AS 400.
This entry was posted in .Net, Cloud, Community, Computers and Internet, programming and tagged . Bookmark the permalink.

1 Response to Create Web Api using Visual Studio C#

  1. Pingback: JavaScript Calls Web Api | Chanmingman's Blog

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.