Link to home
Start Free TrialLog in
Avatar of BrianMc1958
BrianMc1958

asked on

NEWBIE: WinForms built exclusively from C#?

Dear Experts,

If you are building a WinForms app in C#, are any other technologies required?  

I know that for a WebForms app you might use C#, ASP.NET, AJAX, etc.  But my understanding is that WinForms are normally pure C# (assuming you use C# as opposed to VBScript).  Is this correct?

Thanks again,
BrianMc1958
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
BrianMc1958

You are probably following up your other question of choosing between webform and winform.  Like idle_man said you need the .Net framework installed.  Having said that, I often end up using several commercial and free third party controls (mostly written in C# but some in VB.NET).  Things like advanced printing, charting and the mimicking of several win XP features that are not built into the framework often require too much affort, so i end up using existing solutions.

This was probably not your question and idle_man has given the correct answer but I thought I will throw this in case it comes useful to you
Avatar of BrianMc1958
BrianMc1958

ASKER

Actually, it's great to know we would have the flexibility to use third party controls.  But yes, the main thing I wanted to find out is would we HAVE to use other technologies.  I'll post (yet another) followup question on why WinForms are not necessarily quicker and easier to develop and maintain than WebForms...  

Thanks for the hundredth time,
--BrianMc1958