About 146 results
Open links in new tab
  1. Tutorial: Create C# ASP.NET Core web application - Visual Studio ...

    Create a web application in the Visual Studio integrated development environment (IDE) by using C# and ASP.NET Core, make changes to the app, and run the app.

  2. Using Web API with ASP.NET Web Forms - ASP.NET 4.x

    May 11, 2022 · Although ASP.NET Web API is packaged with ASP.NET MVC, it is easy to add Web API to a traditional ASP.NET Web Forms application. To use Web API in a Web Forms application, there are two main steps: Add a Web API controller that derives from the ApiController class. Add a route table to the Application_Start method.

  3. Getting Started with ASP.NET 4.7 Web Forms and Visual Studio …

    Apr 18, 2022 · This tutorial series guides you through creating an ASP.NET Web Forms application using Visual Studio 2017 and ASP.NET 4.5. You'll create an application named Wingtip Toys - a simplified storefront web site selling items online.

  4. Creating a C# Web Form Application: A Step-by-Step Tutorial

    Aug 8, 2024 · Open Visual Studio and create a new C# Web Form Application project. Name your project and choose a suitable location to save it. In the Solution Explorer, right-click on your project and select "Add New Item." Choose "Web Form" as the item template and name it …

  5. Building a basic Web Forms application using Visual Studio 2013

    Dec 19, 2013 · We start with the simplest web template: Open Visual Studio, File > New Project > ASP.NET Web Application (Visual C#) and provide a name for your project (eg: WebFormsNoAuth).

  6. Building Dynamic Web Forms with ASP.NET and C#: A Step-by …

    Feb 28, 2024 · This guide will walk you through creating web forms using C# and ASP.NET, covering everything from setting up your development environment to deploying your application.

  7. Building a C# Windows Forms Application with Web API …

    Aug 8, 2024 · In this tutorial, we will explore how to build a C# Windows Forms application that interacts with a Web API. To begin, open Visual Studio and create a new C# Windows Forms project. Ensure you have the necessary NuGet packages installed to make HTTP requests to the Web API. You can use libraries like HttpClient for making API calls.

  8. How To Create A Web Service Project In .NET Using Visual Studio - C#

    Jun 17, 2024 · In this demo, today, we will try to create a web service project. We will also learn how to consume the web service in our project. Basically, at the end of this project, you should be able to use the web methods created in the web service in your code. So, if you are able to achieve this, you are good with this concept.

  9. c# - How do you add an existing form to a new project? - Stack Overflow

    Here's an approach that doesn't involve closing the project and reopening it: Add the 3 existing form files (cs, Designer.cs and resx). Now, exclude the 3 files you just added from the project. Open the Add existing item explorer window and go to your project directory. Select the cs file and Add. Tada. all good

    Missing:

    • Web Application

    Must include:

  10. Create an ASP.NET Web Forms Application using Bootstrap and Web

    Oct 20, 2015 · In this article, we are going to create an ASP.NET Web Forms application using Bootstrap, Bundle Resources and Web API. The idea of this article is to help you upgrade your existing ASP.NET project to satisfy current HTML5 responsive design needs and to make it lightning fast by eliminating all server round trips.

Refresh