Category: .NET

.NET Technical Interview Questions

Interview questions

Most Basic and Frequently Asked Interview Questions and Answers

Here we are going to provide you the list of most Frequently Asked Interview Questions and their answers 1. Tell me something about yourself 2. Why should we hire you? Or how can u say that you are the right candidate? 3. Why BPO/ (company name)? 4. What are your strengths...

ASP.NET Interview Questions

ASP.NET Interview Questions

ASP.NET Interview Questions For Job Interview Seekers help to Attend and pass the interview. Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process. inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension),the ISAPI filter...

C# Scope

C# Scope

scope in C# Simply, the scope of a type (a variable, a method, or a class) is where you can use that type in your program. In other words, the scope defines the area of the program where that type can be accessible and referenced. When you declare a variable inside...

C# .NET

C# .NET

1) Can we have private constructor? when can I use them? 2) what is an internal specifier? what happens internally when I use access specifier Internal ? 3) DO we have inline function in C#? otherwise what is equivalent inline function in C#? 1. Explain the differences between Server-side and Client-side...