C# Standard Vs Professional

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know what features are missing from the standard edition of C# (retails for $109) vs the professional edition (which as far as I know is only available by purchasing visual studio, and we all know how much that costs!)?

Thanks
-JW
 
Hi JW if you dont want expense, I used to use a very good IDE call
SharpDevelop (google for it). It is open source and very good. (Ive now
subscribed to MSDN though cos Vis Studio is probably the best around.

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
JW said:
Does anyone know what features are missing from the standard edition of C#
(retails for $109) vs the professional edition (which as far as I know is
only available by purchasing visual studio, and we all know how much that
costs!)?
 
The most important difference is that you cannot create class library
(the-file-type-formerly-known-as-DLL) projects.
You can only cerate standalone executables, or use the command-line compiler
to create libraries.

Niki
 
Niki said:
The most important difference is that you cannot create class library
(the-file-type-formerly-known-as-DLL) projects.
You can only cerate standalone executables, or use the command-line compiler
to create libraries.

That's not true. I use VC# Standard 2003 and can create class library
projects with it.
 
It's *horrible*.

Mark Broadbent said:
Hi JW if you dont want expense, I used to use a very good IDE call
SharpDevelop (google for it). It is open source and very good. (Ive now
subscribed to MSDN though cos Vis Studio is probably the best around.

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
C#
(retails for $109) vs the professional edition (which as far as I know is
only available by purchasing visual studio, and we all know how much that
costs!)?
 
well for 0 bucks it is very good in my opinion. Tried borlands effort -not
impessed. Obviously studio 2003 is the DADDY but it costs money.

What do you think is the best open source IDE?

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
 
It's *horrible*.

Thank you for a very useful and constructive contribution. In my
opinion, it is the single most stupendous IDE I have ever seen.

Jan Roelof
 
Jan said:
Thank you for a very useful and constructive contribution. In my
opinion, it is the single most stupendous IDE I have ever seen.

Stupendous as in /large/, or as in /marvellous/?
 
Mark Broadbent said:
well for 0 bucks it is very good in my opinion. Tried borlands effort -not
impessed. Obviously studio 2003 is the DADDY but it costs money.

What do you think is the best open source IDE?

If you're not limiting yourself to C#, Eclipse is the nicest one I've
used, personally...
 
ya i was talkin bout C# IDE but I'll try out eclipse out of interest.
Thanks.

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
 
you little tinker! You still havent given me an alternative :D

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
 
Mark said:
you little tinker! You still havent given me an alternative :D

Oh, I thought you were asking Bonj - sorry.

The best I've tried is MS's IDE.

Borland's was pretty nice, but it kept crashing my application in debug
mode for no apparent reason.

I liked SharpDevelop too, but it didn't have integrated debugging last
time I tried it. It has a nice editor, though, with syntax highlighting
for several different elements.
 
yeah your spot on about all of those. 2003 is certainly the best (read
comprehensive). Found SharpDevelop great for simple quick development e.g.
console apps, simple winforms (plus it costs nowt)

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top