vote up 20 vote down star
11

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...

flag

78% accept rate
Funny I got marked offensive for saying the same thing! – mgb 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 at 21:36
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 at 20:44

22 Answers

vote up 10 vote down check

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

link|flag
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. – eliben Jan 31 at 14:32
vote up 11 vote down

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|flag
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 – petebob796 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 at 8:09
Sql Management Studio makes heavy use of Server Management Objects, which is .NET. – Dan Finch Oct 6 at 20:54
vote up 11 vote down

SharePoint is build on ASP.NET

link|flag
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
vote up 9 vote down

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|flag
Does "eating ones own dogfood" imply a bad thing? – Paperino Mar 26 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 at 15:14
vote up 7 vote down

I thought this was kinda fun. The new versions of paint and calculator for Windows 7 are being written using WPF.

EDIT: Links

News Report of WPF based Wordpad, Paint and Calculator

link|flag
You can't open the games included with Vista in Reflector. So, I guess they aren't in .NET. I too thought they were WPF... – Chris Pietschmann Oct 23 '08 at 2:40
Good catch. I removed the comment. – smaclell Oct 23 '08 at 3:25
I'm using Windows 7 RC1 and none of the mentioned programs are managed .NET-application as Process Explorer points out. – VVS May 25 at 18:22
vote up 4 vote down

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

link|flag
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/… – 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 at 16:06
show 1 more comment
vote up 4 vote down

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|flag
1  
hey hey... looks like i was right ;) – vdhant Oct 30 '08 at 23:24
vote up 4 vote down

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|flag
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 at 8:13
vote up 3 vote down

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|flag
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
vote up 3 vote down
link|flag
vote up 3 vote down

Live Writer

link|flag
vote up 3 vote down

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|flag
vote up 3 vote down

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

link|flag
1  
-1: No it's not - it's built on Visual studio which is C++ based currently. – Robert MacLean May 26 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 at 20:57
vote up 2 vote down

Microsoft Zune

link|flag
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
vote up 2 vote down

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|flag
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. – petebob796 Oct 27 '08 at 16:31
vote up 1 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag
-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 at 8:15
vote up 0 vote down

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|flag
vote up 0 vote down

SCOM (System Center Operation Manager)

link|flag
vote up -29 vote down

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|flag
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
1  
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
"almost everybody uses c++ for windows client applications" Really? Do you have any data to back that up with? – Ed Swangren Oct 23 '08 at 1:30
Um - SQL Server 2005/2008 do support the CLR being embedded in them and can interoperate natively with .NET – Greg Beech Oct 23 '08 at 1:37
show 5 more comments

Your Answer

Get an OpenID
or

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