up vote 25 down vote favorite
13
share [g+] share [fb]

As a programmer, I feel much safer knowing that the frameworks being 'sold' to me are actually in use by their creators to produce real applications, as this gives me some reassurance that they will actually solve some set of problems, and are not just architecture astronautics.

I remember years ago in the days of .NET 1.0 and 1.1, there was a lot of hype about how the next version of windows (which would have been Vista) was going to make heavy use of .NET, and there lots of hype about how great that would be.

I remember at the time thinking "well if Microsoft are basing their products off it, it must be pretty good." However, that didn't actually happen, and Vista ended up containing almost zero .NET parts. I also haven't heard of them using it in any apps that they sell at all (except IIS)

Although I've had many great experiences with .NET myself, the fact that Microsoft don't appear to use it themselves hardly fills me with confidence. In contrast, all of the frameworks Apple ships in OSX such as CoreData are all in heavy use by their major apps...

Off the top of my head I know of these 'purchaseable' MS apps which use .NET:

  • IIS7
  • Visual Studio (which I don't think really counts...)

Are there any others?

Disclaimer: I believe this is programming related, as it deeply affects the confidence that I as a programmer have in a technology, and counts a lot when evaluating what to use when building my next apps.
I would feel equally compelled to ask the same question again about a subset of .NET, such as WPF or WCF, or any other native win32 library, before deciding to write any apps using it...

link|improve this question

70% accept rate
Funny I got marked offensive for saying the same thing! – Martin Beckett Oct 23 '08 at 2:23
This is somewhat of a silly question. How many applications did Microsoft release commercially which were built on VB6? And yet VB6 was/is one of the most popular development platforms ever invented. – Wedge Oct 23 '08 at 3:35
Visual Studio isn't 100% .NET based afaik. I heard somewhere that it consists of many wrappers from old COM stuff. – Tigraine Nov 12 '08 at 16:09
argumentative and subjective, IMHO. – George Stocker Dec 29 '08 at 21:36
3  
The question can be completely "answered" by a list of applications microsoft sell which are implemented in some way using .net... How is that argumentative or subjective? – Orion Edwards Jan 4 '09 at 20:44
feedback

21 Answers

up vote 12 down vote accepted

I believe Windows Media Center is a .NET app. (it comes with XP Media Center Edition, and Vista Home Premium / Ultimate editions)

link|improve this answer
1  
If so, that would be really cool as it would be the first non-server app in this list. – Orion Edwards Oct 23 '08 at 0:55
Yes that is indeed the case - it is built in managed code. See en.wikipedia.org/wiki/… – Greg Beech Oct 23 '08 at 1:00
how can this be the "Accepted" answer? makes no sense to me. the encouragement to accept answers only leads to twisted decisions like this one. – Eli Bendersky Jan 31 '09 at 14:32
feedback

SharePoint is built on ASP.NET

link|improve this answer
1  
Good point. As terrible as sharepoint is, it seems to sell – Orion Edwards Oct 23 '08 at 0:55
1  
What a way to dissuade people from using .NET! – Rich Oct 23 '08 at 5:22
This was unintentionally hilarious (intentional?) – gn22 Dec 4 '09 at 0:18
feedback

SQL Server 2005/2008 can both host the CLR and interoperate with its types. You can even use its types and methods as functions, aggregates, procedures, etc. I'd say that's about as strong a backing as you can get from Microsoft as SQL Server is one of its flagship products.

link|improve this answer
The new Geo Spatial features in SQL 2008 are written in .NET. – Chris Pietschmann Oct 23 '08 at 2:42
I think sql management studio is also written in .NET, looks like it – PeteT Oct 27 '08 at 16:28
SQL Management studio is built on top of Visual Studio which is C++ and not .NET – Robert MacLean May 26 '09 at 8:09
Sql Management Studio makes heavy use of Server Management Objects, which is .NET. – Dan Finch Oct 6 '09 at 20:54
feedback

Expression Blend, while at a MS Launch event the presenter mentioned this app specifically as an example of "eating their own dogfood".

The main reason behind this seems to be the Windows Presentation Framework, released with .NET 3.0

link|improve this answer
Does "eating ones own dogfood" imply a bad thing? – Paperino Mar 26 '09 at 21:25
Paperino - no, in most cases it is positive. Check out the wikipedia article: en.wikipedia.org/wiki/Eat_one's_own_dog_food – Tom Willwerth Apr 1 '09 at 15:14
feedback

Microsoft Dynamics CRM was one of the (if not the) first application Microsoft built on .Net.

link|improve this answer
I can't find any proof, but I was under the impression Microsoft actually bought the CRM product from another company (well, bought the company that created it)? – Orion Edwards Oct 23 '08 at 0:32
Microsoft did buy a company that built a CRM app. Their dev group was on the original CRM product team. However, they did build Microsoft CRM from the ground up. – SaaS Developer Oct 23 '08 at 0:45
Dynamics was originally Axapta, Microsoft bought and rebranded it. It still supports the proprietary X++ language that Axapta invented. – FlySwat Oct 23 '08 at 1:29
Jonathan, that is simply not true. Dynamics Axapta and Dynamics CRM are two entirely different products offered by Microsoft! My post was regarding CRM. You can read for yourself about CRM being on .Net: windowsitpro.com/article/articleid/26875/… – SaaS Developer Oct 23 '08 at 2:20
Axapta/Navision are being developed in Denmark and are still not completely .NET based (they do promise the next Navision will be built on .NET/maybe X++ will be gone, don't know). Navision is more ERP than CRM. Though the products have "Dynamics" in the name, CRM and Axapta/Navision are different. – liggett78 Dec 17 '08 at 16:06
show 1 more comment
feedback
link|improve this answer
feedback

Can't remeber which blog is saw it on but Visual Studio 10 is suppose to be using WPF for its interface. Not sure if the CTP that will come out at PDC will have it though, but maybe the CTP after that. And Visual Studio is one of the biggest cash cows. Also some of the testing tools for VSTS will be fully done in WPF.

The point being that WPF is .net.

link|improve this answer
1  
hey hey... looks like i was right ;) – vdhant Oct 30 '08 at 23:24
feedback

Live Writer

link|improve this answer
feedback

Microsoft.com is built on ASP.NET. It is not, strictly speaking, a product they SELL, but it's very high traffic and fairly critical to Microsoft's business.

link|improve this answer
Microsoft.com is actually built on top of SharePoint 2007 - which is technically ASP.NET, but with much more that it should be identified seperately. – Robert MacLean May 26 '09 at 8:13
feedback

XNA is built using .net, games like this are the sort of thing others have built using it. (That particular one, the Dishwasher, was created by one guy doing code, art and music).

Likewise I believe Windows Live Writer, the very popular blogging editor is in fact a Windows Forms application, despite appearances.

link|improve this answer
Don't forget that the XBox 360 can run XNA based games, so the framework is on the device. I wonder if any part of the XBox 360 dashboard is in .NET/XNA, or if the new major update that's coming will be? – Chris Pietschmann Oct 23 '08 at 2:45
I believe the XBox 360 uses the compact framework. – Curt Hagenlocher Oct 23 '08 at 3:00
feedback

Since the original release of Visual Studio .NET, certain parts of Visual Studio have been written in managed code. For example, the property grid & MSBuild are both managed code.

Searching around my $env:ProgramFiles, I see that Windows Home Server is at least partially managed code.

Office does include some managed code, too: InfoPath.

As others have said, it makes little sense to take existing applications that work well, and re-write them just for the sake of saying they're written in .NET.

link|improve this answer
feedback

SQL Server Management Studio (and the Express version) is .NET based.

link|improve this answer
1  
-1: No it's not - it's built on Visual studio which is C++ based currently. – Robert MacLean May 26 '09 at 8:14
1  
+1 because it certainly uses a lot of .NET, even if it may not be a managed app in the strictest sense. – Dan Finch Oct 6 '09 at 20:57
feedback

Microsoft Zune

link|improve this answer
Do you mean the software on the player itself? or their version of iTunes? I'm not familiar with either – Orion Edwards Oct 23 '08 at 0:30
1  
I'm not sure but I think Zune (the PC application) uses a custom framework which is based off some .net stuff but isn't exactly WPF. The Zune player does run XNA games though. – Nidonocu Oct 23 '08 at 1:16
feedback

Oooh I remember a really cool application that was built using .NET components. This might never been turned into a commercial product (although rumors have it that it is) but I thought it was neat. It is the Singularity research project where researchers at microsoft created a completely .NET OS with some very interesting design choices. Better yet you can download portions of it here.

Sorry I know this is kinda straying away from the intent of the question but I thought it was a really interesting stretch for the normal .NET.

link|improve this answer
midori project I believe. Think this is a long term view of having an os and programs that you take with you on pen drive or log in on the net to get all your settings, files and so on. Sounds great. Would end the windows registry and similar monstrosities. – PeteT Oct 27 '08 at 16:31
feedback

Microsoft Office Accounting requires the 2.0 Framework, but I don't know if it's entirely built on it.

link|improve this answer
feedback

SCOM (System Center Operation Manager)

link|improve this answer
feedback

Microsoft Outlook Web Access within Exchange 2007 uses ASP.NET I believe

link|improve this answer
feedback

Visual Studio

question: Out of curiosity, approximately what will be the proportion of managed (WPF) to unmanaged code that VS2010 we be built upon?

Rico Mariani: Half managed code and VS have around 45 millions code lines

http://channel9.msdn.com/shows/Going+Deep/Rico-Mariani-Visual-Studio-Today-Tomorrow-and-Beyond/

link|improve this answer
feedback

Visual Studio Tools for Office allows you to run .NET code inside MS Office applications. This is a pretty significant use of .NET given the importance of Office to Microsoft.

link|improve this answer
-1: It's not a .NET app (as the question asked) and VSTO is just a wrapper for COM+ anyway (so not pure .NET) – Robert MacLean May 26 '09 at 8:15
feedback

Exchange 2007 uses .NET for most of it's components. There are some bits still in unmanaged code, but large parts of it is C#.

Newer products in the System Center family are also using .NET more and more.

So I believe Microsoft is showing that you can actually make some good stuff with this technology.

Also lets not forget Azure which relies on you developing in .NET at the moment. (But how much of the Azure internal bits are .NET I do not know.)

link|improve this answer
feedback

None.
I believe our esteemed host explained it Fire and Motion - if you can't compete, you get your competitors to waste their time rewriting all their stuff in some new technology. If that new system also locks them into your market all the better.

When MS rewrites Office and SQL server in .Net - I will consider it.

link|improve this answer
agree 100%, I will switch to .net when explorer, excel or word are written in .net, not one second before. almost everybody uses c++ for windows client applications... – Tony BenBrahim Oct 23 '08 at 0:44
heck. I'd even settle for them writing outlook express in it. – Orion Edwards Oct 23 '08 at 0:54
2  
I didn't think Outlook Express was written, it just appeared one day, and has been terrorizing Support departments ever since! – Mark Glorie Oct 23 '08 at 1:26
3  
Why would they abandon 1000's of man years of work just to redevelop the apps in .NET? That would make no business sense. Many new apps MS develop are built on .NET such as the Expression applications. – Craig Oct 23 '08 at 1:52
2  
>you sir, are a troll No, I'm a cynic - asking the original question was a troll! – Martin Beckett Oct 23 '08 at 13:47
show 5 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.