Category Archives: .net

ASP.NET interview questions: What is impersonation in ASP.NET?

By default, ASP.NET executes in the security context of a restricted user account on the local machine. Sometimes you need to access network resources such as a file on a shared drive, which requires additional permissions. One way to overcome … Continue reading

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

How to prepare for c# and .NETinterviews?

C# is the flag ship language for giant IT Company Microsoft. Now because it’s a flag ship language of Microsoft, job opportunities are ample in this area. This article will run you through what you should be preparing before going … Continue reading

Posted in .net, .Net Interview Questions, 16 important c# section, C# and .NET interview questions and answers, c# and .NETinterviews, C# interview questions, Csharp interview questions, Interview question, programming interview questions | Tagged , , , , , , | 1 Comment

ASP.NET training and interview question: – What is cross page posting?

This is most frequently asked during ASP.NET interview questionsBy default, button controls in ASP.NET pages post back to the same page that contains the button, where you can write an event handler for the post. Remember this question is fromis … Continue reading

Posted in .net, .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, ASP.NET training, C# interview questions, cross page posting, Csharp interview questions, programming interview questions | Tagged , , , , , , , | Leave a comment

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

11 Important Database designing rules which I follow

Introduction Before you start reading this article let me confirm that I am not a guru in database designing. The below 11 points which are listed are points which I have learnt via projects, my own experiences and my own … Continue reading

Posted in .net, .NET and C# training, .Net Interview Questions, Csharp interview questions, Database designing, programming interview questions, SQL Server | Tagged , , , , , | Leave a 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