.Net AppFramework
-
Hi Code-Bunnies, I've not got round to installing Beta2 since XP took over my machine :-D Does this version have any sort of Application Framework? One of the things I liked about MFC was the feature to create a full app in seconds and customise it with a few function calls to the framework e.g. I've made many custom text editors with MFC Doc/View. Does C# do the same? J++ did. Yes its nice to have a blank sheet and a powerful API but wizards are nice sometimes!! Cheers, Davy http://www.scottishcatholic.com
Visual Studio .NET - especially with C# and VB.NET - is a great RAD environment. The designers are more powerful than VC6, while still affording your just as much (if not more) control. Install it!!! cheers, Chris Maunder (CodeProject)
-
Visual Studio .NET - especially with C# and VB.NET - is a great RAD environment. The designers are more powerful than VC6, while still affording your just as much (if not more) control. Install it!!! cheers, Chris Maunder (CodeProject)
My big complaint is that MS is still treating C++ as the bastard child in this case. The RAD facilities won't work for C++. Their argument (as I've seen posted on the Usenet) is that it's too difficult to do with C++'s preprocessor and macros. This is hogwash to me. First, the MFC wizards work despite this, and the issues should be the same. Second, the RAD stuff should be able to be seperated out into sections of the code where MS specific #pragmas could actually turn the preprocessor off. Third, C++ programmers can just live with any theoretical problems that might exist here. There really isn't any (valid) excuse for the RAD stuff to not work with C++. William E. Kempf
-
Visual Studio .NET - especially with C# and VB.NET - is a great RAD environment. The designers are more powerful than VC6, while still affording your just as much (if not more) control. Install it!!! cheers, Chris Maunder (CodeProject)
alright Chris, own up. Who's paying you? :-D But I totally agree, actually. Interdev in VS6 was pretty bad IMHO when it came to drag-and-drop of controls etc. onto web pages. Now with ASP.NET and the VS.NET IDE it is a helluva lot better. (Damn the cross browse support is FABULOUS!) Also the C# and VB IDE's really have been thoughout and improved. Almost makes me want to do traditional apps again... regards, Paul Watson Cape Town, South Africa e: paulmwatson@email.com w: vergen.org
-
My big complaint is that MS is still treating C++ as the bastard child in this case. The RAD facilities won't work for C++. Their argument (as I've seen posted on the Usenet) is that it's too difficult to do with C++'s preprocessor and macros. This is hogwash to me. First, the MFC wizards work despite this, and the issues should be the same. Second, the RAD stuff should be able to be seperated out into sections of the code where MS specific #pragmas could actually turn the preprocessor off. Third, C++ programmers can just live with any theoretical problems that might exist here. There really isn't any (valid) excuse for the RAD stuff to not work with C++. William E. Kempf
..."There really isn't any (valid) excuse for the RAD stuff to not work with C++."... unless of course you have a new language you are heavily promoting (read: C#) which you say is as powerful as C++ but has the RAD ease of use of VB. i.e. Microsoft want C# to appeal to people and, while not directly saying it (because that would seriously anger all C++ devotees), they want to phase C++ out... languages come and go, cobol was once big, how come they have not made a RAD ide for it? Of course this is my opinion and is sure to attract criticism and responses of "absolute rubbish" :) regards, Paul Watson Cape Town, South Africa e: paulmwatson@email.com w: vergen.org
-
..."There really isn't any (valid) excuse for the RAD stuff to not work with C++."... unless of course you have a new language you are heavily promoting (read: C#) which you say is as powerful as C++ but has the RAD ease of use of VB. i.e. Microsoft want C# to appeal to people and, while not directly saying it (because that would seriously anger all C++ devotees), they want to phase C++ out... languages come and go, cobol was once big, how come they have not made a RAD ide for it? Of course this is my opinion and is sure to attract criticism and responses of "absolute rubbish" :) regards, Paul Watson Cape Town, South Africa e: paulmwatson@email.com w: vergen.org
-
LOL, I should make a fourth.net :) Tim Smith Descartes Systems Sciences, Inc.
-
Visual Studio .NET - especially with C# and VB.NET - is a great RAD environment. The designers are more powerful than VC6, while still affording your just as much (if not more) control. Install it!!! cheers, Chris Maunder (CodeProject)
Just a couple of question, Chris. I have the .net framework beta 2 CD which I want to install. I have three machines on which I can install it: 1) Win98, 2) Win ME (gag) 3)Win2000 - is .net equally compatible with all three? Second, is it safe to put .net on a development machine that has VS6 on it? Can I do VS6 development and .net development on the same machine? "Want to know what makes me mad? Everything!" The Ranting Swede.
-
Just a couple of question, Chris. I have the .net framework beta 2 CD which I want to install. I have three machines on which I can install it: 1) Win98, 2) Win ME (gag) 3)Win2000 - is .net equally compatible with all three? Second, is it safe to put .net on a development machine that has VS6 on it? Can I do VS6 development and .net development on the same machine? "Want to know what makes me mad? Everything!" The Ranting Swede.
Beta 2 won't install on 9x/Me. --Mike-- http://home.inreach.com/mdunn/ Ford: How would you react if I said that I'm not from Guildford after all, but from a small planet somewhere in the vicinity of Betelguese? Arthur: I don't know. Why, do you think it's the sort of thing you're likely to say?
-
LOL, I should make a fourth.net :) Tim Smith Descartes Systems Sciences, Inc.
Not that funny. You'd be surprised at how many and which languages are being ported to the .NET framework. William E. Kempf
-
Just a couple of question, Chris. I have the .net framework beta 2 CD which I want to install. I have three machines on which I can install it: 1) Win98, 2) Win ME (gag) 3)Win2000 - is .net equally compatible with all three? Second, is it safe to put .net on a development machine that has VS6 on it? Can I do VS6 development and .net development on the same machine? "Want to know what makes me mad? Everything!" The Ranting Swede.
I wouln't install VS6 and VS.NET on the same OS. If you hav Win2K go for a dual boot installation.
-
Just a couple of question, Chris. I have the .net framework beta 2 CD which I want to install. I have three machines on which I can install it: 1) Win98, 2) Win ME (gag) 3)Win2000 - is .net equally compatible with all three? Second, is it safe to put .net on a development machine that has VS6 on it? Can I do VS6 development and .net development on the same machine? "Want to know what makes me mad? Everything!" The Ranting Swede.
I had beta 1 and VC6 on the same machine with no probs, and have heard of many others running VC6 and beta 2 on the same box, so unless there's a big nasty that no one has bothered mentioning, then all should be good. Install it on the W2K box. cheers, Chris Maunder (CodeProject)
-
alright Chris, own up. Who's paying you? :-D But I totally agree, actually. Interdev in VS6 was pretty bad IMHO when it came to drag-and-drop of controls etc. onto web pages. Now with ASP.NET and the VS.NET IDE it is a helluva lot better. (Damn the cross browse support is FABULOUS!) Also the C# and VB IDE's really have been thoughout and improved. Almost makes me want to do traditional apps again... regards, Paul Watson Cape Town, South Africa e: paulmwatson@email.com w: vergen.org
alright Chris, own up. Who's paying you? they...they bribed me with glow-in-the-dark VB.NET pens, and free .NET beta disks, and threatened to cancel my Billy G fan club membership if I didn't say one good thing a week about .NET. :(( cheers, Chris Maunder (CodeProject)
-
alright Chris, own up. Who's paying you? they...they bribed me with glow-in-the-dark VB.NET pens, and free .NET beta disks, and threatened to cancel my Billy G fan club membership if I didn't say one good thing a week about .NET. :(( cheers, Chris Maunder (CodeProject)
You're a member of the Billy G fan club too? That's so cool as the Billy G Europe group are going on a tour of Australia to raise awareness for our cause. Maybe i'll see you at one of the meetings when we're over there? P.S. Did you ever get your membership pack? I sent them fifty pounds and was promised a ringbinder with a calendar, spreadsheet, and wordprocessor built in, but all I got was a filofax and a biro. ;) David Wulff dwulff@battleaxesoftware.com
-
You're a member of the Billy G fan club too? That's so cool as the Billy G Europe group are going on a tour of Australia to raise awareness for our cause. Maybe i'll see you at one of the meetings when we're over there? P.S. Did you ever get your membership pack? I sent them fifty pounds and was promised a ringbinder with a calendar, spreadsheet, and wordprocessor built in, but all I got was a filofax and a biro. ;) David Wulff dwulff@battleaxesoftware.com
>You're a member of the Billy G fan club too? [...] What on earth is the Billy G fan club :confused: ? Are you both joking, or does this fan club realy exist? Max
-
>You're a member of the Billy G fan club too? [...] What on earth is the Billy G fan club :confused: ? Are you both joking, or does this fan club realy exist? Max
-
alright Chris, own up. Who's paying you? they...they bribed me with glow-in-the-dark VB.NET pens, and free .NET beta disks, and threatened to cancel my Billy G fan club membership if I didn't say one good thing a week about .NET. :(( cheers, Chris Maunder (CodeProject)
I have a good thing to say about .NET. The CD's (and DVD's) they are shipping out all seem to fit easily into any garbage can I happen to toss them into. That's quite an engineering marvel because there are SO MANY different sizes and shapes for trash cans. I suspect that the small size and thin form factor of their CD's makes this possible.
-
It's another name for the Department of Justice in the States:-D [Yes, I am teasing you] C++/C# Student. Wither Thee VB.Net.
/*It's another name for the Department of Justice in the States*/ :laugh: That's a good one... /*[Yes, I am teasing you]*/ ;P Max
-
>You're a member of the Billy G fan club too? [...] What on earth is the Billy G fan club :confused: ? Are you both joking, or does this fan club realy exist? Max
Yes, we were both kidding. Or at least I was, maybe Chris wasn't? David Wulff dwulff@battleaxesoftware.com
-
>You're a member of the Billy G fan club too? [...] What on earth is the Billy G fan club :confused: ? Are you both joking, or does this fan club realy exist? Max
Of course it does. Though I have a bit of a conundrum... The Linus T fan club stipulates in it's rules that a fan may not also be a member of the Billy G club (though the Billy G fan club gives kudos to Linus T fan's joining the Billy G club). My recommendation, if you want to join both fan clubs, is to get a fake ID, social security number and really, really old orange anorrak and then join the Linus T fan club with that lot. For the Billy G club I recommend a shark fin, CEO suit, switch blade knife for quick back stabbings oh and a flashy looking credit card/cheque book. Then again you could just ignore both Fan Clubs and carry on being a CP fan :) *sorry Max, just felt like having a bit of fun on a slow Sunday. I think the only ppl who can join the Billy G fan club have the words "Fortune 100" or "WTO" in their resume ;) regards, Paul Watson Cape Town, South Africa e: paulmwatson@email.com w: vergen.org
-
My big complaint is that MS is still treating C++ as the bastard child in this case. The RAD facilities won't work for C++. Their argument (as I've seen posted on the Usenet) is that it's too difficult to do with C++'s preprocessor and macros. This is hogwash to me. First, the MFC wizards work despite this, and the issues should be the same. Second, the RAD stuff should be able to be seperated out into sections of the code where MS specific #pragmas could actually turn the preprocessor off. Third, C++ programmers can just live with any theoretical problems that might exist here. There really isn't any (valid) excuse for the RAD stuff to not work with C++. William E. Kempf
Umm... Do you understand how the RAD stuff works? Unlike the old way, where dialogs were laid out in binary resource files, the .NET designers work with code. When you drag a button onto your form, it generates code in your app to do so, not just data in a form file. Since this code can be edited by hand, the C++ designers have to reverse engineer C++ code in order to layout the forms again for round-trip. C++, espcially ANSI C++ is a VERY complex language to do this in, since it has to understand free-form C++ and cannot rely on special code warts. If you notice, VC7 has moved away from using inline comments for markers, even for the MFC classwizard stuff. It's all gone. They're goal is to not require *ANY* markers in your code to validate such stuff. Yeah, MS could do what you mention, however, they'd have to start all their designs over since this would invalidate their code in progress. They claim they will release a C++ designer later, either in an update or in VC7.1 (when they also provide the remaining standard conformance). Is it annoying? Yeah.. Same with standards conformance. But they have a lot on their plate, and this slipped.