Which download for .net source -
following question, looking here http://referencesource.microsoft.com/netframework.aspx see list currently:
- product name version view download
- .net 8.0
- dotnetfx1434_vistawin2k8sp1 50727.1434
- fxupdate3074 50727.3074
- asp.net_mvc 1.0
- wcf 3.5sp1
- wf 3.5sp1
- dotnetfx_vista_sp2 50727.4016
- dotnetfx_win7_3.5.1 3.5.1
- asp.net_mvc 2.0
- .net 4
- .net_3.5_sp1_redist 50727.3053
- asp.net_mvc 3
- netfx_3.5.1_win7sp1 3.5.1
- net 4.5
- net 4.5update1
i'm not sure ones need download. have vs2010 , vs2012. net 4.5update1
sounds vs2012, after download read me says "seamless integration visual studio 2008/2010", assume that's out of date readme.
what .net 8.0
? , why there many different 3.5
versions?
you see service packs, security updates , specific versions come preinstalled windows. in general problem reference source, behind , source stepping tends not work because of version mismatch actual version of .net have on machine. ever got work once , didn't last long.
.net 8.0 mislabeled vs version, version 8 vs2005 , supported .net version 2.0
low expectations recommended, source useful reading , searching. different approach decompiler recovers source code actual .net assemblies @ debug time. reflector has feature, not otherwise endorsement.
Comments
Post a Comment