Library tutorials & articles
Introducing Windows Forms
- Introduction
- Creating a Windows Forms Application
- Precision Form Design
- Powerful Graphics
- Lower Total Cost of Ownership
- Summary
Lower Total Cost of Ownership
Windows Forms provides more than just a great way to build rich Windows-based applications. Developers also benefit from easy deployment capabilities and an integrated application security model. Windows Forms takes advantage of the versioning and deployment features of the Microsoft .NET platform to offer reduced deployment costs and higher application robustness over time. This significantly lowers the maintenance costs (total cost of ownership) for applications written in Windows Forms.
With a Windows Forms application, there is no need to deploy an application to the end user's desktop. Instead, a user can invoke the application simply by typing a URL in a browser. The application will download to the client machine, run in a secure execution environment, and remove itself upon completion.
For organizations that want to physically deploy an application to the desktop, there is no need to go through a resource-consuming installation process. Simply copy the application to the desktop and it will be ready to go. Windows Forms provides the flexibility to make applications available to end users in the way that is appropriate for your business.
Related articles
Related discussion
-
Change color while typing in rich text box
by Akhtar Hussain (0 replies)
-
Unable to access AxInterop.AcoPdflib.dll on 64 bit OS
by Shaila14041981 (0 replies)
-
hey developers out there
by pitsophera (0 replies)
-
Capture a Screen Shot
by impalax (1 replies)
-
Selecting Multiple Line using Mouse Event?
by morizan (2 replies)
Related podcasts
-
More jQuery in ASP.NET
In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, and Scott Koon conclude their discussion of Microsoft's jQuery in ASP.NET announcement1.This episode of the Alt.NET Podcast is brought to you by LLBLGen Pro, the most mature O/R mapper and code generator out there.Are ...
Events coming up
-
Mar
15
DevWeek 2010
London, United Kingdom
DevWeek is Europe’s leading independent conference for software developers, database professionals and IT architects, and features expert speakers on a wide range of topics, including .NET 4.0, Silverlight 3, WCF 4, Visual Studio 2010, REST, Windows Workflow 4, Thread Synchronization, ASP.NET 4.0, SQL Server 2008 R2, LINQ, Unit Testing, CLR & C# 4.0, .NET Patterns, WPF 4, F#, Windows Azure, ADO.NET, Entity Framework, Debugging, T-SQL Tips & Tricks, and more.
This thread is for discussions of Introducing Windows Forms.