How to suppress code violations in FxCop?

Monday, September 28, 2009


You can suppress code violations in FxCop by providing using the attribute
System.Diagnostics.CodeAnalysis.SuppressMessage


www.codecollege.NET

What is the namespace used to interact with the code analysis tools in .NET?


System.Diagnostics.CodeAnalysis.


www.codecollege.NET

What is the use of CompilerGenerateAttribute in FxCop?


If this attribute is given to your code then FxCop will not raise warnings. Generally it is used to give for
compiler generated code.


www.codecollege.NET

What is shelving in TFS?

Sunday, September 27, 2009


Shelving is a way through which you save your code to TFS without checking in. If you want you can unshelve it whenever you want. Generally it is used for reviewing purpose


www.codecollege.NET

What is the Svcutil.exe ?

Friday, September 25, 2009


Service Model Metadata Utility Tool is used to generate the proxy from the client.


www.codecollege.NET

Explain what is a DTO?


A DTO is a pattern used to transfer data between applications.


www.codecollege.NET

What is the expansion of DTO?


Data Transfer Object .


www.codecollege.NET
Blog Widget by LinkWithin