| Other Dot Net General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What base class do all Web Forms inherit from? | | 1 |
| ctype(123.34,integer) - should it throw an error? Why or
why not? | Wipro | 1 |
| What is the difference between Server.Transfer and
Response.Redirect? | | 3 |
| what is AGILE SCRUM methodoly....? | | 1 |
| How will u load dynamic assembly? How will create assemblies
at run time? | | 1 |
| why .net does not support multiple inheritance? | Microsoft | 2 |
| What is a delegate, How many types of delegates? | | 1 |
| What is the raise event used for? | Wipro | 4 |
| What is prerender event of a page? | C-Squared-Systems | 3 |
| What?s different about a Windows service as compared to a
regular application? | | 1 |
| What is the difference between the C#.NET and VB.NET? | | 4 |
| what are the controls used to upload a file from client to
server? | | 2 |
| Describe the start-up process for a Windows service. | | 1 |
| What are The Main Difference Between Client-server Based
Applications and Web Based Applications | CTC | 1 |
| DateTime[] dt = new DateTime[10]
for(i=0; i<10; i++)
{
dt[i] = DateTime(2008, 1, i+1)
}
How many heap object will be created for the above array.
Choose the correct answer below.
Ans: 1, 10, 11, 12 | | 3 |
| Readonly vs. const? | Hewitt | 2 |
| Where does the dispose method lie and how can it be used to
clean up resources? | Wipro | 1 |
| What is meant fulltrust? | | 1 |
| What security mechanisms to enforce for Authenticating and
authorizing the users? | | 1 |
| i 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? | Deloitte | 4 |
| |
| For more Dot Net General Interview Questions Click Here |