.NET interview questions: - Explain the steps to make Windows API calls in .NET?

Windows API calls are not COM based and they are invoked through Platform Invoke Services.

ASP.NET interview questions: - Write the ways of  doing Tracing in ASP.NET?

Tracing: - Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't affect the program's output.

SQL Server interview questions: - What are ACID fundamental and transactions in SQL SERVER?

A transaction is a sequence of operations performed as a single logical unit of work. A logical unit of work must exhibit four properties, called the ACID (Atomicity, Consistency, Isolation, and Durability) properties, to qualify as a transaction:

SQL Server interview questions: -Types of replication supported by SQL SERVER?

There are three types of replication supported by SQL SERVER:-

C# and .Net Interview Question:- Explain InnerClass and Procedure to use them?

A class which is declared inside the body of another class is called as InnerClass.

.Net Interview Question:-Explain the procedure to  declare Interfaces as private?

Sometimes I am surprised with some questions which come up during .NET interview and this one is one of them. I really do not understand why people ask such questions and how useful it is practically.

.NET interview questions: - Can you explain the term Native Image Generator (Ngen.exe)?

The Native Image Generator utility (Ngen.exe) allows you to run the JIT compiler on your assembly's MSIL and generate native machine code which is cached to disk.

.Net Interview Question:- Adding  your window application icon to the task  bar ?

This is not one of the .NET typical interview question but as a developer you would be interested in knowing that how to add your windows application icon in to the task bar.

C# and .NET interview question - How will you implement interface with same method name in C#?

This is one of the typical .Net interview questions and is also the favorable question of interviewers.

SQL Server interview questions: - Find the Age of an Employee whose Age is greater than 30 using SQL query.

This is one of the most typical questions asked in most of the interviews and is the favorable question of interviewers to check your skill on SQL.

.NET interview questions: - Prove that anonymous Types better than Tuples.

Anonymous Types help us to create an object without declaring its data type and also help us to create properties with good meaningful names

.NET interview questions: - Different types anonymous and their practical use?

Anonymous Types help us to create an object without declaring its data type and also help us to create properties with good meaningful names

.NET interview questions: - Method of parsing values from string.

This is one of the most interesting topics asked by the interviewers to check how you can handle/solve this complicated situation in much easier ways.

C# and .NET interview question: - Define Named and Optional Arguments?

Visual C# 2010 introduces two interesting features called as Named and Optional Arguments.

ASP.NET interview questions: - How will you describe the benefits and limitations of using Cookies?

A simple but most frequently asked ASP.NET interview question.

We are on Social