473,782 Members | 2,534 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET vs. Oracle Developer

Hi,

This may be a newbie question though but we're about to start a large s/w
project (it will be a scalable "accounting and budget program" in a large
scale) and we're planning to develop it in C#, while our customer is leaning
towards Oracle Developer because their IT dept.'s past experience has on it.
They have also mentioned to us in a meeting to benefit from Oracle's Finance
Tools. Would you please give me strong arguments to convince them (and me!)
why we should choose MS .NET (or C# especially) as the development platform
vs. Oracle Developer? This may include (but not limited to) performance,
scalibility, security and usability considerations for both developer and
customer.

At DB side, they will be using Oracle, but I think this won't be a problem
with a good ODBC driver. Does MS give native support to Oracle in their
ADO.NET implementations ? I'm looing forward to hearing from you soon.

All your help and contributions are greatly appeciated.

Thanks in advance
Sincerely,

Orhan Aykut
Software Engineer, Belbim AS
o.*****@belbim. com.tr
Jul 21 '05 #1
1 2776
Orhan:
"Orhan Aykut" <or*********@ho tmail.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Hi,

This may be a newbie question though but we're about to start a large s/w
project (it will be a scalable "accounting and budget program" in a large
scale) and we're planning to develop it in C#, while our customer is leaning towards Oracle Developer because their IT dept.'s past experience has on it. They have also mentioned to us in a meeting to benefit from Oracle's Finance Tools. Would you please give me strong arguments to convince them (and me!) why we should choose MS .NET (or C# especially) as the development platform vs. Oracle Developer? This may include (but not limited to) performance,
scalibility, security and usability considerations for both developer and
customer.

Past experience is a big thing and Oracle Developer is a great tool. I
don't know the specific situation but I can think of many reasons why C#
would be a great choice.

1) You can talk to just about any db backend including Comma Delimmeted
files, Excel files, xml etc.
2) You can build your code in such a way that you can use the same classes
to access data from a PDA, a Web page, a web service or a desktop
application. You may have no need for some of those mediums at the moment,
but if you did in the future, the transition is very straightforward .
3) C# is a very cool and powerful NEW language and the IDE allows one to be
very very productive. I haven't used Developer since 2000 so I can't really
speak to it, but one can get very productive wtih C# in a very short amount
of time
4) VB.NET developers, Java Developers, C++ developers and C# developers can
all write in their language of choice and the corresponding assemblies can
integrate seamlessly with each other. Therefore you aren't locked into one
language and you can let developers focus on their strengths.
5) The support for things like Windows Services, MessageQueues and
networking is very very strong
6) The disconnected methodology of ADO.NET is very very powerful. You can
relieve stress on your network and db, and since you can cache data locally,
you could possibly have all of your users start a session, take the Database
down for a few hours for maintenance, then bring it back up, have your users
finish what they were doing, and no one would ever know. YOu can also
easily implement a solution wherein if there is a db failure, the data is
written locally to XML and can be submitted back to the db later on when you
know the DB is available.
7) The way ADO.NET ( and the whole framework for that matter) implements
interfaces, it would be very easy to write your app in such a way that it
could be ported to another db in the future with relative ease or you could
build onto your existing app and provide addiotional support very easily
8) The support for Add-Ins and Plug-Ins in Visual Studio .NET is superb.
This can really allow some time saving advances
9) There are many great 3rd party tools for everything from UI to Data
Access that can really shrink development time At DB side, they will be using Oracle, but I think this won't be a problem
with a good ODBC driver. Does MS give native support to Oracle in their
ADO.NET implementations ? I'm looing forward to hearing from you soon.

All your help and contributions are greatly appeciated.

Thanks in advance
Sincerely,

Orhan Aykut
Software Engineer, Belbim AS
o.*****@belbim. com.tr
In the 1.0 Framework you have to go through OleDb but in the 1.1 framework
there is a native library for Oracle, OracleClient. I haven't used it
extensively but my experience with it has been very pleasant

Also, the new 2.0 Framework is going to provide some really amazing features
particularly in ADO.NET. It's a while off so I won't elaborate on it, but
it will truly speed up development and provide for much more responsive and
highspeed apps.

If you have any specific info about the project, I'd be glad to address it
specifically. Like I said, I haven't used Developer for 4 years and
although I really really liked it, C# and .NET are the coolest things I've
worked with.

HTH,

Bill

Jul 21 '05 #2

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

Similar topics

3
10985
by: Nathan Sokalski | last post by:
When I attempt to run a form created with Oracle9i Forms Builder I receive a dialog box asking for the following info: User Name: Password: Database: I obviously know my User Name and Password, and I assume that the value I use for Database is the value found in the tnsnames.ora file (in my case, ORCL). However, when I do this I receive the following error:
13
17723
by: Lig | last post by:
We have an implementation of Oracle 9i database. We have a team of 20 developers working on a project. We use PL/SQL DEVELOPER and Visual Source Safe to cotrol the source. The problem we have at the moment is one of version control.For the moment, 2 developers can edit and compile a package.Because the package is compiled on the DB Server,It is possible that a source being edited by a developer could be overwritten by another.There is...
11
10758
by: jrefactors | last post by:
I want to know the differences between SQL Server 2000 stored procedures and oracle stored procedures? Do they have different syntax? The concept should be the same that the stored procedures execute in the database server with better performance? Please advise good references for Oracle stored procedures also. thanks!!
11
17062
by: Rosco | last post by:
Does anyone have a good URL or info whre Oracle and Access are compared to one another in performance, security, cost etc. Before you jump on me I know Oracle is a Cadillac compared to Access the Ford Fairlane. I need this info to complete a school project. Thanks.
4
7172
by: Corrado Valiente | last post by:
Hi all, I am thinking about becoming an Oracle developer. I have experience with Centura Team Developer AKA SQLWindows, this is a front-end developer environment for a variety of of database servers: Oracle, MS SqlServer, Informix etc. What is it like to work with the Oracle developer environment? Is it nice or rather ok or so-so, or do you love it? For instance, does it have a nice debugger, is it intuitive, logical, effective,...
0
1975
by: anneeny | last post by:
Hi there... My company has implemented Oracle Financials and Project applications in 1999 as a part of Y2K project. Oracle 11.0.3 Applications are implemented in 3-tier configuration as per the details given below:- Database Tier: The database tier consists of Intel Server running Windows 2000. This server is dedicated to host ORACLE FINANCIALS DATABASES (8i Enterprise Edition with 8.1.7.4.6 patch set) both for the production and test...
4
5746
by: --CELKO-- | last post by:
I need to convert a bunch of DB2 triggers to Oracle. Is there any kind of tools for this?
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10313
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10080
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9944
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8968
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7494
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5378
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4044
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.