Crack The Campus - Technical Interviews for Tech Companies

Welcome Guest

Search:

.NET Interview Questions


1: ASP.NET question
1. Explain the differences between Server-side and Client-side code? Server side scripting means that all the script will be executed by the server and interpreted as needed. ASP doesn’t have some of

2: ASP.NET interview questions
# 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

3: C# and .NET interview questions
1. How big is the datatype int in .NET? 32 bits.   2. How big is the char? 16 bits (Unicode).   3. How do you initiate a string without escaping each backslash? Put an @ sign in f

4: C# interview questions
What’s the implicit name of the parameter that gets passed into the class’ set method? Value, and it’s datatype depends on whatever variable we’re changing.How do you inherit from a class in C#? Place

5: Advanced C# interview questions
What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more efficient in the cases, where a lot of manipulation is done to the text. Strings are immutable, so eac

6: .NET Windows Forms basics
Write a simple Windows Forms MessageBox statement. System.Windows.Forms.MessageBox.Show ("Hello, Windows Forms"); Can you write a class without specifying namespace? Which namespace does

7: .NET interview questions - Windows Forms
I am constantly writing the drawing procedures with System.Drawing.Graphics, but having to use the try and dispose blocks is too time-consuming with Graphics objects. Can I automate this? Yes, the co

8: .NET Remoting questions and answers
What’s a Windows process? It’s an application that’s running and had been allocated memory. What’s typical about a Windows process in regards to memory allocation? Each process is allocated its own bl

9: Microsoft .NET Framework interview questions
# What is .NET Framework?# Is .NET a runtime service or a development platform? Answer: It’s both and actually a lot more. Microsoft .NET is a company-wide initiative. It includes a new way of delive

10: .NET Windows services development questions
Explain Windows service. You often need programs that run continuously in the background. For example, an email server is expected to listen continuously on a network port for incoming email messages,


Page 1 of 4
[1]   [2]   [3]   [4]