Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 23rd, 2005, 12:39 PM   #1
Arla
Professional Programmer
 
Arla's Avatar
 
Join Date: Mar 2005
Posts: 332
Rep Power: 4 Arla is on a distinguished road
Visual C# Express vs SharpDevelop

Given that (for the Windows PC) these I believe are the two main free (currently at least) development environments, I was wondering what peoples comments were, I've not tried Visual C# Express but I'm wondering what those who have tried it think (what is good, what is bad?)

Currently I use SharpDevelop, in my mind it works fairly well, the main issue I have with it is the lack of Debugger, which isn't a huge problem for me (given that I am mostly a mainframe programmer so am quite used to having the equivalent of writeline statements everywhere) but I can see it being an issue for others who are more used to IDE's that include debuggers.

I've also noticed that occasionally sharp develops folding logic seems to get a bit confused, and that occasionally the autofill feature doesn't work as well as it might (although mainly this is when I change an external class while working on a project).
Arla is offline   Reply With Quote
Old Jun 24th, 2005, 12:11 AM   #2
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
One word: Refactoring. Visual C# has it, others don't.
One more: Improved Intellisence

you can also use common sence. a product developped by a large company and costs hundreds of dollars is offered for free Versus an open source product coded by some bored kids
OpenLoop is offline   Reply With Quote
Old Jun 24th, 2005, 1:04 AM   #3
BlazingWolf
Hobbyist Programmer
 
Join Date: Sep 2004
Posts: 207
Rep Power: 5 BlazingWolf is on a distinguished road
Quote:
Originally Posted by OpenLoop
you can also use common sence. a product developped by a large company and costs hundreds of dollars is offered for free Versus an open source product coded by some bored kids
Have you ever (tried to use) used Windows ME? You could have a better experience using linux even if you had no clue what you were doing just because ME sucks that much.

And the people that made #develop are very good programmers they are far from just bored kids.

And it's sense not sence. :p
__________________
_______________________________
BlazingWolf
BlazingWolf is offline   Reply With Quote
Old Jun 24th, 2005, 2:01 AM   #4
melbolt
Professional Programmer
 
melbolt's Avatar
 
Join Date: Feb 2005
Location: PA, USA
Posts: 254
Rep Power: 4 melbolt is on a distinguished road
does the express version allow you to sell your programs?

i know the student version doesn't legally allow you to do that. just wondering, cause express is very cheap and affordable.

but yea, intellisense is worth every penny, this is one thing you can pat Microsoft on the back for.
__________________
I have never let my schooling interfere with my education. -Mark Twain-

Xbox live gamertag: melbolt
melbolt is offline   Reply With Quote
Old Jun 24th, 2005, 2:29 AM   #5
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Quote:
Originally Posted by BlazingWolf
ME sucks that much.
Maybe I generalized which is wrong but have you used Windows Xp, and compared it to what's out there these days? I spent 3 weeks to get my wireless card to work on Fedora core II VS 13 minutes on Windows Xp why? because redhat only cares about functionality of their product while Microsoft tries to be innovative and have usable products that actually make some senSe

Besides,I've been using visual studio for over two years and by far it is the best compared to Bloodshed, Borland, Anjuta, ...
OpenLoop is offline   Reply With Quote
Old Jun 24th, 2005, 9:55 AM   #6
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Quote:
Originally Posted by OpenLoop
Maybe I generalized which is wrong but have you used Windows Xp, and compared it to what's out there these days? I spent 3 weeks to get my wireless card to work on Fedora core II VS 13 minutes on Windows Xp why? because redhat only cares about functionality of their product while Microsoft tries to be innovative and have usable products that actually make some senSe

Besides,I've been using visual studio for over two years and by far it is the best compared to Bloodshed, Borland, Anjuta, ...

just so you knwo alot of the time, linux drivers (for hardware) are coded by the community, the reason that your card didn't work very well is because hardware manufactures offten only make drivers for windows. That's why a little research before you by and hardware will go a long way. Also red hat sucks :-P

yeah.....now just wait for the flames to flame up.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Jun 24th, 2005, 10:38 AM   #7
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,473
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Lets start WWIII over slackware and fedora core

Everyone has there preferences of operating systems, windows vs linux, the smart people use them both and are flexible in learning new things Although, I do agree that Windows ME sucks! I've never used Visual C# Express, but I have used Sharp Develop and it suits my purposes just fine.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Jun 24th, 2005, 11:38 AM   #8
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
I prefer Visual C# Express to SharpDevelop, having tried them both. I'd still pick Visual C# Standard Edition 2003 over both, though.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jun 24th, 2005, 2:37 PM   #9
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,473
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Having typed my repsonse above, just thought I should let you know that I use MS Visual Studio .NET most of the time.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Jun 24th, 2005, 5:23 PM   #10
BlazingWolf
Hobbyist Programmer
 
Join Date: Sep 2004
Posts: 207
Rep Power: 5 BlazingWolf is on a distinguished road
Quote:
Originally Posted by OpenLoop
Maybe I generalized which is wrong but have you used Windows Xp, and compared it to what's out there these days? I spent 3 weeks to get my wireless card to work on Fedora core II VS 13 minutes on Windows Xp why? because redhat only cares about functionality of their product while Microsoft tries to be innovative and have usable products that actually make some senSe

Besides,I've been using visual studio for over two years and by far it is the best compared to Bloodshed, Borland, Anjuta, ...
XP and ME don't compare. I said ME :p. It was just a example that a large company can make a shitty product worth hundrends of dollars.

I was challenging your common sense.
__________________
_______________________________
BlazingWolf
BlazingWolf is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:10 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC