.NET interview questions: - Delay signing in .NET?

The whole point about strong names is to ensure that the clients (UI, External components etc) who is consuming the DLL knows that the DLL was published from a valid source

.NET interview questions: -Elaborate differentiation delegate and an event?

This is one of the important and most asked.NET interview questions. Delegate is basically an abstract strong pointer to a function or method while events are higher level of encapsulation over delegates.

.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.

.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.

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.

.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.

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.

ASP.NET interview questions: - Can you explain Method of  Sorting  GridViewcontrol in ASP.NET?

Sorting allow you to sort the GridViewcontrol data in Ascending or Descending order.

We are on Social