Commercial Apps Using C#

  • Thread starter Thread starter mad NAT'er
  • Start date Start date
M

mad NAT'er

Can any one give me a few examples of commercially available apps written in
C#?
 
mad said:
Can any one give me a few examples of commercially available apps written in
C#?
Not something we sell externally, but we do have a database client software,
programmed by an external company for us.

Lots of Greetings!
Volker
 
MS Sql Server Management Studio
RedGate SQL Bundle
I believe the newest ACT contact manager

Well, to be fair, they could be VB.Net.. but it doesn't matter, you're
still targeting the same framework, and the IL code ends up being
pretty similar.
 
Only parts of it are. It hosts the runtime and utilizes it, but it is
not in C# completely, and you can't be sure that the parts that are used
that are managed are in C#.
 
| Visual Studio .NET is in C#..
|
|
No it's not. VS is C++, only some of the designers are C#.

Willy.
 
SourceGear's Vault is a source code control product written entirely in
C#.
 
mad said:
Can any one give me a few examples of commercially available apps written in
C#?

The SourceGear source control products
RoyaltyTracker by MetaCometSystems
Polar Help Desk by Polar
Intelligent search agents from Connotate


The first I knew about, the other three I found in *five minutes* on
Google.
 
Hello VJ,

BTW the VS.net and .NET are mainly buit on unmanaged code.

V> Visual Studio .NET is in C#..
V>
V> VJ
V>
V> V>---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Hello mad NAT'er,

What kind of app you are interesting?

there are a lot of commercial tools and libraries over there http://www.componentsource.com/;
Some parts of forthcomming version of Windows Vista are on managed code;
A lot of companies use .NET for their internal task

m> Can any one give me a few examples of commercially available apps
m> written in C#?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
I'm simply trying to get an idea of how C# is utilized. Is it mainly used
by businesses for internal applications and by smaller progamming shops for
smaller distributions or is it used to code large scale commercially
available applications. If not then why not?
 
Hello mad NAT'er,

it's hard to compare small apps with large scale apps by commercial rate.
Second one is seldom for selling, because it's conserning to the company
infrastructure. That's why u can't see thus number of enterprise apps on
the market.

The gist of C# in distributed apps, where is the performance, hardware and
low-level codding not the issue.
N-tiers systems, Web-apps are good areas for C#/.NET, for unmanaged language
it's time consuming


m> I'm simply trying to get an idea of how C# is utilized. Is it mainly
m> used by businesses for internal applications and by smaller
m> progamming shops for smaller distributions or is it used to code
m> large scale commercially available applications. If not then why
m> not?
m>
m> m>---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
We develop and sell an application called NexEDA for semiconductor factories
written in C#.
 
mad said:
Can any one give me a few examples of commercially available apps written in
C#?

the "CATALYST Control Center" by ATI needs the .net framework
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top