What are the Project related questions generaly asked in the interview. Mail to: ana_net1@yahoo.com
TCS,
2 15172i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
4 10580i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 6880you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
2 7480Post New Dot Net General Questions
What is operator overloading in .net?
What is "microsoft intermediate language" (msil)?
Explain what is a delegate?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What is the intermediate language between asp and asp.net1.0?
Can "this" be used within a static method?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is connection pooling and how do you make your application use it?
How to load the contents of an xml file into an xmldocument object?
Explain about Behavioral design pattern?
What is managed code execution?
Explain about .NET services?
How will you do redo and undo in textbox control?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?