AmosFiveSix.com

Experience, Knowledge, Creativity

  • Increase font size
  • Default font size
  • Decrease font size
AmosFiveSix.com

Web.config Hierarchy and Security

E-mail Print PDF
ASP.NET Configuration File Hierarchy and Inheritance
http://msdn.microsoft.com/en-us/library/ms178685.aspx

ASP.NET Configuration Scenarios
http://msdn.microsoft.com/en-us/library/dtbwsx8s.aspx

How to: Configure Specific Directories Using Location Settings
http://msdn.microsoft.com/en-us/library/ms178692.aspx

How to: Lock ASP.NET Configuration Settings
http://msdn.microsoft.com/en-us/library/ms178693.aspx

Securing ASP.NET Configuration
http://msdn.microsoft.com/en-us/library/ms178699.aspx
 

Continuous Integration and Build Servers

E-mail Print PDF

Best Way of Automating Daily Build - Stack Overflow
http://stackoverflow.com/questions/53766/best-way-of-automating-daily-build

CI Feature Matrix - ThoughtWorks
http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix

TeamCity
http://www.jetbrains.com/teamcity/


CruiseControl.Net
http://www.cruisecontrolnet.org/

Bamboo
http://www.atlassian.com/software/bamboo/overview

Jenkins - An extendable open source continuous integration server
http://jenkins-ci.org/

Visual Build - $295+
http://www.kinook.com/VisBuildPro/

Apache Continuum - Continuous Integration and Build Server
http://continuum.apache.org/

The Build Server: Your Project's Heart Monitor - Coding Horror
http://www.codinghorror.com/blog/2006/10/the-build-server-your-projects-heart-monitor.html

The Road To Build Enlightenment
http://zutubi.com/products/pulse/articles/buildenlightenment/

 

.Net PDB Files and Debug Info

E-mail Print PDF
PDB Files: What Every Developer Must Know - John Robbins' Blog
http://www.wintellect.com/CS/blogs/jrobbins/archive/2009/05/11/pdb-files-what-every-developer-must-know.aspx
A .NET PDB only contains two pieces of information, the source file names and their lines and the local variable names. All the other information is already in the .NET metadata so there is no need to duplicate the same information in a PDB file.
How to read PDB files
http://sorin.serbans.net/blog/index.php/2010/08/10/how-to-read-pdb-files/

Converting a managed PDB into a XML file.
http://blogs.msdn.com/b/jmstall/archive/2005/08/25/pdb2xml.aspx

DebugInfo.com - Matching debug information (PDB to EXE/DLL)
http://www.debuginfo.com/articles/debuginfomatch.html

ChkMatch - Check matching between the executable and the debug information file.
http://www.debuginfo.com/tools/chkmatch.html

Deploying .PDB files in IIS. Any benefit?
http://stackoverflow.com/questions/381537/deploying-pdb-files-in-iis-any-benefit

Should one go to Production with a DEBUG Build?
http://www.hanselman.com/blog/CommentView.aspx?guid=495312ae-08a1-4712-b654-e392bf34bfd2

Debug vs. Release - The Best of Both Worlds
http://www.hanselman.com/blog/DebugVsReleaseTheBestOfBothWorlds.aspx

Making an Image Easier to Debug  
http://msdn.microsoft.com/en-us/library/9dd8z24x%28v=vs.80%29.aspx

Inside site precompilation and no-compile pages (ASP.Net)
http://www.developerfusion.com/article/84379/inside-site-precompilation-and-nocompile-pages/
 

ASP.Net Debug Modes

E-mail Print PDF
Detecting ASP.NET Debug mode - Rick Strahl
http://www.west-wind.com/weblog/posts/2007/Jan/19/Detecting-ASPNET-Debug-mode

Don’t run production ASP.NET Applications with debug=”true” enabled  - ScottGu
http://weblogs.asp.net/scottgu/archive/2006/04/11/442448.aspx

ASP.NET Memory: If your application is in production… then why is debug=true
http://blogs.msdn.com/b/tess/archive/2006/04/13/575364.aspx

/debug (C# Compiler Options)
http://msdn.microsoft.com/en-us/library/8cw0bt21.aspx

Debugger.IsAttached Property
http://msdn.microsoft.com/en-us/library/system.diagnostics.debugger.isattached.aspx

HttpContext.IsDebuggingEnabled Property
http://msdn.microsoft.com/en-us/library/6xkyw262%28v=vs.80%29.aspx

If you use Reflector to view the source for HttpContext.IsDebuggingEnabled you'll see that it looks in your current web.config using code more-or-less like this:
System.Configuration.Configuration config = WebConfigurationManager.OpenWebConfiguration(null);
return ((SystemWebSectionGroup)config.GetSectionGroup("system.web")).Compilation.Debug;
 

DOM Content Events

E-mail Print PDF
IE onreadystatechange Event
http://msdn.microsoft.com/en-us/library/ms536957%28VS.85%29.aspx

Dean Edwards: Order of Events
http://dean.edwards.name/weblog/2005/02/order-of-events/

onLoad and onDOMContentLoaded
http://javascript.info/tutorial/onload-ondomcontentloaded

What external resources are loaded when window.onload event is fired and what is the loading order of the resources?
http://stackoverflow.com/questions/473628/what-external-resources-are-loaded-when-window-onload-event-is-fired-and-what-is

DOMContentLoaded Inconsistencies (in Browsers and JavaScript Libraries)
http://www.zachleat.com/web/domcontentloaded-inconsistencies/
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  6 
  •  7 
  •  8 
  •  Next 
  •  End 
  • »


Page 1 of 8

My Twitter Feed

MSDN News

Get Microsoft Silverlight

Subscribe

Subscribe by e-mail:

Site Search

Google Ads