Browse by Tags

All Tags » C#.Net » .Net Framework (RSS)

Perth Central Tafe Presentation - Professional .Net Development

Today I had the longest presentation i've yet to do - nearly 4hrs long - for Perth Central Tafe, a tertiary educational institution. I broke the presentation down into 4 main groups: .Net Framework - Overview of a development platform ASP.Net - Working...

Is this normal, or am i being anal?

One of the tools i use is ReSharper - i love this tool and cannot...live...without...it.. A feature i really like is the code analysis bar on the right hand side of the code window. I especially love seeing the little square go green - and stay that way...

C# Code tips #3, Strings

As most of us has figured out, string comparison is a performance bottleneck - so why do we do it? Well, data is most often in a humanly friendly format (eg. we can read it), and secondly we need to manipulate data to display to an end-user - both cases...
Posted by Brian Madsen | 4 comment(s)
Filed under: ,