
Building a .NET Desktop Application - C# Corner
Jun 7, 2024 · Learn to develop a .NET desktop application with SQL Server data storage, employing a structured approach involving data access, business logic, and presentation layers. Utilize Visual Studio 2019, SQL Server, and MVVM design pattern for scalable and maintainable application architecture.
.NET samples and tutorials - .NET | Microsoft Learn
Sep 8, 2023 · This tutorial shows how to create and run a .NET console application by using Visual Studio Code and the .NET CLI. Project tasks, such as creating, compiling, and running a project are done by using the .NET CLI.
Develop desktop apps with free tools and frameworks | .NET
Learn .NET easily with our step-by-step tutorials. Free tools and frameworks for building desktop applications with the .NET platform. Develop desktop apps for Windows, macOS, and the web.
Is it possible to make desktop GUI application in .NET Core?
Sep 23, 2016 · Microsoft shipped no reasonable way to create GUI applications directly using .NET Core until .NET Core 3, though UWP (Universal Windows Platform) is partially built on top of .NET Core. .NET Core 3.0 includes support for Windows Forms and WPF, though it …
Good Examples of .NET Desktop Applications - Stack Overflow
Jan 18, 2012 · I would like to evaluate .NET as a development platform for a desktop application. I am looking for good examples of .NET desktop applications used in the mainstream. The only ones I know of are: Visual Studio (The copy website form is one example.) Team Explorer UI; Paint.NET; Reflector; Gnome Do (An app launcher for Gnome; runs on Mono)
Create a Windows Forms app with C# - Visual Studio (Windows)
Feb 26, 2025 · In this tutorial, you create a simple C# application that has a Windows-based user interface (UI). The app has a button that changes the text of a label. This simple app has all the components used for more complicated Windows Forms programs. If you don't have Visual Studio, go to Visual Studio downloads to install it for free.
Building Modern Desktop Applications with .NET 9: Features and …
Jan 14, 2025 · Whether you're developing for Windows using WPF or WinForms, or aiming for cross-platform compatibility with MAUI, .NET 9 provides the tools and features necessary to create modern, high-performance desktop applications.
Creating First Form- Desktop Application using .NET Core
Apr 7, 2019 · Creating a first desktop application using .NET Core 3.0. Use the WinForms Core Designer installation package (“VSIX”) to create Forms components using ToolBox.
dotnet/samples: Sample code referenced by the .NET documentation - GitHub
Build any .NET Core sample using the .NET Core CLI, which is installed with the .NET Core SDK. Then run these commands from the CLI in the directory of any sample: These will install any needed dependencies, build the project, and run the project respectively. Multi-project samples have instructions in their root directory in a README.md file.
Real-World Examples of .NET Applications in Action 2024
May 21, 2023 · Explore real-world .NET examples across industries like business, healthcare, education, gaming, and IoT, showcasing its versatility and impact. .NET, developed by Microsoft, provides developers with robust tools, libraries, and languages to create applications for various domains and industries.
- Some results have been removed