Code Junkie

My likes and dislikes of the computer world.

August, 2008

Posts
  • Code Junkie

    Microsoft Teched 2008 australia

    • 0 Comments
    I will be at TechEd Australia speaking on behalf of our team on connected information security and our security tools. You will see more blog entires on the session content and tools in coming days. Our session is under Security track and is called Microsoft...
  • Code Junkie

    what is the Microsoft AntiXSS Library?

    • 0 Comments
    I just posted a blog entry on our team blog site about Microsoft AntiXSS library. Very important for security minded developers, it address one of the top web application security vulnerabilities. Check it out at http://blogs.msdn.com/cisg/archive/2008...
  • Code Junkie

    How To: Get 100% code coverage with C# Switch Statements

    • 3 Comments
    Recently I started looking at 100% code coverage for my unit tests. Although, this is a good thing to achieve, it could become a daunting  task specially if you have foreach or switch statements. Let me illustrate the problem using the switch statement...
  • Code Junkie

    ASP.NET Best practices Analyzer

    • 0 Comments
    Long time ago, I came across ASP.NET BPA which looks at machine.config and web.config for potential security and general configuration issues. It's a must use tool for ASP.NET developers. It classifies the settings for Development, Deployment and Production...
  • Code Junkie

    Silverlight CoreCLR

    • 0 Comments
    Recently I read a good article in MSDN magazine about CoreCLR, a new version of CLR written specifically for Silverlight web applications. It has a very interesting security model. Worth checking out, here are couple of links on CoreCLR. Good read for...
  • Code Junkie

    End to end compact framework CF.net application

    • 0 Comments
    Ever since I had a windows mobile phone, I wanted to use it to its full extent. Now I got a chance to write an application to check metro bus timings. Everyday I have to go to the transit web site to check the timings, this application will give me King...
Page 1 of 1 (6 items)