Home > Ask the Microsoft .Net Development Experts > C# Development Questions & Answers > What will a C# based GUI on .NET require to run on the user's machine?
Ask The Win Development Expert: Questions & Answers
EMAIL THIS

What will a C# based GUI on .NET require to run on the user's machine?

Mark Belles EXPERT RESPONSE FROM: Mark Belles

Pose a Question
Other Win Development Categories
Meet all Win Development Experts
Become an Expert for this site


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


>
QUESTION POSED ON: 28 October 2004
I have developed a C# based GUI on .NET. If I have to install this application on user's machine, what are the minimum requirements expected of that machine for this application to work properly? Is it true that the .NET framework is an absolute must? Isn't there any other alternative or workaround?

>
Yes, you need to install the .NET framework on the target computer. The .NET languages get compiled into MSIL (Microsft Intermediate Language) which are called assemblies. The exe and/or dll output which you will typically be building are called assemblies. These assemblies are compiled to native code at runtime by the .NET runtime.

To review the Microsoft recommended requirements for systems capable of running the .NET Framework look here:
http://msdn.microsoft.com/netframework/technologyinfo/sysreqs/default.aspx

The redistributable prerequisites can also be found here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/NETFx1Redistreq1_1.asp

While the most common deployment tasks will use the Microsoft .NET framework, you can use other implementations such as Mono. Which is owned and managed by Novell. It is an open source implementation of the the .NET framework. You can find more information on it here:
http://www.mono-project.com/about/index.html

While other platforms such as Linux or Macs will need to use another framework such as Mono, it would be highly recommendable to stick with the Microsoft .NET framework. It is freely distributable, and for the most part is going to be more robust and obviously more thoroughly tested because more people have installed and tested it. It is no more different than having to install the VB6 runtime to get VB6 developed applications to run in the days of old. Good luck with your project!


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
C# programming language
Mono 2.0 moves .NET apps to Linux - includes migration analyzer
LINQ beyond queries: Strong-typed refection
Assembly versioning in the .NET Framework 2.0
Book excerpt: Creating graphical output using the .NET Compact Framework
Visual Studio 2008 Learning Guide: C# 3.0
Simonyi firm to address divide between domain experts and developers
On Extension Methods in C# and .NET Framework 3.5
Generate RSA public and private keys, export to XML
Book excerpt: Upgrading to Visual Studio 2005
Learning .NET: Tips for getting started with .NET development

C# Development
Top C# expert advice
Using LoadRunner for testing in .NET
Take care with InitializeComponent
GroupBox inheritance
Escape from mailto:
Windows Forms: Overriding the OnClosing method
Passing data between forms
Can I run a .NET app without installing .NET runtime?
Opening a link with parameters to a new window
Is it possible to open a child form in modal type?

C#
Top C# expert advice
Escape from mailto:
Can I run a .NET app without installing .NET runtime?
Opening a link with parameters to a new window
Is it possible to open a child form in modal type?
Painting in the non-client area
Global cases to the entire application
Validating the textbox entry for date format
Book on network programming with C#
Calling a secondary UserControl applet

RELATED GLOSSARY TERMS
Terms from Whatis.com − the technology online dictionary
C#  (SearchWinDevelopment.com)
GLib  (SearchWinDevelopment.com)

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary



Search and Browse the Expert Answer Center
Search and browse more than 25,000 question and answer pairs from more than 250 TechTarget industry experts.
Browse our Expert Advice



Windows Development - White Papers, News and Expert Advice
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2000 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts