What is a Profiler ?
Tuesday, September 27, 2011
It is a tool which does dynamic program analysis. Its main purpose is to aid program optimization. It measures, for example, the usage of memory, duration of function calls.
www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning
Labels:
.net,
Interview Questions and Answers,
Profiler
What is NCover ?
Monday, September 26, 2011
It is a code coverage tool . It provides both command line and GUI support. It has a reporting feature also, which gives output details about the code coverage.
It has been designed to integrate with build process. So we can use it for code coverage.
www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning
What is Moles?
It supports unit testing by providing isolation by way of detours and stubs.
www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning
What is Pex?
It is a tool which automatically generates test suites with high code coverage. Microsoft Pex is a Visual Studio add-in for testing .NET Framework applications.
www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning
What are Pex and Moles ?
They are the VS 2010 Power tools which help Isolation and white box Unit Testing for .net
www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning
Redirecting to another page in Silverlight
this.NavigationService.Navigate(new Uri("/Products", UriKind.Relative));
www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning
Subscribe to:
Posts (Atom)