microsoft c# vs Borland c# builder

  • Thread starter Thread starter Serdar C.
  • Start date Start date
S

Serdar C.

i am about to buy a c# program and i dont know which one to buy. what are
the advantages of MS c# and borland c# builder? what do we get when we
compare these 2 products?
 
Very compelling Julian. Would you know to which extent C# Builder
imposes itself on a developer so as to enforcesuch a constraint?


--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/
 
clintonG said:
Very compelling Julian. Would you know to which extent C# Builder
imposes itself on a developer so as to enforcesuch a constraint?

I have it on here. As I understand it, you simply aren't allowed to
sell anything you make with it.
 
i am about to buy a c# program and i dont know which one to buy. what are
the advantages of MS c# and borland c# builder? what do we get when we
compare these 2 products?

"C#Builder vs. VS .NET: Choose Wisely

With Borland's new C#Builder, VS.NET now has a real competitor. Both
are great tools, but which will work best for you?"

http://www.c-sharppro.net/features/2003/11/cs200311jm_f/cs200311jm_f.asp

Cheers!
Marc

================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
Serdar said:
i am about to buy a c# program and i dont know which one to buy. what
are the advantages of MS c# and borland c# builder? what do we get
when we compare these 2 products?

First, just to be clear, I am a Borland Employee, so obviously my
comments will be colored slightly ;-)

C# builder, has some additions that might be compelling under some
circumstances, namely MDA and database connectivity.

MDA, Model driven architecture, C# builder includes a technology called
ECO (enterprise core objects) this is a pretty exciting technology and
provides a mechanism to implement your UML model directly, and also to
provide a persistence framework that will auto"magically" persist your
business model.

Database connectivity, C# builder provides providers that give native
access to Oracle, Db2, Interbase and others (sybase for example is
coming soon) this is not in addition to ADO.NET, these drivers are
ADO.NET providers on steroids, they also provide the ability to preview
data in the designer, and to migrate from one platform to another with
just the change of a property (well a couple of properties actually)

Now in the interests of fairness, VS is also a pretty solid IDE, both
C# builder and VS use the same compiler and forms designers(included
with the framework sdk) both IDE's install the framework sdk. Most
sofware examples and resources on the net assume VS and there is more
3rd party plugins for VS.

Hope that helps, I hope I haven't confused the issue.

Rgds Tim Jarvis.

Borland UK Ltd Professional Services Organisation.
 
Back
Top