Assembly assembly = null;

if(assemblyCache.Contains(name))
...

C# Getting data from a list of...

by gedgei, December 08, 2010 18:26, 2 refactorings, tagged with simplicity, source, priority

Hello,
I've faced this sev...

8d59e92055a2fb33932467d81fad1f35 Talk
<?xml version="1.0"?>
<Node1
...

C# Formatting XML

by JimMcKeeth, June 18, 2010 01:46, 3 refactorings, tagged with xml, formatting, simplicity, performance

I have an unformatted XML s...

E5ca3abec062f8174570a4b1d1c840d8 Talk