.NET Policy redirects

Sometimes you may want calls to an older version of a component in the GAC to be diverted to a newer version of the component. [Read More]
Tags: .net

ASP.NET Tracing

If you want to quickly create trace files (say you want to get an average load time for your page over 10 loads) you can use the .net tracing view trace results. There are two ways of doing this: [Read More]
Tags: asp.net

Description and Symbols used for Flowcharts

The terminator symbol marks the starting or ending point of the system. It usually contains the word “Start” or “End.” A box can represent a single step (“add two cups of flour”), or and entire sub-process (“make bread”) within a larger process. A printed document or report. Represents material or... [Read More]
Tags: analysis

Generating .NET Signed assemblies

To protect your assemblies, you can use the sn tool to generate a key file. This should then be referenced in any assembly info files in your project to ensure that third parties cannot use your assemblies unless you provide them with the key file. [Read More]
Tags: .net