473,403 Members | 2,366 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

Borlands C# IDE

JJ
Hi All,

Was just wondering if anybody here has used Borlands C#
IDE and if they like? What do you like about it and what
does it have that VS Net doesn't ?
Thanks,

JJ
Nov 15 '05 #1
14 1489

"JJ" wrote...
Was just wondering if anybody here has
used Borlands C# IDE and if they like?
The two alternatives I know of to compete with VS.NET are

Borlands C#Builder (free for personal use only)
http://bdn.borland.com/csharp/0,1419,13,00.html

and SharpDevelop (totally free, open source)
http://www.icsharpcode.net/OpenSource/SD/

I consider C#Builder a bit more stable than SharpDevelop, and a bit more
compatible with VS.NET than SharpDevelop, though SharpDevelop has the
advantage to be able to use for VB.NET as well as C#.

If I didn't already have VS.NET, I'd go for C#Builder even if it has some
bugs (freezes on occasions, don't always find all files when you try to open
an existing project)
What do you like about it and what
does it have that VS Net doesn't ?


I don't think it had anything that VS.NET doesn't, but I can be wrong. I
only had it installed for a short time, so there could be options or
facilities I have missed.

What I liked about C#Builder as opposed to SharpDevelop was the
compatibility with VS.NET. If you created a Form in it, the code generated
was equal to what was generated in VS.NET, and could hence be lifted from
one of the IDEs to the other.

Just my 2c

// Bjorn A
Nov 15 '05 #2
Bjorn Abelli wrote:
I don't think it had anything that VS.NET doesn't, but I can be wrong. I
only had it installed for a short time, so there could be options or
facilities I have missed.


Hmmm... doyou know if VS.NET have that feature to create UML
representation from code that C# Builder has?
Nov 15 '05 #3

"Natan" wrote...
Bjorn Abelli wrote:
I don't think it had anything that VS.NET doesn't, but
I can be wrong. I only had it installed for a short time,
so there could be options or facilities I have missed.


Hmmm... do you know if VS.NET have that feature to create UML
representation from code that C# Builder has?


In combination with MS Visio it does have that possibility to some degree,
but not by itself AFAIK.

// Bjorn A
Nov 15 '05 #4
As far as I'm aware, VS.NET does not have the built-in capability to create
UML diagrams from the source code.

I come to C# and .NET from the Java world, and in it I used Borland JBuilder
9 Enterprise. JBuilder has the best code (text) editor I've ever come
across. Discovering compilation errors prior to compiling was my favorite
feature. I virtually never had a compile error. However, JBuilder's GUI
editor was severely lacking when directly compared to VS.NET's, but that
might be attributable to the relative weirdness of the Swing framework.

I have not tried C#Builder yet, but I probably will when I have some time to
muck around with it. In stock form, VS.NET's code editor is inferior to
JBuilder's. However I have managed to make the IDE livable by purchasing a
VS.NET code-editing plugin called Visual Assist by Whole Tomato Software.
Using it along with VS.NET's built-in features brings the code editor to
about 90% of where JBuilder's is. The big missing piece is still the
consistent and reliable discovery of compile errors before compilation.

Check out Visual Assist here...it's a must-have little plugin with a free
trial period:
http://www.wholetomato.com/index.html

Enjoy,
Will.
Nov 15 '05 #5
"Bjorn Abelli" <bj**********@DoNotSpam.hotmail.com> wrote in news:#
4w*************@TK2MSFTNGP09.phx.gbl:
In combination with MS Visio it does have that possibility to some degree,
but not by itself AFAIK.


Borland also plans to further integrate ECO and other tools that shipped with
D8.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Nov 15 '05 #6
"JJ" <an*******@discussions.microsoft.com> wrote:
Hi All,

Was just wondering if anybody here has used Borlands C#
IDE and if they like? What do you like about it and what
does it have that VS Net doesn't ?
Thanks,

JJ


I like it. It's very much what I'm used to as I've been using Borland
IDEs for quite a while. Although I've never tried MS' C# IDE so I
can't make that comparison.
Nov 15 '05 #7
Will wrote:
I have not tried C#Builder yet, but I probably will when I have some time to
muck around with it. In stock form, VS.NET's code editor is inferior to
JBuilder's. However I have managed to make the IDE livable by purchasing a
VS.NET code-editing plugin called Visual Assist by Whole Tomato Software.
Using it along with VS.NET's built-in features brings the code editor to
about 90% of where JBuilder's is. The big missing piece is still the
consistent and reliable discovery of compile errors before compilation.


In my opinion, VS.NET is a great editor. I only think it's too big...
really huge! Well, i have space in my hard disk, but compared to C#
Builder for example that takes ~80mb.

VS.NET can check for compiler errors before compiling, much like msword
underlines in red words he don't know, and C# builder too.

The things i don't like in C# Builder is that it reminds me of delphi
=p. And when you type "this." and press the dot, the code completion
appears and there are no color icons to show what is a
property/member/method... but the word "method" or "property" instead.
although it's not a big deal.. =)

[]'s
Nov 15 '05 #8
"JJ" <an*******@discussions.microsoft.com> wrote in message
news:1e****************************@phx.gbl...
Hi All,

Was just wondering if anybody here has used Borlands C#
IDE and if they like? What do you like about it and what
does it have that VS Net doesn't ?

Hi JJ,

The best way to know is to consider what features of an IDE are important to
you. Then do a test drive on each. Fortunately, you can get trial versions
for both VS.NET and C#Builder.

VS.NET Trial
http://msdn.microsoft.com/vstudio/pr...l/default.aspx

C#Builder Trial
http://www.borland.com/products/down...rpbuilder.html

Here's an article I wrote for C# Pro in November:
http://www.c-sharppro.com/features/2...200311jm_f.asp

Joe
--
http://www.csharp-station.com
Nov 15 '05 #9
I've used both. C# builder is good if you want to do data modeling. It has
built in support for it. VS doesn't, although you can use visio. That's not
built in support. Builder is awesome with live data. VS can't do that.
Builder will allow you to manipulate live data in design mode. Delphi
products always had that capability. MS never supported it. Builder offers
extra controls not available in studio.

MS is more mainstream. there are other minor differences, but basically the
main difference is modeling. builder is good if you want to model data with
the editor being able to generate code on the fly to establish object
relationships, keeping that data in sync in realtime.

they curiously have the same bugs as well. borland had help from microsoft
building their product hence the reason for the bugs. If modelling is not
your thing, there is practically no difference between the two. The target
audience for builder doesn't step on the toes of studio, builder being
targetted to the modelling/programming audience.

--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Joe Mayo" <jm***@nospamAtCSharpDashStation.com> wrote in message
news:O4**************@TK2MSFTNGP12.phx.gbl...
"JJ" <an*******@discussions.microsoft.com> wrote in message
news:1e****************************@phx.gbl...
Hi All,

Was just wondering if anybody here has used Borlands C#
IDE and if they like? What do you like about it and what
does it have that VS Net doesn't ?

Hi JJ,

The best way to know is to consider what features of an IDE are important

to you. Then do a test drive on each. Fortunately, you can get trial versions for both VS.NET and C#Builder.

VS.NET Trial
http://msdn.microsoft.com/vstudio/pr...l/default.aspx

C#Builder Trial
http://www.borland.com/products/down...rpbuilder.html

Here's an article I wrote for C# Pro in November:
http://www.c-sharppro.com/features/2...200311jm_f.asp

Joe
--
http://www.csharp-station.com

Nov 15 '05 #10
I've used both. C# builder is good if you want to do data modeling. It has
built in support for it. VS doesn't, although you can use visio. That's not
built in support. Builder is awesome with live data. VS can't do that.
Builder will allow you to manipulate live data in design mode. Delphi
products always had that capability. MS never supported it. Builder offers
extra controls not available in studio.

MS is more mainstream. there are other minor differences, but basically the
main difference is modeling. builder is good if you want to model data with
the editor being able to generate code on the fly to establish object
relationships, keeping that data in sync in realtime.

they curiously have the same bugs as well. borland had help from microsoft
building their product hence the reason for the bugs. If modelling is not
your thing, there is practically no difference between the two. The target
audience for builder doesn't step on the toes of studio, builder being
targetted to the modelling/programming audience.

--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Joe Mayo" <jm***@nospamAtCSharpDashStation.com> wrote in message
news:O4**************@TK2MSFTNGP12.phx.gbl...
"JJ" <an*******@discussions.microsoft.com> wrote in message
news:1e****************************@phx.gbl...
Hi All,

Was just wondering if anybody here has used Borlands C#
IDE and if they like? What do you like about it and what
does it have that VS Net doesn't ?

Hi JJ,

The best way to know is to consider what features of an IDE are important

to you. Then do a test drive on each. Fortunately, you can get trial versions for both VS.NET and C#Builder.

VS.NET Trial
http://msdn.microsoft.com/vstudio/pr...l/default.aspx

C#Builder Trial
http://www.borland.com/products/down...rpbuilder.html

Here's an article I wrote for C# Pro in November:
http://www.c-sharppro.com/features/2...200311jm_f.asp

Joe
--
http://www.csharp-station.com

Nov 15 '05 #11
> As far as I'm aware, VS.NET does not have the built-in capability to
create UML diagrams from the source code.


I believe the Enterprise Architect version of Visual Studio .NET has
connectivity with Visio for Enterprise Architects, and in fact there's a
book dedicated to the subject:

Professional UML with Visual Studio .NET
http://www.amazon.com/exec/obidos/ASIN/0764543768/

I was tempted to purchase it at some point, since I have just recently been
exposed to the wonders of UML...

Hope this helps!

Evan Stone | Petaluma, CA
----------------------------------------------
C# Padawan Learner

Nov 15 '05 #12
Yes it may be wonderful but unless those tools are 100% integrated and
update as you code, or you have a rigours adhere to the design or dont code
approach, then what you finish and ship may end up different from the UML
model you started with :D

"Evan Stone" <as**@zxcvb.org> wrote in message
news:#C**************@TK2MSFTNGP10.phx.gbl...
As far as I'm aware, VS.NET does not have the built-in capability to
create UML diagrams from the source code.
I believe the Enterprise Architect version of Visual Studio .NET has
connectivity with Visio for Enterprise Architects, and in fact there's a
book dedicated to the subject:

Professional UML with Visual Studio .NET
http://www.amazon.com/exec/obidos/ASIN/0764543768/

I was tempted to purchase it at some point, since I have just recently

been exposed to the wonders of UML...

Hope this helps!

Evan Stone | Petaluma, CA
----------------------------------------------
C# Padawan Learner

Nov 15 '05 #13
And that's the big problem with Visio -- no round-tripping. Without that
ability, it's not quite useless, but it's pretty close. We've been
evaluating Rational XDE for VS.Net. Very nice tool. Very expensive,
though.
<.> wrote in message news:eG**************@TK2MSFTNGP09.phx.gbl...
Yes it may be wonderful but unless those tools are 100% integrated and
update as you code, or you have a rigours adhere to the design or dont code approach, then what you finish and ship may end up different from the UML
model you started with :D

"Evan Stone" <as**@zxcvb.org> wrote in message
news:#C**************@TK2MSFTNGP10.phx.gbl...
As far as I'm aware, VS.NET does not have the built-in capability to
create UML diagrams from the source code.


I believe the Enterprise Architect version of Visual Studio .NET has
connectivity with Visio for Enterprise Architects, and in fact there's a
book dedicated to the subject:

Professional UML with Visual Studio .NET
http://www.amazon.com/exec/obidos/ASIN/0764543768/

I was tempted to purchase it at some point, since I have just recently

been
exposed to the wonders of UML...

Hope this helps!

Evan Stone | Petaluma, CA
----------------------------------------------
C# Padawan Learner


Nov 15 '05 #14
> We've been evaluating Rational XDE for VS.Net.
Very nice tool. Very expensive, though.


Indeed.

....and if the round-tripping in Visio is iffy, that's a problem too. Good to
hear that Borland is giving attention to this important subject.

Evan Stone | Petaluma, CA
----------------------------------------------
C#/.NET Padawan Learner

Nov 15 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: AndyW | last post by:
Hi folks, I need to do some java UI development using Swing. I would like to use a visual editor since I dont have the time to hand code everything. So far I have tried eclipse (3) and...
6
by: Bryan Gan | last post by:
Dear all, Can I know is there any improvement if develop COM under .NET comparing to develop COM using VC6? thanks.
54
by: sks_cpp | last post by:
What is a type_info function, more particularly, what is a type_info node? Are these related to the vtable by any means? I have seen linker errors such as: "undefined reference to SomeClass...
192
by: Kwan Ting | last post by:
The_Sage, I see you've gotten yourself a twin asking for program in comp.lang.c++ . http://groups.google.co.uk/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&th=45cd1b289c71c33c&rnum=1 If you the oh so mighty...
2
by: mihakriket | last post by:
I want to program for the Windows platform, but I want to know if their is a open source or free IDE to create Windows application with a WYSIWYG screen? I cannot afford a Visual C++ or Borlands...
15
by: windozbloz | last post by:
Bye Bye Billy Bob... I'm back with one more question, then I'll chill. I have scoured the news and net for info about Borlands KYLIX 3 and have found little technical info about it. Their...
1
by: Steven O. | last post by:
I am basically a hobbyist programmer, at the moment doing a little work experimenting with some AI stuff. I learned C++, and then tried to teach myself MFC using MS Visual C++ 6.0. I swore off of...
11
by: TGF | last post by:
I am wondering if it is feasible to use .NET for applications that have to be very fast. We have a few applications that are blazingly fast, written in Borland C++ using Borland C++ Builder. We...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.