Category Archives: CodeProject

Understanding Cyclomatic complexity and its importance in code analysis metrics

  cyclomatic complexity: Cyclomatic complexity in code is software metric used to indicate the complexity in the program. It is a quantitative measure of the number is linearly independent paths through programs source code.

Posted in CodeProject, Uncategorized | Leave a comment

A Detailed Walkthrough of ASP.net MVC Request Life Cycle

    MVC Request Life Cycle   Life cycle of MVC request is a series of steps involved in processing client request. Regardless of technology and platforms almost all the web frameworks have one or other type of Request life … Continue reading

Posted in ASP.Net MVC, CodeProject, MVC | Tagged , , , | Leave a comment