Browse by Tags

Performance Sin - Using Exceptions To Control Flow
Want to spot coding anti-patterns from performance perspective without actually looking in the code? One of the common performance coding anti-patterns I’ve noticed lately is using Exception Handling to control program flow. The anti-patterns Most Read More...
Security Code Review – Use Visual Studio Bookmarks To Capture Security Findings
How to streamline the process of capturing security flaws during security code review? How to save time and avoid switching between the tools? How to stay focused? In this post I will show my simple technique to capture security flaws using Bookmarks Read More...
Use DIR Command To Generate List Of Files And Store It In File
DIR /S /B /A:-D I use simple DIR command to generate file lists. It serves me in many scenarios. For example, I use it to generate .Net assemblies list when I conduct preliminary scan as part of code inspection process. Here are the explanations to the Read More...
Identify ASP.NET, Web Services, And WCF Performance Issues By Examining IIS Logs
Simple examination of IIS logs can reveal potential performance issues related to ASP.NET web applications, ASP.NET web services, and IIS hosted WCF services. Fast, easy, cheap. These are the simple steps I take: Time-Taken & W3C Logs: Turn it on... Read More...
Use Performance Counters Templates To Streamline Performance Analysis
I create perf counters sets up front. That way I could start collecting and measuring proper metrics right away each time I am assigned to do detailed performance analysis. Measuring .NET Application Performance lists important perf counters. What I really Read More...
T-Shooting Kerberos
I was delivering "Authentication Explained" session for Security User Group. First off - thanks for attending the session! The session was based on "Authentication Explained" workshop . During the session I was demoing the following topics: Identity Flow Read More...
Performance Workshop In Munich MTC Labs - Lessons Learned
How to get a hold of what's going on when getting ownership of the running project? How to achieve results when strictly time- and resource-boxed? How to keep team members focused on objectives and reduce distraction? Here is what I've done: Visualizing Read More...
Visual Studio 2005 As General Code Search Tool
Visual Studio 2005 has powerful search capabilities. One of my favorites is "Find in Files". Just hit Ctrl+Shift+F (more shortcuts - My Favorite Shortcuts ). Essentially it uses FindStr utility that sits in System32 folder and comes for free with Windows Read More...

Search

This Blog

. My Personal Blog .

.Net Performance How To's

.Net Security How To's

Design Patterns

Impactful

Lifecycle Phases

Popular

Tools

Syndication

Page view tracker