Click here to Skip to main content
15,888,461 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
MSBassSinger28-Feb-24 3:39
professionalMSBassSinger28-Feb-24 3:39 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
PSU Steve28-Feb-24 3:45
professionalPSU Steve28-Feb-24 3:45 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
bigtlb28-Feb-24 6:13
bigtlb28-Feb-24 6:13 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
HobbyProggy28-Feb-24 3:53
professionalHobbyProggy28-Feb-24 3:53 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
Steve Naidamast28-Feb-24 4:24
professionalSteve Naidamast28-Feb-24 4:24 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
cegarman28-Feb-24 5:09
cegarman28-Feb-24 5:09 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
Rick York28-Feb-24 4:53
mveRick York28-Feb-24 4:53 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
nickpreston2428-Feb-24 5:09
nickpreston2428-Feb-24 5:09 
Unsure what MFC is, but I can tell you that the last company I worked for who insisted upon C++ Winforms was a good company, but their code took forever to build and was half C# and half C++. It wasn't difficult to understand, there was just tons of C++ boilerplate. One notable bug was their indexing: `some_business_array.Rows[0].Value ...`, which would sometimes throw an index out of bounds exception. Instead of assigning a temp var for index 0, then checking for valid rows, this would just be left as indexing the 0th place for hundreds of lines. I would think that a more meaningful bug and error would be important to C++/C# coders, especially senior ones. It's for this reason I did not trust their code, nor their decision to remain on Windows Forms and C++. Another reason was they tried to implement their own MVP observer pattern for Windows Forms, caching important data using Reflection in C# (which was written inefficiently in an O(m x n) foreach loop). In my opinion, they should have fully committed to C#, at minimum.

I don't have much against Windows Forms, except to say that it's boring to have to manually set `.Text` and `.Color` through events and drag-and-drop (then later have to dig through mounds of spaghetti to update it years later) when we have more convenient tech like HTML and many ways to bind UI components to their updates with just one command. Coder preference? Oh, and HTML is more secure than Windows will ever be, so there.
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
ShawnVN28-Feb-24 5:51
ShawnVN28-Feb-24 5:51 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
bigtlb28-Feb-24 6:02
bigtlb28-Feb-24 6:02 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
Stacy Dudovitz28-Feb-24 7:28
professionalStacy Dudovitz28-Feb-24 7:28 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
Joe Woodbury28-Feb-24 16:31
professionalJoe Woodbury28-Feb-24 16:31 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
dandy7229-Feb-24 5:50
dandy7229-Feb-24 5:50 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
Gary R. Wheeler29-Feb-24 10:15
Gary R. Wheeler29-Feb-24 10:15 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
Stacy Dudovitz29-Feb-24 10:38
professionalStacy Dudovitz29-Feb-24 10:38 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
Br.Bill4-Mar-24 9:55
Br.Bill4-Mar-24 9:55 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
Stacy Dudovitz5-Mar-24 17:04
professionalStacy Dudovitz5-Mar-24 17:04 
GeneralRe: what's your SQL resources (advanced) Pin
OriginalGriff27-Feb-24 5:53
mveOriginalGriff27-Feb-24 5:53 
GeneralRe: what's your SQL resources (advanced) Pin
PIEBALDconsult27-Feb-24 7:37
mvePIEBALDconsult27-Feb-24 7:37 
GeneralRe: what's your SQL resources (advanced) Pin
Gerry Schmitz27-Feb-24 9:23
mveGerry Schmitz27-Feb-24 9:23 
GeneralRe: what's your SQL resources (advanced) Pin
pkfox27-Feb-24 21:51
professionalpkfox27-Feb-24 21:51 
GeneralRe: what's your SQL resources (advanced) Pin
OriginalGriff27-Feb-24 22:18
mveOriginalGriff27-Feb-24 22:18 
GeneralRe: what's your SQL resources (advanced) Pin
pkfox27-Feb-24 23:27
professionalpkfox27-Feb-24 23:27 
GeneralRe: what's your SQL resources (advanced) Pin
OriginalGriff27-Feb-24 23:42
mveOriginalGriff27-Feb-24 23:42 
GeneralRe: what's your SQL resources (advanced) Pin
StarNamer@work28-Feb-24 2:50
professionalStarNamer@work28-Feb-24 2:50 

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.