vote up 1 vote down star
1

Hi! I would like to know if you know some sites with great source code that follows Microsoft best practices?

By best practice I mean that projects that most likely conforms to say, this documents: http://www.codeplex.com/AppArchGuide http://apparch.codeplex.com/Wiki/View.aspx?title=Pocket%20Guides&referringTitle=Home

flag

69% accept rate

4 Answers

vote up 1 vote down

I believe Microsoft's own code follows their best practices, so have a look at Shared Source Initiative.

link|flag
To be honest, I'm looking code for project source code that can be used by users rather than projects that can be used by developers (i.e. development tools). – yoitsfrancis Mar 16 at 13:24
Well, then be honest and edit your question accordingly :-) – Joonas Pulakka Mar 16 at 13:58
vote up 1 vote down

I doubt that you will find "great source code" (ahem) which follows M$ best practices outside of M$ for these reasons:

  1. Most of the products will be commercial (-> closed source)
  2. To follow M$ development style, you need to be a big company with lots of developers. Most OSS projects are rather small (i.e. a small core team and lots of volunteers).
link|flag
Several programmers using Microsoft products follows that document so that document intends for people outside Microsoft to practice good programming styles. The document applies to projects whether big or small. Maybe you just misunderstood the concept of best practices. – yoitsfrancis Mar 16 at 13:20
I own the book "Writing Solid Code" (which has been translated to "Never Again Bugs" in Germany). It's a bit old but a good read despite the fact that no company ever tortured more users with more bugs ;) So take my answer with a grain of salt :) – Aaron Digulla Mar 16 at 16:50
amazon.com/Writing-Solid-Code-Microsofts-Programm… – Aaron Digulla Mar 16 at 16:51
vote up -1 vote down

Check out http://msdn.microsoft.com/en-us/practices/default.aspx and if you don't have VS 2008, download FxCop, http://msdn.microsoft.com/en-us/library/bb429476(VS.80).aspx

link|flag
I think you misunderstood the question. The practices site that you mentioned are mostly documents and not source code for Microsoft best practices. And I don't see the relevance of using FXCop which is a tool to check code. I'm finding sites with source codes. – yoitsfrancis Mar 16 at 13:17
vote up -1 vote down

It will probably be very hard to find any open source code that complies to Microsoft's standards. You could, however check to see how closely a given project conforms using StyleCop and FXCop with the default rulesets.

One place I would look is the Mono Project, and programs built using it.

Also, mad-j's idea of looking at the shared source initiative, may help, but I would guess that not all of their code strictly follows their guidelines.

link|flag
I think that you misunderstood the question. I'm looking for a site with great source code, not enforcing rules with source code. – yoitsfrancis Mar 16 at 13:15
The reason I suggested these tools is that they can be used to compare given source code to the guidelines set forth by Microsoft. – chills42 Mar 16 at 14:17

Your Answer

Get an OpenID
or

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