what are the bugs are faced in a project
Answer Posted / praveena
usually unhandled exception,object instance not found
exception, File handling exception,404,502 errors are some
of the bugs usually occured.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the difference between properties and indexer in c#?
What is lambda expression in c#?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What are native methods?
Define c# delegate?
What is private static in c#?
Is system a class in c#?
What is a partial class in c#?
What is the use of thread join in c#?
Explain about Threading Types.
How to transpose multi-dimensional array?
What are the extension methods in c#?
What debugging tools come with the .NET ssSDK?
What is a datacontract?