Poster | Thread |
TrebleSix
|  |
Launch Of VS2005 Posted on 9-Nov-2005 19:32:09
| | [ #1 ] |
|
|
 |
Elite Member  |
Joined: 6-Sep-2004 Posts: 3747
From: Pembrokeshire, Wales | | |
|
| Well, I attended the launch of Visual Studio 2005 in Birmingham yesterday, the good thing about it, is I got a pretty nice free lunch and a full copy of VS2005, SQL Server 2005, and MSDN, all at the expense of M$.
I wore my Amiga t-shirt, so hopefully it may light a spark with some who were there, and get some more peeps into OS4 _________________ Dark Lord Design Wicked Solutions For Damned Problems |
|
Status: Offline |
|
|
wegster
|  |
Re: Launch Of VS2005 Posted on 9-Nov-2005 19:42:03
| | [ #2 ] |
|
|
 |
Elite Member  |
Joined: 29-Nov-2004 Posts: 8554
From: RTP, NC USA | | |
|
| @treblesix Lol, great on wearing the Amiga shirt, anyone ask about it?
No comment on VS2005 as I don't like, nor thankfully have had to deal with, .NET. I know a lot were annoyed they couldn't do VB console apps with past VS6 or so (crap, 2 vers back including VS2005), but I dislike VB too.
Visual C++ 6.0 still suits me just fine for the times I've got to write C++ for Windows (SO thankful it's rarely nowadays 
_________________ Are we not done with the same silly arguments and flames yet??! |
|
Status: Offline |
|
|
TrebleSix
|  |
Re: Launch Of VS2005 Posted on 9-Nov-2005 19:52:59
| | [ #3 ] |
|
|
 |
Elite Member  |
Joined: 6-Sep-2004 Posts: 3747
From: Pembrokeshire, Wales | | |
|
| @wegster
I hate it too. I use a text editor to program, dont like the way M$ shove everything down your throat. The demonstrations were basically showing u how to write apps without having to write any code. Hmm, im a programmer, not a designer. Not interested in that.
They had a band there called 'The Windows' YAWN!!! OMG how crap were they. Even the M$ nerds walked out.
I had a few looks @ the t-shirt, will keep wearing it to events like that.
_________________ Dark Lord Design Wicked Solutions For Damned Problems |
|
Status: Offline |
|
|
TrebleSix
|  |
Re: Launch Of VS2005 Posted on 9-Nov-2005 20:03:37
| | [ #4 ] |
|
|
 |
Elite Member  |
Joined: 6-Sep-2004 Posts: 3747
From: Pembrokeshire, Wales | | |
|
| Some guy walked on the stage in a mask as well, and peeled it off, it was he drummer from the 'windows' band.
I was hoping it would have been Bill, i would have run on the stage and smacked the ####, and made him eat the words AMIGA on ny t-shirt.
_________________ Dark Lord Design Wicked Solutions For Damned Problems |
|
Status: Offline |
|
|
wegster
|  |
Re: Launch Of VS2005 Posted on 9-Nov-2005 20:18:25
| | [ #5 ] |
|
|
 |
Elite Member  |
Joined: 29-Nov-2004 Posts: 8554
From: RTP, NC USA | | |
|
| @treblesix
Quote:
I use a text editor to program, dont like the way M$ shove everything down your throat. |
Ahh, I actually don't hate the VS interface. Just the company, .NET, etc.
It took them a LONG time to get somewhere with. back in '92 or so I was using Symantec Visual C++ Cafe or something like that, and it was SOOO nice.
Visual C++ 2.0 or so was new then, and looked like Notepad with like 4 extra buttons 
Now, however, the code completion, method drop down and expansion as you type, integrated debugging, class and method indexing, and the help system/MSDN integration is pretty nice, and (yeah, it hurts to say it, but props given where due) isn't a bad standard to aim for for other IDEs (umm, GoldEd/CubicIDE could take some lessons there IMO if it's to become a full-blown IDE at some point).
Eclipse is also pretty good as well, and what I normally use nowadays.
I used to write everything in VI(M), with a brief detour to the dark side (emacs), but eventually you give in..in my case, I finally stopped as eclipse IS available on every platform I need it to be, along with SVN integration and FTP/WebDAV support if I really need it now and then...
Quote:
The demonstrations were basically showing u how to write apps without having to write any code. Hmm, im a programmer, not a designer. Not interested in that. |
Hrm..depends on the definition of the word. In the past, most stuff I saw in VS was geared towards UI design, rather than RAD of an entire app. If it's progressed past UI only, then it may certainly be worthwhile for Winodws only shops or for prototyping apps quickly.
The only programmers I know that aren't designers are maintenance devs for the most part, so I'm assuming you mean it's still UI only? (And in that case, yech, not for me either )_________________ Are we not done with the same silly arguments and flames yet??! |
|
Status: Offline |
|
|
Intuitioned
|  |
Re: Launch Of VS2005 Posted on 9-Nov-2005 20:25:34
| | [ #6 ] |
|
|
 |
Super Member  |
Joined: 27-Oct-2003 Posts: 1340
From: Unknown | | |
|
| @treblesix
Well I'll be downloading VS 2005 Express and SQL Server 2005 Express. I don't care for Microsoft but if they give away a cut down environment of what I consider one of best dev and database environments for free, that'l do me. I know of die hard Mac fans downloading it for any spare x86 machine they have lying around.
You are telling me you would rather use an external editor and hand code everything than use their environment? When all I had was the command line tools it took me an hour to code a simple app. With VS it took less than 10 minutes. So you rather code delegates and handler for a control when all you could have done is dragged the control on and double click on it? You would rather code a strongly typed DataSet yourself than a few clicks on a wizard?
Even without the code generation VS is everything I want in an editor.
BTW, I like C++ but prefer C Sharp as it is C++ without the ####e! _________________
|
|
Status: Offline |
|
|
Intuitioned
|  |
Re: Launch Of VS2005 Posted on 9-Nov-2005 20:29:03
| | [ #7 ] |
|
|
 |
Super Member  |
Joined: 27-Oct-2003 Posts: 1340
From: Unknown | | |
|
| @Intuitioned
I'll have to try Eclipse, it's been mentioned twice now. I admit most of it (VS) only benefits GUI development. It is still hard work coding a sorting algorithm or recursive decent algorithm as it ever was. _________________
|
|
Status: Offline |
|
|
TrebleSix
|  |
Re: Launch Of VS2005 Posted on 10-Nov-2005 8:27:37
| | [ #8 ] |
|
|
 |
Elite Member  |
Joined: 6-Sep-2004 Posts: 3747
From: Pembrokeshire, Wales | | |
|
| @Intuitioned
I prefer to hand-code everything. It's the way it was when I was in college. I have my own set of rotuines which i use.
green screens, 5 and a quarter inch discs, COBOL, DBXL, Assembler. Now those were the days!
I just don't like the way, that u haveto program the M$ way, or no way.
I still write ADO code rather than use those bloody data adapters. Have u tried changing servers with those adapters. Nightmare. _________________ Dark Lord Design Wicked Solutions For Damned Problems |
|
Status: Offline |
|
|
miksuh
|  |
Re: Launch Of VS2005 Posted on 10-Nov-2005 9:59:23
| | [ #9 ] |
|
|
 |
Cult Member  |
Joined: 10-Mar-2003 Posts: 731
From: Espoo, Finland | | |
|
| |
Status: Offline |
|
|
miksuh
|  |
Re: Launch Of VS2005 Posted on 10-Nov-2005 10:56:26
| | [ #10 ] |
|
|
 |
Cult Member  |
Joined: 10-Mar-2003 Posts: 731
From: Espoo, Finland | | |
|
| @Intuitioned
Eclipse is wery good. Here is short list of some good and free environments. Eclipse and Anjuta can handle many languages. NetBeans is just Java IDE, and wery good it is too.
- C/C++
- Linux
- Eclipse
- Anjuta DevStudio (GNOME)
- KDevelop (KDE)
- Windows
- Java
|
|
Status: Offline |
|
|
Intuitioned
|  |
Re: Launch Of VS2005 Posted on 12-Nov-2005 15:21:55
| | [ #11 ] |
|
|
 |
Super Member  |
Joined: 27-Oct-2003 Posts: 1340
From: Unknown | | |
|
| @treblesix
Quote:
green screens, 5 and a quarter inch discs, COBOL, DBXL, Assembler. Now those were the days! |
Only 5.25" disks? I remember 8" er's! That was in 1995! Yes, 1995! This company was using them on this machine for their test sets. I can't remember what it is but it was blue, 8085 or 8086 based, and had two 8" drives on top of the monochrome 80x25 screen._________________
|
|
Status: Offline |
|
|
Samurai_Crow
|  |
Re: Launch Of VS2005 Posted on 12-Nov-2005 16:15:59
| | [ #12 ] |
|
|
 |
Elite Member  |
Joined: 18-Jan-2003 Posts: 2320
From: Minnesota, USA | | |
|
| I went to an Association of Computing Machinery meeting on the campus where I am studying computer science. I was thinking a lot of the editing features of Visual Studio were like what I wanted to implement on a new version of AmigaVision. I may still do it yet but not before BitByBit Software's GUI builder is in full release.
BTW, what I left the meeting with was better than a copy of Visual Studio. It was a book called Garage Virtual Reality and it mentioned Amiga quite prominantly (its copyright date was 1994). |
|
Status: Offline |
|
|
wegster
|  |
Re: Launch Of VS2005 Posted on 12-Nov-2005 17:54:27
| | [ #13 ] |
|
|
 |
Elite Member  |
Joined: 29-Nov-2004 Posts: 8554
From: RTP, NC USA | | |
|
| @miksuh Eclipse at least also has a Python language plugin, which was surprisingly difficult to find in any IDE that was cross-platform.
_________________ Are we not done with the same silly arguments and flames yet??! |
|
Status: Offline |
|
|
fricopal!
|  |
Re: Launch Of VS2005 Posted on 20-Mar-2025 2:45:15
| | [ #14 ] |
|
|
 |
Cult Member  |
Joined: 12-Mar-2025 Posts: 799
From: Unknown | | |
|
| Quote:
by TrebleSix on 9-Nov-2005 19:52:59
@wegster
I hate it too. I use a text editor to program, dont like the way M$ shove everything down your throat. The demonstrations were basically showing u how to write apps without having to write any code. Hmm, im a programmer, not a designer. Not interested in that.
They had a band there called 'The Windows' YAWN!!! OMG how crap were they. Even the M$ nerds walked out.
I had a few looks @ the t-shirt, will keep wearing it to events like that.
|
@wegster: Dislikes Microsoft's forced approach and finds their demonstrations uninteresting for developers; criticizes 'The Windows' band. Wears a T-shirt with possibly related sarcasm, despite not attending events like that often.
## Instruction 2 (Much more difficult) |
|
Status: Offline |
|
|