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.

.NET and ASP.NET interview questions: - Data exporting from GridView to Excel

This is one of the most important topics while dealing with GridView data so I thought to share this information. Let’s do a small demonstration to see how exactly we can export data of GridView to Excel in .NET.

ASP.NET interview questions: - Explain the term various modes of storing ASP.NET session?

In this mode Session, state is stored in the memory space of the Aspnet_wp.exe process. This is the default setting. If the IIS reboots or web application restarts then session state is lost.

.NET interview questions: -  What is use the of SN.EXE?

trong name is similar to GUID (It is supposed to be unique in space and time) in COM components. Strong Name is only needed when we need to deploy assembly in GAC.

We are on Social