Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / Microsoft .NET 2.0

Author
Message
John Y
Synergy Editor Developer
22
Years of Service
User Offline
Joined: 4th Sep 2002
Location: UK
Posted: 4th Nov 2005 10:56
Hi,

I received my copy of Visual Studio 2005 yesterday, and I have to say I am very impressed with it. The funky features such as component locking in the GUI designer and the editor which has arrows pointing at errors and stuff just make it a pleasure to work with.

I just wanted to perform a quick poll on whether you would install .Net 2.0 if a program required it, or whether you would shun it either because your not quite sure what it is or any other reason?

Please don\'t start bashing Microsoft, .Net or other MS Technology in this thread though

OSX Using Happy Dude
21
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 4th Nov 2005 11:11
I may if something needed it... But few programs I need do...

Anyway, onto VS 2005 - do C programs compile quicker ? Are the executables smaller ? Do they run quicker ?

Come to the third DarkBasic Pro Sci Fi Con - 9 days to go! Whoohoo!
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
John Y
Synergy Editor Developer
22
Years of Service
User Offline
Joined: 4th Sep 2002
Location: UK
Posted: 4th Nov 2005 11:18
Well, it's too new to be used in any programs at least for a couple of weeks. But there will be a time when it becomes more widespread.

Quote: "do C programs compile quicker ? Are the executables smaller ? Do they run quicker ?"


Sorry, not a C++ programmer. I'll try some samples a though later and see how it goes.

The syntax highlighting has changed also, which makes your code a little clearer. It's not simply blue and black, but now different hues of blue

OSX Using Happy Dude
21
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 4th Nov 2005 11:41 Edited at: 4th Nov 2005 11:56
Interesting...

Hopefully it'll be a bit more stable than 2003.

Ooh - are you thinking of coming to the convention, by the way ?

Come to the third DarkBasic Pro Sci Fi Con - 8 days to go! Moomoo !
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
David T
Retired Moderator
22
Years of Service
User Offline
Joined: 27th Aug 2002
Location: England
Posted: 4th Nov 2005 18:52
The component locking is quite cool.

You not been using the Beta versions?

"A book. If u know something why cant u make a kool game or prog.
come on now. A book. I hate books. book is stupid. I know that I need codes but I dont know the codes"
John Y
Synergy Editor Developer
22
Years of Service
User Offline
Joined: 4th Sep 2002
Location: UK
Posted: 4th Nov 2005 18:55
I got my beta like 2 weeks ago, so I didn't bother installing it. I think I will watch the dvd though, it might teach me a thing or to.

Jeku
Moderator
21
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Vancouver, British Columbia, Canada
Posted: 4th Nov 2005 20:09
We use Visual Studio 2005 Team Edition at work, and if there's anything you should upgrade for, it's the debugger. In C++, if you put a breakpoint in there, your local variables actually come alive! You can for example click the plus sign on an array and see all the elements. You can inspect anything, instead of needing the HEX address of the memory location and casting it in the local watcher.

You can also break the program, change a few lines of code, and CONTINUE the program from where it left off, intead of restarting fresh. The compiler is smart enough to recompile just the section of code you changed. It's a huge time-saver indeed.

TKF15H
21
Years of Service
User Offline
Joined: 20th Jul 2003
Location: Rio de Janeiro
Posted: 4th Nov 2005 20:28
Quote: "You can also break the program, change a few lines of code, and CONTINUE the program from where it left off, intead of restarting fresh. The compiler is smart enough to recompile just the section of code you changed. It's a huge time-saver indeed"

Didn't VC6 do that already?

WarBasic Scripting engine for DarkBasicPro
DC emulator code size: 14.3MB, 553,214 lines
blanky
20
Years of Service
User Offline
Joined: 3rd Aug 2004
Location: ./
Posted: 4th Nov 2005 20:29
Yeah, VB6 (from way back in 1998) had that too

(Btw: When it says 'dont install on primary work computer', BELIEVE IT. Some of the components have seriously caused instability in my system, and uninstalling didn't work... Which is a pity, because VB.Net 2005 EE rules as a kind of upgrade from ol' VB6.)

In an Open dialog box, pressing the down arrow next to 'Address:' freezes that program for about 2 minutes. Pretty depressing.
And HL2 now crashes randomly, and it didn't before installing the .NET beta...
JoelJ
21
Years of Service
User Offline
Joined: 8th Sep 2003
Location: UTAH
Posted: 4th Nov 2005 21:18
They had that already in VS2003, Jeku. But it may be new for C++, as I have only used VS for C#.

indi
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Earth, Brisbane, Australia
Posted: 5th Nov 2005 00:35
we use asp and .net at work for this current project, having not much exposure to it until this project, i have a healthy respect for it. however im still liking php more only because .net still requires a large download for use like vb.

If no-one gives your an answer to a question you have asked, consider:- Is your question clear.- Did you ask nicely.- Are you showing any effort to solve the problem yourself 
JoelJ
21
Years of Service
User Offline
Joined: 8th Sep 2003
Location: UTAH
Posted: 5th Nov 2005 04:02
I haven't been able to figure out how to make ASP.net apps look decient in Firefox, a lot of the formatting and stuff didn't work last time i tried, maybe it was because I suck at programming

hey cool, Close All Tags button, I was going to request that....

Jeku
Moderator
21
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Vancouver, British Columbia, Canada
Posted: 5th Nov 2005 21:23
ASP.net apps should look the same as a PHP app in Firefox. It just outputs straight HTML and Javascript.

JoelJ
21
Years of Service
User Offline
Joined: 8th Sep 2003
Location: UTAH
Posted: 5th Nov 2005 23:46
didn't for me when I was making this website a while back.

It wouldn't resize text boxes or change background colors of labels and stuff, in firefox, but it would in IE or using the Agent Switcher in FF and changing to IE.

Kevin Picone
22
Years of Service
User Offline
Joined: 27th Aug 2002
Location: Australia
Posted: 6th Nov 2005 02:42
Quote: "
I just wanted to perform a quick poll on whether you would install .Net 2.0 if a program required it,
"


Nope.

Quote: "
or whether you would shun it either because your not quite sure what it is or any other reason?
"


Enforcing another 22 meg + download/installation process upon people is not convenience for the majority of end users at this point.

Kevin Picone
[url]www.underwaredesign.com[/url]
Play Nice!Play Basic (Release V1.089 Out Now)- Play Extreme with Play Basic FX {TBA}
_Nemesis_
21
Years of Service
User Offline
Joined: 9th Nov 2003
Location: Liverpool, UK
Posted: 6th Nov 2005 03:00
Quote: "I just wanted to perform a quick poll on whether you would install .Net 2.0 if a program required it"

I wouldn't:
1) Because I've had bad experiences with the betas.
2) Too few applications actually NEED it - seems a pointless upgrade for me. I'll wait until it becomes a prerequisite for many applications. Anyhoo, no doubt MS will bundle it with this new XP release planned.

[url="http://www.devhat.net"]www.devhat.net[/url] :: Devhat IRC Network.
Current Project: ASP Content Management System
Jeku
Moderator
21
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Vancouver, British Columbia, Canada
Posted: 6th Nov 2005 06:37
Quote: "It wouldn't resize text boxes or change background colors of labels and stuff, in firefox, but it would in IE or using the Agent Switcher in FF and changing to IE."


Aha, but that's because it uses IE-only graphic filters that are built into IE's HTML renderer anyways.

Login to post a reply

Server time is: 2024-11-16 02:17:31
Your offset time is: 2024-11-16 02:17:31