Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

What could better than Visual Studio?

Name: Anonymous 2005-08-05 17:48

How about FREE COPIES of the following tools:
*Visual Basic 2005 Express
*Visual C# 2005 express edition
*Visual Web Developer 2005 Expres edition
*SQL Server 2005 Express edition

All available @ http://lab.msdn.microsoft.com/express/

At that price, who needs to settle for inferior "free" software? Get the real deal today!

Name: Anonymous 2005-08-05 22:41

C++ express is completely fucked up (custom include directories anyone ?), still beta tho, they might fix it one day ^^;

Name: Anonymous 2005-08-05 22:43 (sage)

also, in a case you don't know, express editions will cost $40-50 once released, and all betas will cease to work after some time (not announced)

Name: Anonymous 2005-08-05 22:52

>>3 even for $40 it's not bad, if you look at it from a casual/n00b point of view. If you're a n00b which would you rather deal with; paying $40 for visual basic or trying to set up cygwin and then learning python and then getting disgusted and saying 'fuck it' because your makefiles and programs don't work because, unbeknownst to you whitespace (tabs, space) is part of the laguage used by both make and python.

For the hobbiest programmer, VS/VB is superior.

Name: Anonymous 2005-08-05 23:28

For the hobbiest programmer, VS/VB is superior.

The people who pass for hobbyists these days...

If you can't even read a tutorial on Python, then VB is far beyond your grasp. Ah, the wonderful arcana of win32.

BTW, most "n00bs" are still in elementary or early high school. For some strange reason I think they'd rather use a free solution.

Name: Anonymous 2005-08-06 0:24

>If you can't even read a tutorial on Python, then VB is far beyond your grasp.

With python, you don't have a set of pre-built widgets that you can arrange visually and then go back and write the glue code for. It's all-or-nothing. The great thing for casual users is that the visual studio toolset hides most of the complexity from them, thereby making programming more accessible.

Name: Anonymous 2005-08-06 3:06

>>6
Huh, that's a good argument. I don't buy the all-or-nothing part (I started programming in DOS), but it certainly would reduce the barrier of entry.

There apparently is a Visual Python extension for Visual Studio, but it's an additional $30.

Name: Anonymous 2005-08-06 5:53

>>4
If you're a n00b and are serious (I mean REALLY serious) about becoming a "computer scientist", install any flavour of Unix instead of being stuck in the Win32 world. Yes, Windows is easy to use but you can't learn anything of what's happening inside, even Darwin is open-source now.

If you don't care about programming... try VB, I don't care, but I don't see the point of wasting your time with it. If you don't want to learn, buy a game console instead, it's more funny.

Name: Anonymous 2005-08-06 6:25

>> At that price, who needs to settle for inferior "free" software? Get the real deal today!

I love the smell of astroturf in the morning.

Name: Anonymous 2005-08-06 6:36

>> trying to set up cygwin and then learning python
First of all Python doesn't require cygwin, there is a native port of the interpreter. Always has been.

>>and then getting disgusted and saying 'fuck it' because your makefiles and programs don't work
Second, Python is interpreted, not compiled, and hence doesn't require makefiles.

>>because, unbeknownst to you whitespace (tabs, space) is part of the laguage used by both make and python.
WhiteSpaceIsSignificant is probably the first thing anyone hears about Python. And, y'know, if it really bugs you, it's not the only language out there. I switched to Ruby, not because of the whitespace issue, which really didn't bother me, but because of a whole bunch of little things that added up, not least Python's lameass object system.

So, in conclusion, enjoy your strawman. If you really believe that VB and a shitty IDE are better than gcc and a wealth of languages, more power to you.

Name: Anonymous 2005-08-06 15:49

oh wow visual studio, look who I will never hire EVER.

Name: Anonymous 2005-08-06 16:25

>>11 oh wow visual studio, look who will have no problems finding a job with companies who will stay open longer than five minutes.

Name: Anonymous 2005-08-06 16:43

>>12
Like Google OH WAIT

Name: Anonymous 2005-08-06 21:13

To be fair, google doesn't exactly depend much on a GUI. Almost all their human-computer interfaces are HTML or Ajax anyway.

Name: idiot 2005-08-07 12:42 (sage)

YES GOOGLE ARE AJAX

you're a moron. a web page is a graphical user interface. google earth is an application with a GUI. picasa is a ETC ETC ETC.

Name: Anonymous 2005-08-07 12:55

Furthermore most development these days is serverside. Most jobs I see require php or similar. I reckon >>12 has never actually had a job programming.

Name: Anonymous 2005-08-07 17:56

or you could use slackware compilers that are better, like for C++ the gnu bloodshed compiler

Name: Anonymous 2005-08-07 20:13

>>15
A web page is only a GUI when you're using a GUI. HTML was originally meant for markup, not layout.

This is all irrelevant, however. The point was that Google wouldn't use Visual Studio much since they're not using native widgets. Sorry for not being clearer.

Name: Anonymous 2005-08-08 4:39

At that price, who needs to settle for inferior "free" software? Get the real deal today!

HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA...whoo...good one.

Remind me how MSVC++ still can't comply with the C++ standard after almost ten years? Oooh, or maybe I'll code in C#, the bastard .NET child of Java and C++. And then I'll write some database frontends for SQL Server databases, complete with proprietary SQL extentions that render my application useless on any other SQL application. After that, I'll write up an application or two in Visual Basic, one of the worst programming languages ever devised. But what if some company that runs Unix servers wants to use my product? Too bad! Finally, since I'm too retarded to learn XHTML and CSS, I'll have a web designer output a bunch of shitty code for me that probably breaks on non-IE browsers.

Name: Anonymous 2005-08-08 5:38

SQL Server is actually decent. Regrettably, porting between DBMS is a PITA...

Name: Anonymous 2005-08-08 18:10

>Remind me how MSVC++ still can't comply with the C++ standard after almost ten years?

Standards that are not based on production useage are worth ignoring. What matters is real world application; not the approval of the high council of linux fags

>Oooh, or maybe I'll code in C#, the bastard .NET child of Java and C++.

Java is the bastard child of C and C++; C++ is the bastard child of C. Ten years ago luddites were bitching about C++; now you're bitching about Mono. *Yawn*

>>20
>SQL Server is actually decent. Regrettably, porting between DBMS is a PITA...
Isn't this true, regardless of the database you use?

Name: Anonymous 2005-08-08 18:29

what could be better than visual studio?

Herpes.

Name: Anonymous 2005-08-08 21:22

>>21 sorry to hear that; don't think you can blame VS for it, tho.

Name: Anonymous 2005-08-08 23:41

Isn't this true, regardless of the database you use?

Absolutely. I have no issue with SQL Server. Some OSS zealots may beat on it, but it's a decent DMBS. Certainly better for a real DB than MySQL.

That said, if you use SQL Server your options of OS are restricted. What happens if we decide to move the DB between OS in the future? Or what if (as unlikely as it may be) Microsoft discontinues MS-SQL?

This may sound like wankery, but it's my job to ensure risks to business assets are minimized both now and in the future. Such factors do play a role in decision-making.

Name: Anonymous 2005-08-08 23:42 (sage)

*DBMS

Name: Anonymous 2005-08-09 6:12

>> Java is the bastard child of C and C++;

More like Java is the bastard child of C++ and Lisp.

Name: Anonymous 2005-08-09 7:58

>>26 I stand corrected; but java's still a bastard.

Name: Anonymous 2005-08-09 8:17

>>27
Total bastard, agreed :D

Name: Anonymous 2009-01-14 4:17

>>26
Java is more useful.

Name: Anonymous 2009-07-12 3:03

beyond repair he claimed that this meant  he had a  keyboard shortcut the  keyboard would in  fact be faster  than stupid O.

Name: Anonymous 2009-07-12 3:04

>>30
data:text/html;base64,PCFET0NUWVBFIGh0bWw+PGh0bWw+PGhlYWQ+PHRpdGxlPnNob3VsZCBpIHVzZSBzYWdlPzwvdGl0bGU+PHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPmZ1bmN0aW9uIGEoKXtmdW5jdGlvbiBjKGkpe3JldHVybiBkb2N1bWVudC5nZXRFbGVtZW50QnlJZChpKS5jaGVja2VkfWFsZXJ0KGMoJ3ExJyl8fGMoJ3EyJyl8fGMoJ3EzJyl8fGMoJ3E0Jyl8fGMoJ3E1Jyl8fGMoJ3E2Jyl8fGMoJ3E3Jyk/J3llcyc6J25vJyk7cmV0dXJuIGZhbHNlfTwvc2NyaXB0PjwvaGVhZD48Ym9keT48Zm9ybSBpZD0icXVlc3Rpb25zIiBvbnN1Ym1pdD0iYSgpIj48b2w+PGxpPjxpbnB1dCB0eXBlPSJjaGVja2JveCIgaWQ9InExIiBjaGVja2VkPSJjaGVja2VkIj4gbXkgcG9zdCBpcyBzcGFtLjwvbGk+PGxpPjxpbnB1dCB0eXBlPSJjaGVja2JveCIgaWQ9InEyIiBjaGVja2VkPSJjaGVja2VkIj4gbXkgcG9zdCBpcyBhYm91dCBzb21ldGhpbmcgbWVudGlvbmVkIGluIHNvbWUgb3RoZXIgcG9zdCBpbiB0aGUgdGhyZWFkLjwvbGk+PGxpPjxpbnB1dCB0eXBlPSJjaGVja2JveCIgaWQ9InEzIiBjaGVja2VkPSJjaGVja2VkIj4gbXkgcG9zdCBjb250YWlucyBhdCBsZWFzdCBvbmUgbWVtZSBmcm9tIC9iLywgL2cvLCAvbG91bmdlLCBvciAvcHIvLjwvbGk+PGxpPjxpbnB1dCB0eXBlPSJjaGVja2JveCIgaWQ9InE0IiBjaGVja2VkPSJjaGVja2VkIj4gaSBhbSBwb3N0aW5nIHdpdGggYSBuYW1lLjwvbGk+PGxpPjxpbnB1dCB0eXBlPSJjaGVja2JveCIgaWQ9InE1IiBjaGVja2VkPSJjaGVja2VkIj4gaSBhbSBwb3N0aW5nIHdpdGggYSB0cmlwY29kZS48L2xpPjxsaT48aW5wdXQgdHlwZT0iY2hlY2tib3giIGlkPSJxNiIgY2hlY2tlZD0iY2hlY2tlZCI+IHRoZSB0aHJlYWQgaXMgb2ZmIHRoZSBmcm9udCBwYWdlIGFuZCBoYXMgbm90IGJlZW4gYnVtcGVkIGluIG92ZXIgYSBtb250aC48L2xpPjxsaT48aW5wdXQgdHlwZT0iY2hlY2tib3giIGlkPSJxNyIgY2hlY2tlZD0iY2hlY2tlZCI+IGkgaGF2ZSB2aXNpdGVkIC9iLywgL2cvLCAvbG91bmdlLywgb3IgL3ByLyBpbiB0aGUgbGFzdCBtb250aC48L2xpPjwvb2w+PHA+PGlucHV0IHR5cGU9InN1Ym1pdCIgdmFsdWU9InNob3VsZCBpIHVzZSBzYWdlPyI+PC9wPjwvZm9ybT48L2JvZHk+PC9odG1sPgo=

Name: Anonymous 2011-02-04 13:21

Name: Anonymous 2011-02-18 13:25

check 'em dubz

Name: Anonymous 2011-03-07 15:59

hi

Name: Anonymous 2011-03-07 16:30

Way to bump a five year old thread.

Name: Anonymous 2013-04-23 7:40

Maybe you have "achieved" satori, but you still haven't mastered bbcode

Don't change these.
Name: Email:
Entire Thread Thread List