|
C#.Net Interview Questions and their answer part 5.
How
do you inherit derived class from a base class in C#.NET?
Define
protected class-level variable in C#.NET.
Is it possible to
inherit multiple interfaces in C#.NET?
How to
prevent your class from being inherited?
When do we declare a
class as abstract in C#.NET?
How can you overload a
method?
Difference between System.String and System.StringBuilder classes
What are three test
cases you should go through in unit testing?
Part 1 |
Part 2 |
Part 3 |
Part 4 |
part 5
Also read
What is the difference between
XML Web Services using ASMX and .NET Remoting using SOAP?
How is the using() pattern useful? What is
IDisposable? How does it support deterministic finalization?
Explain how to add controls
dynamically to the form using C#.NET.
What are Extender
provider components? Explain how to use an extender provider in the project.
What is the difference between
Debug.Write and Trace.Write? When should each be used?
Following are the major differences between Server.Transfer and
response.Redirect.....
Authentication is the process of verifying the identity of a user.......
ASP.NET can also impersonate a specific account you specify in
web.config.........
Define Authentication and Authorization | What is the
authentication mode available in ASP.NET? | How do you set authentication mode
in the ASP.NET application? | List out the difference between windows
authentication and form authentication | How do you impersonate the
authenticated user in ASP.NET? | How do you provide secured communication in
ASP.NET?
Define Exception handling in ASP.NET. | What are the ways of
handling exceptions in ASP.NET? | Explain Try/catch block method of exception
handling. | Define Error Events. Define Custom Error Pages. | Why is exception
handling important to an application? | When can you use tracing with exception
handling?
What is Master Page in ASP.NET? | Advantages of using Master
Page in ASP.NET | Define Multiple Master Page. | How do you create Master Page?
|