473,385 Members | 1,829 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,385 software developers and data experts.

Commercial Apps Using C#

Can any one give me a few examples of commercially available apps written in
C#?
May 10 '06 #1
25 2378
mad NAT'er schrieb:
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
--
For email replies, please substitute the obvious.
May 10 '06 #2
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.

May 10 '06 #3
VJ
Visual Studio .NET is in C#..

VJ

"Andy" <aj*****@alum.rit.edu> wrote in message
news:11**********************@j33g2000cwa.googlegr oups.com...
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.

May 10 '06 #4
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#.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"VJ" <vi********@yahoo.com> wrote in message
news:eF**************@TK2MSFTNGP05.phx.gbl...
Visual Studio .NET is in C#..

VJ

"Andy" <aj*****@alum.rit.edu> wrote in message
news:11**********************@j33g2000cwa.googlegr oups.com...
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.


May 10 '06 #5

"VJ" <vi********@yahoo.com> wrote in message
news:eF**************@TK2MSFTNGP05.phx.gbl...
| Visual Studio .NET is in C#..
|
|
No it's not. VS is C++, only some of the designers are C#.

Willy.
May 10 '06 #6
SourceGear's Vault is a source code control product written entirely in
C#.

mad NAT'er wrote:
Can any one give me a few examples of commercially available apps written in
C#?


May 10 '06 #7

mad NAT'er wrote:
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.

--
Larry Lard
Replies to group please

May 10 '06 #8
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> "Andy" <aj*****@alum.rit.edu> wrote in message
V> news:11**********************@j33g2000cwa.googlegr oups.com...
V>
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.

---
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
May 10 '06 #9
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
May 10 '06 #10
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?
"Michael Nemtsev" <ne*****@msn.com> wrote in message
news:9c**************************@msnews.microsoft .com...
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

May 10 '06 #11
Doh; I should have known that, I use Vault!

May 10 '06 #12
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> "Michael Nemtsev" <ne*****@msn.com> wrote in message
m> news:9c**************************@msnews.microsoft .com...
m>
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

---
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
May 10 '06 #13
We develop and sell an application called NexEDA for semiconductor factories
written in C#.

"mad NAT'er" <ma****@nospam.com> wrote in message
news:j4*******************@bignews1.bellsouth.net. ..
Can any one give me a few examples of commercially available apps written
in C#?

May 10 '06 #14
mad NAT'er wrote:
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

--
http://www.jockersoft.com

May 11 '06 #15

Andy wrote:
Doh; I should have known that, I use Vault!


Is it a good product? I've never used it.

May 11 '06 #16
I wanted to write how great it was, but perhaps it would be better if you
had a look for yourself.

Download / install the no-cost, one user named license version of

Vault - http://www.sourcegear.com/vault/downloads.html

or

Dragnet - http://www.sourcegear.com/dragnet/downloads.html
Jeff Clausius
SourceGear
"Brian Gideon" <br*********@yahoo.com> wrote in
news:11*********************@i39g2000cwa.googlegro ups.com:

Andy wrote:
Is it a good product? I've never used it.

May 11 '06 #17
Thanks Jeff. I'll take a look!

Jeff Clausius wrote:
I wanted to write how great it was, but perhaps it would be better if you
had a look for yourself.

Download / install the no-cost, one user named license version of

Vault - http://www.sourcegear.com/vault/downloads.html

or

Dragnet - http://www.sourcegear.com/dragnet/downloads.html
Jeff Clausius
SourceGear


May 11 '06 #18
>Can any one give me a few examples of commercially available apps written in
C#?


How about SharpDevelop? A C# IDE written *entirely* in C#.

http://icsharpcode.net

May 11 '06 #19
"Randolpho" <ra*******@gmail.com> wrote in message
news:11**********************@i40g2000cwc.googlegr oups.com...
Can any one give me a few examples of commercially available apps written
in
C#?


How about SharpDevelop? A C# IDE written *entirely* in C#.

http://icsharpcode.net


Have you used this? Is it useful?
May 11 '06 #20
Jeff Clausius <je***@raegecruos.com> wrote:
I wanted to write how great it was, but perhaps it would be better if you
had a look for yourself.

Download / install the no-cost, one user named license version of

Vault - http://www.sourcegear.com/vault/downloads.html


While you're doing that, you can also download/install the no-cost,
unlimited user, no-need-to-enter-a-name version of Subversion at
http://subversion.tigris.org

(It's definitely worth comparing SCMs - each has various things going
for it, apart from VSS which has no redeeming features that I'm aware
of.)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
May 11 '06 #21
>Have you used this? Is it useful?

Yes and Yes.

It's not as good as Visual Studio, though, and with Visual C# 2005
Express now fully free, it's probably going to go the way of the dodo.

May 11 '06 #22
Don't think #Develop will go the way of the DoDo. I've used the
Express version; no source integration, not being able to attach to
processes (other than the one you start by hitting F5) and some other
limitations will probably keep #Develop around for a while (assuming of
course it does in fact have these features!).

May 11 '06 #23
Jon:

To get back to the topic at hand, this post is about commercial
applications written in C#. I do think we'll see more and more .Net based
commercial applications as the Framework becomes embedded with each new
release of Windows.

But at this time, there are only a couple of version control tools which
have been written with the .Net Framework - one of which is SourceGear
Vault

Jeff
SourceGear
May 12 '06 #24
Jeff Clausius <je***@raegecruos.com> wrote:
To get back to the topic at hand, this post is about commercial
applications written in C#. I do think we'll see more and more .Net based
commercial applications as the Framework becomes embedded with each new
release of Windows.
While that's true, I don't think your "download it now" post was
particularly relevant to Vault's source language. I figured that while
you were recommending one SCM system, I'd balance things up a bit :)
But at this time, there are only a couple of version control tools which
have been written with the .Net Framework - one of which is SourceGear
Vault


Sure. I wouldn't personally base my choice of SCM on whether or not it
was written in .NET, but it's nice to hear of commercial apps being
written with it.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
May 12 '06 #25
> While that's true, I don't think your "download it now" post was
particularly relevant to Vault's source language. I figured that while
you were recommending one SCM system, I'd balance things up a bit :)
No worries. Although, a direct comparison would not be totally accurate,
as each tool was originally designed for a different user base.

Sure. I wouldn't personally base my choice of SCM on whether or not it
was written in .NET, but it's nice to hear of commercial apps being
written with it.


Additionally, I agree people should choose their tools (.Net based or
not) on the feature set.
In any case, we've digressed far from the original intent of the post.
Take care.

Jeff
SourceGear
May 14 '06 #26

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...
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...
2
by: rt | last post by:
Hello, I'm looking for a commerical (supported) .NET serial control with source (just in case) and have found the following and was wondering if anyone has had experience with any of them: ...
2
by: Bill | last post by:
What are some popular commercial programs developed using .NET WinForms? I believe PowerQuests Drive Image and Ghost are. What are some others?
6
by: Anthony L. | last post by:
I am writing a web application that is comparable to a content management system used in blogging. I really want to use Python after having done some evaluation coding using Python 2.3.5 with...
375
by: rkusenet | last post by:
This article is very bleak about future of DB2. How credible is the author. http://www.eweek.com/article2/0,1895,1839681,00.asp
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.
20
by: Paul Bromley | last post by:
Not sure if I can ask the question in this forum - please let me know if it is better elsewhere. Does anyone know of a reasonably priced good copy protection program that will protect software on...
14
by: ApexData | last post by:
I am considering building some distributable commercial applications. For about a year now, I have been using Access2000. This was my first venture into object oriented database development. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.