Click here to Skip to main content
15,914,162 members

Survey Results

Would you like to see MFC ported to .NET?   [Edit]

Survey period: 25 Apr 2005 to 1 May 2005

There's a lot of MFC code and expertise around, but does it make sense to port MFC to .NET?

OptionVotes% 
Yes44631.21
No62944.02
Undecided1137.91
Don't care24116.86



 
GeneralRe: What about /clr switch? Pin
Nemanja Trifunovic25-Apr-05 7:19
Nemanja Trifunovic25-Apr-05 7:19 
GeneralRe: What about /clr switch? Pin
Anonymous26-Apr-05 3:36
Anonymous26-Apr-05 3:36 
GeneralRe: What about /clr switch? Pin
Nemanja Trifunovic26-Apr-05 3:55
Nemanja Trifunovic26-Apr-05 3:55 
GeneralRe: What about /clr switch? Pin
BadKarma26-Apr-05 5:30
BadKarma26-Apr-05 5:30 
GeneralRe: What about /clr switch? Pin
User 833072426-Apr-05 6:07
User 833072426-Apr-05 6:07 
GeneralRe: What about /clr switch? Pin
Nemanja Trifunovic26-Apr-05 7:04
Nemanja Trifunovic26-Apr-05 7:04 
GeneralUgh Pin
Marc Clifton25-Apr-05 1:25
mvaMarc Clifton25-Apr-05 1:25 
GeneralRe: Ugh Pin
Alan C. Balkany25-Apr-05 3:42
Alan C. Balkany25-Apr-05 3:42 
I agree. Ugh. Although I have 20 times as much experience with MFC than .NET (10 years vs. 6 months), it's a RELIEF using .NET. Everything is implemented as properties, making it easy to make the system do what you want it to, and all the features you want are there.

I could write PAGES about the problems with MFC, but with .NET I've only found two problems:

1. You can't get the address of a variable in a Watch window. This is useful for observing the variable when it's out of scope of the debugger, and for distinguishing between two or more instances.

2. There's no profiler! The profiler in C++/MFC Version 6 was adequate. .NET only supplies an INTERFACE!

Except for these, .NET is closer to how programming should be done. You type a variable name, and a period, and Intellisense gives you all the class members to choose from. And the .NET classes are rich in functionality; I can almost always find what I need, as opposed to MFC.

(.NET is still only a step closer to perfection. For the perfect programming environment, nothing beats the holodeck on Star Trek. People create complex applications without ever getting an addressing exception or a stack overflow!)
GeneralMFC has had its day Pin
Michael P Butler24-Apr-05 21:27
Michael P Butler24-Apr-05 21:27 
GeneralRe: MFC has had its day Pin
NormDroid24-Apr-05 22:24
professionalNormDroid24-Apr-05 22:24 
GeneralYes! Pin
Bob Stanneveld24-Apr-05 20:35
Bob Stanneveld24-Apr-05 20:35 
GeneralRe: Yes! Pin
ian mariano25-Apr-05 0:34
ian mariano25-Apr-05 0:34 
GeneralRe: Yes! Pin
Member 9625-Apr-05 5:29
Member 9625-Apr-05 5:29 
GeneralRe: Yes! Pin
PJ Arends25-Apr-05 6:27
professionalPJ Arends25-Apr-05 6:27 
GeneralRe: Yes! Pin
Member 9625-Apr-05 7:06
Member 9625-Apr-05 7:06 
GeneralRe: Yes! Pin
Bob Stanneveld25-Apr-05 12:03
Bob Stanneveld25-Apr-05 12:03 
GeneralRe: Yes! Pin
Member 9625-Apr-05 13:42
Member 9625-Apr-05 13:42 
GeneralRe: Yes! Pin
Bob Stanneveld25-Apr-05 22:19
Bob Stanneveld25-Apr-05 22:19 
GeneralRe: .NET as a religion Pin
Tim Stubbs25-Apr-05 22:21
Tim Stubbs25-Apr-05 22:21 
GeneralRe: .NET as a religion Pin
Member 9626-Apr-05 4:29
Member 9626-Apr-05 4:29 
GeneralRe: .NET as a religion Pin
Tim Stubbs26-Apr-05 4:54
Tim Stubbs26-Apr-05 4:54 
GeneralRe: .NET as a religion Pin
Member 9626-Apr-05 5:42
Member 9626-Apr-05 5:42 
GeneralRe: .NET as a religion Pin
Nemanja Trifunovic26-Apr-05 6:01
Nemanja Trifunovic26-Apr-05 6:01 
GeneralRe: .NET as a religion Pin
Tim Stubbs26-Apr-05 6:29
Tim Stubbs26-Apr-05 6:29 
GeneralRe: .NET as a religion Pin
Tim Stubbs26-Apr-05 6:24
Tim Stubbs26-Apr-05 6:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.