• Post Calendar

    February 2012
    S M T W T F S
    « Dec    
     1234
    567891011
    12131415161718
    19202122232425
    26272829  

Posts Tagged ‘Code Analysis’


MVC – The Start

Technorati Tags: ASP.NET,MVC,Code Analysis,Unit Testing This shows my initial setup of an MVC 2 RC 2 application. Using Visual Studio 2010 RC I selected File –> New –> Project… then under Visual C#, Web, I selected the ASP.NET MVC 2 Web Application. Then when I click OK I get the following dialog. Since I’m a [...]

EF and Code Analysis

Headline: I sure wish that Code Analysis would recognize Entity Framework (EF) files as auto generated. This morning I was up early and thought I’d get rid of some of the warning in my code from Code Analysis… There is a tab in the project properties that allows you to “Suppress results from generated code”. [...]