Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / March 2008

Tip: Looking for answers? Try searching our database.

winforms Vs Windows based applications

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
pavan2004 - 17 Mar 2008 08:13 GMT
Hi friends,

Please help me on this. May i know difference between "winforms Vs
Windows based application developement" using c#.

thanks
pavan
Morten Wennevik [C# MVP] - 17 Mar 2008 10:26 GMT
> Hi friends,
>
[quoted text clipped - 3 lines]
> thanks
> pavan

Well, WinForms is a framework for creating windows based applications in
.Net.  This is not the only one as with .Net Framework 3.0 you can use WPF
(Windows Presentation Foundation) instead.

WinForms relates to C# as MFC (Microsoft Foundation Class) relates to C++.  
Both are built upon Win32/GDI
WPF differs from WinForms as it builts upon 3D-graphics rather than 2D.

Signature

Happy Coding!
Morten Wennevik [C# MVP]

Peter Duniho - 17 Mar 2008 18:24 GMT
>> Please help me on this. May i know difference between "winforms Vs
>> Windows based application developement" using c#.
[quoted text clipped - 3 lines]
> WPF
> (Windows Presentation Foundation) instead.

Heck, for that matter I suppose you could use the unmanaged Windows API  
via p/invoke in C# if you really wanted to.

To elaborate on Morten's reply, generally when you see someone talking  
about "WinForms" or some variant of the term, they are referring to the  
classes found in .NET in the System.Windows.Forms namespace.

In the context of C#, I would not say that there _is_ a clear difference  
between "winforms" and "Windows based application development".  The  
latter is, to me, a broader term that includes "winforms" and any other  
method for writing GUI applications on Windows.  Alternatively, I would  
say that even with the existence of WPF, if you say that you're writing a  
Windows application in C# and don't provide any further qualification, the  
usual assumption is that you're using the Forms namespace (though  
obviously that assumption could be incorrect).

Pete
sloan - 17 Mar 2008 20:54 GMT
My syntax would differentiate between

"winforms application" Versus a "web based app" or "web application".
..

To me, both fall under .Net.

.........

> Hi friends,
>
[quoted text clipped - 3 lines]
> thanks
> pavan

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.