473,473 Members | 1,959 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Commercial applications (not library) written in C#

Hello.
This post is not about the C# language itself, but its usage in the
real world. I know a lot of commercial Windows desktop applications.
But actually I don't think any of them is written in C#. Some
applications do use C# but I think it's only a small part, and most of
the codes are written in C++. Is there any commercial application
written entirely (or mainly) in C#? Not .NET GUI components nor any
other libraries for .NET. Not freeware, not enterprise application,
server application, or custom software. I mean general commercial
Windows desktop applications like Microsoft Word, WinRAR and so on .

In fact, I've searched this news group for this subject and found a
post with the same subject, but it was more than two years old. I'd
like to know about current situation. I think Microsoft has been
making efforts to make C# one of the major programming languages for
Windows development.

PS : If there are commercial C# applications, do they all use
obfustication?
Jun 27 '08 #1
8 15380
On Jun 25, 5:42 pm, Sin Jeong-hun <typing...@gmail.comwrote:
This post is not about the C# language itself, but its usage in the
real world. I know a lot of commercial Windows desktop applications.
But actually I don't think any of them is written in C#. Some
applications do use C# but I think it's only a small part, and most of
the codes are written in C++. Is there any commercial application
written entirely (or mainly) in C#? Not .NET GUI components nor any
other libraries for .NET. Not freeware, not enterprise application,
server application, or custom software. I mean general commercial
Windows desktop applications like Microsoft Word, WinRAR and so on .
There are certainly some, although I wouldn't expect many products
with a long history to show up in the list.

From Microsoft:
Windows Live Writer

From a previous employer:
AudaEnterprise (see www.audatex.com and look at the UK) and other
products
PS : If there are commercial C# applications, do they all use
obfustication?
Some use obfuscation, but not all.

Jon
Jun 27 '08 #2
Well, the entire ide for Visual Studio is written in C# according to
Microsoft. A quick google search also said that Powerquest DriveImage
is a dotnet written program. I think the question is somewhat moot,
since the advantage of c++ is that it's so embedded into established
companies' development process and it's also more friendly towards
porting to mac versions et al. C++ also lends itself better to a nuts
and bolts approach to designing something from bare paper to your
exact wants, while "visual" languages are more about rad.

C# is probably dominant in internal corporate software, which, for all
I know, comprises the majority of software written. I'm sure some
folks will offer differing opinions, but there's a start.

Don't know about the obfuscation thing. Try to use ildasm on
devenv.exe!

Bob

Jun 27 '08 #3
On Jun 25, 12:42*pm, Sin Jeong-hun <typing...@gmail.comwrote:
Hello.
This post is not about the C# language itself, but its usage in the
real world. I know a lot of commercial Windows desktop applications.
But actually I don't think any of them is written in C#. Some
applications do use C# but I think it's only a small part, and most of
the codes are written in C++. Is there any commercial application
written entirely (or mainly) in C#? Not .NET GUI components nor any
other libraries for .NET. Not freeware, not enterprise application,
server application, or custom software. *I mean general commercial
Windows desktop applications like Microsoft Word, WinRAR and so on .
We write a commercial application for finantial institutions and it's
written in C#, A friend of mine that works in a fast food logistics
company use C# too, they are developing a POS system to be deployed in
all the franchises of the chain.

As you can see there are, but you will not see one of the familiar
oldies application being rewritten in C# Too costly IMHO
Jun 27 '08 #4
On Jun 25, 1:08*pm, RvGrah <rvgrahamsevaten...@sbcglobal.netwrote:
Well, the entire ide for Visual Studio is written in C# according to
Microsoft. A quick google search also said that Powerquest DriveImage
is a dotnet written program. I think the question is somewhat moot,
since the advantage of c++ is that it's so embedded into established
companies' development process and it's also more friendly towards
porting to mac versions et al.
FYI, MAC use Objective C as it's preferred language. and I do not see
a lot of apps being ported.

I think it has to do with a cost proposition. It's not very cost
effective to simply ditch years of C++ code simply to use C#
Jun 27 '08 #5
RvGrah wrote:
Well, the entire ide for Visual Studio is written in C# according to
Microsoft. A quick google search also said that Powerquest DriveImage
is a dotnet written program. I think the question is somewhat moot,
since the advantage of c++ is that it's so embedded into established
companies' development process and it's also more friendly towards
porting to mac versions et al. C++ also lends itself better to a nuts
and bolts approach to designing something from bare paper to your
exact wants, while "visual" languages are more about rad.

C# is probably dominant in internal corporate software, which, for all
I know, comprises the majority of software written. I'm sure some
folks will offer differing opinions, but there's a start.

Don't know about the obfuscation thing. Try to use ildasm on
devenv.exe!
I doubt you'll get very far - it's not a .NET executable...

It probably either hosts the .NET framework or has a (probably modified)
version of the framework 'built in'.

Alun Harford
Jun 27 '08 #6
On Jun 25, 8:42*pm, Sin Jeong-hun <typing...@gmail.comwrote:
Hello.
This post is not about the C# language itself, but its usage in the
real world. I know a lot of commercial Windows desktop applications.
But actually I don't think any of them is written in C#. Some
applications do use C# but I think it's only a small part, and most of
the codes are written in C++. Is there any commercial application
written entirely (or mainly) in C#? Not .NET GUI components nor any
other libraries for .NET. Not freeware, not enterprise application,
server application, or custom software. *I mean general commercial
Windows desktop applications like Microsoft Word, WinRAR and so on .
ATI display drivers control panel is, apparently, written in .NET.
Jun 27 '08 #7
On Jun 26, 6:54*pm, Pavel Minaev <int...@gmail.comwrote:
On Jun 25, 8:42*pm, Sin Jeong-hun <typing...@gmail.comwrote:
Hello.
This post is not about the C# language itself, but its usage in the
real world. I know a lot of commercial Windows desktop applications.
But actually I don't think any of them is written in C#. Some
applications do use C# but I think it's only a small part, and most of
the codes are written in C++. Is there any commercial application
written entirely (or mainly) in C#? Not .NET GUI components nor any
other libraries for .NET. Not freeware, not enterprise application,
server application, or custom software. *I mean general commercial
Windows desktop applications like Microsoft Word, WinRAR and so on .

ATI display drivers control panel is, apparently, written in .NET.
Yes, but that's sort of freeware. I mean ones that are actually sold
to common end-users.

Jun 27 '08 #8
MC
Lots of them. An example:

www.tipsoftware.com

This is a knowledge management tool for personnel managers.

I have lots of research software written in C#; see www.ai.uga.edu/caspr.

Jun 27 '08 #9

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

Similar topics

15
by: Polerio Babao Jr.II | last post by:
Please correct me if im wrong. I have depended much on python and wxpython gui apps. After a year of using python apps I was able to do good application written entirely in python. One big problem...
23
by: eeykay | last post by:
Hello All, I am trying to convince my client to use Python in his new product. He is worried about the license issues. Can somebody there to point me any good commercial applications developed...
5
by: Ken Dopierala Jr. | last post by:
Hi, I was wondering if there were any commercial applications out there that use .Net. Like games, accounting programs, and etc. I havn't seen any myself. I know a lot of web sites are built on...
17
by: Rich S. | last post by:
Hello Just like everyone else, I am excited about how easily one can create Windows applications with the .NET platform, but for shareware, I have some serious reservations 1. Your code can be...
5
by: Prakash T. | last post by:
Dear friends, This is Prakash from in India at tamilnadu. I am a MCA Student. Please answer the Que: Mention the type of applications which can be developed using C language? Thanks and...
25
by: mad NAT'er | last post by:
Can any one give me a few examples of commercially available apps written in C#?
14
by: John | last post by:
My friend told me that his company will migrate the VC++ win32 applications to C++ .NET windows applications. I don't understand why since currently Microsoft only supports .NET on windows...
6
by: Internet User | last post by:
Can anyone point me to examples of commercial software packages (i.e. sold through VARs or retail channels) that were programmed in VB.net? Thanks in advance.
3
by: auad | last post by:
Hi, I would like to know if there is any available .net library that allow me to create my own non-commercial applications in c# using the office 2007 UI ribbon controls. Thanks, Auad
0
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...
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,...
1
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...
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,...
1
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.