what are the bugs are faced in a project
Answers were Sorted based on User's Feedback
Answer / 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 |
Most common bugs found in a project are
○ Null reference object
○ object instance not found
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vishal gupta
bugs are System side Errors....Ex. 404,502
Is This Answer Correct ? | 0 Yes | 0 No |
Can enum be null c#?
What do u mean by delegation?
What is using directive in c#?
What is the use of multicast delegate while methods of multicast delegate do not execute in a order?
Is .net and c# the same?
C# Code for How to set readonly property to Id(database) value?
What does clr stand for?
What does get set mean in c#?
What are the delegates in c#?
In dynamic link library, which api is used for load library?
what is lamda expression?
1. What is lazy loading? 2. What is delay signing? 3. How to transfer view object to presenter in MVP? 4. How to create a generic class? 5. What is Ajax object? 6. What is explicit interface implementation? 7. I1, I2 interfaces have same methods (say PrintName) explicitly implemented in class C1. Now how to call PrintName method from I1? 8. I have a list of Customers. List the customer with maximum orders using LINQ.