Tag Archives: .NET

30 important ASP.NET MVC interview question

This question are taken from the book .NET interview question book latest edition written by Shivprasadkoirala and published by BPB publications. What is MVC? Can you explain the complete flow of MVC? Is MVC suitable for both windows and web … Continue reading

Posted in .net, .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, C# and .NET interview questions and answers, C# interview questions, Csharp interview questions, MVC, programming interview questions | Tagged , , , , , , , , | Leave a comment

MVC ASP.NET interview question: -What is the difference between tempdata ,viewdata and viewbag?

Temp data: -Helps to maintain data when you move from one controller to other controller or from one action to other action. In other words when you redirect,“tempdata” helps to maintain data between those redirects. It internally uses session variables. … Continue reading

Posted in .net, .Net Interview Questions, ASP.NET, C# interview questions, Csharp interview questions, MVC, programming interview questions | Tagged , , , , , , | 1 Comment

SQL Server interview questions: -How to delete duplicate records which does not have primary key?

Let me first explain what this question is all about. Let’s say you have table which has names as shown in the below figure. Now in the names table you have duplicate records (ex. Shiv) and this table does not … Continue reading

Posted in .net, .Net Interview Questions, C# interview questions, Csharp interview questions, programming interview questions, SQL Server | Tagged , , , , , | Leave a comment

29 important .net interview questions on Remoting and Webservices

29 important.net interview questions on Remoting and Webservices This section will cover the most asked questions related to Remoting and Webservices during .net interview by the interviewer so have a look on the following and do revise it when ever … Continue reading

Posted in .net, .NET and C# training, Csharp interview questions, programming interview questions, Remoting, Webservices | Tagged , , , , , | Leave a comment

ASP.NET interview questions: – Will you explain benefits and limitations of using Query Strings?

A simple but most frequently asked ASP.NET interview question. A query string is information sent to the server appended to the end of a page URL. Following are the benefits of using query string for state management:- No server resources … Continue reading

Posted in .net, .NET and C# training, ASP.NET, Asp.Net Interview Questions, Csharp interview questions, programming interview questions, Query Strings | Tagged , , , , , , | Leave a comment

.NET Interview Questions: – Elaborate object pooling in .NET?

This is the most practical oriented .Net Interview Questions which may be asked during the Interview by the Interviewer. COM+ reduces overhead by not creating object from scratch. So in COM+ when object is activated it’s activated, from pool and … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, programming interview questions | Tagged , , , , , | 2 Comments

.NET interview questions: – How will you explain object diagrams in UML?

One of the most expected .NET interview questions on Unified Modeling Language (UML) asked to software engineer during .NET interview. Class represents shows the static nature of the system. Class diagrams shows the types and how they are linked. Classes … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, object diagrams in UML, programming interview questions, UML, UML Training | Tagged , , , , , , | 2 Comments

.NET interview questions: – Show interfaces in details with examples?

This is the basic and all time favorite .NET interview questions asked in the start or during the interview by the interviewer. So start with the definition & use an example to express the fundamental of the topic in more … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, interfaces, OOPS, programming interview questions | Tagged , , , , , | Leave a comment

SQL Server interview questions: – Can you mention two types of indexes and explain them?

This is the SQL Server interview questions most asked during the interview so do revise before you go for the interview. There are basically two types of indexes:- Clustered Indexes. Non-Clustered Indexes. Every thing is same for both the indexes … Continue reading

Posted in Clustered Indexes, Csharp interview questions, Non-Clustered Indexes, programming interview questions, SQL Server, SQL Server interview questions | Tagged , , , , , , , , | 1 Comment

4 real time use of Partial classes and partial methods.

Introduction Recently I was hunting about partial classes and the real time use of the same. Many of those postings found on google talked about the concept of partial classes and partial methods, but in what scenarios to use them … Continue reading

Posted in .net, .NET and C# training, .NET exception handing interview questions and answers, .Net Interview Questions, Csharp interview questions, partial classes, partial methods, programming interview questions | Tagged , , , , , , , , | Leave a comment