Now that I’ve given the talk on .Net Deployment I figured it would be worth putting together some links for people wanting to find out more about what I said.
As a refresher here are the titles of my slides,
- Introduction
- .Net avoids DLL hell
- Get the right DLL’s
- Strong Names
- 32 Bit & 64 Bit
- Vista
- Virtualization
- Manifests
- Code access privileges
- Settings
- Vulcan
- Installer technology
- UAC
- Installers and x64
- Automating things
- Debug information
- Other dependencies
- Testing the installer
Here are some links to some of the things I talked about,
Figuring out dependencies
Strong names
http://www.codeguru.com/columns/experts/article.php/c4643
http://colinnewell.wordpress.com/2007/11/26/finding-out-the-public-key-of-a-net-assembly/
Code Access Security
http://blogs.pointbridge.com/Blogs/floraday_burt/Pages/Post.aspx?_ID=2
http://blogs.pointbridge.com/Blogs/floraday_burt/Pages/Post.aspx?_ID=3
http://blogs.pointbridge.com/Blogs/floraday_burt/Pages/Post.aspx?_ID=4
http://weblogs.asp.net/hernandl/archive/2005/11/21/permcalcftissues.aspx
http://blogs.conchango.com/kenibarwick/archive/2005/09/20/2185.aspx
http://colinnewell.wordpress.com/2008/04/25/securityexception-caspol-and-net-programs/
Virtualization/UAC
http://crispybit.spaces.live.com/blog/cns!1B71C2122AD43308!134.entry
http://colinnewell.wordpress.com/2008/06/08/nsis-installers-and-windows-vista/
http://community.bartdesmet.net/blogs/bart/archive/2006/10/28/Windows-Vista-_2D00_-Demand-UAC-elevation-for-an-application-by-adding-a-manifest-using-mt.exe.aspx
64 bit
http://www.brianpeek.com/blog/archive/2007/11/13/x64-development-with-net.aspx
http://www.hanselman.com/blog/32bitnessAnd64bitnessAndMigratingDasBlogOnIIS7AndASPNETUnderVista64.aspx
http://www.hanselman.com/blog/BackToBasics32bitAnd64bitConfusionAroundX86AndX64AndTheNETFrameworkAndCLR.aspx

