Category Archives: C# interview questions

C# and .NET interview questions with answers – What is Nuget?

Many times you would like to use open sources like Nunit, Log4net, Jquery , Ninject etc  in  your project. To do the same you need to search them, download the DLL’s, check which is a proper version, add it to … Continue reading

Posted in .NET and C# training, .Net Interview Questions, .NET interview questions with answers, C# interview questions, Csharp interview questions, progarmming interview questions, What is Nuget | Tagged , , , , , , | Leave a comment

23 important SQL Server interview questions on Database concepts

23 important SQL Server interview questions on Database concepts This section will cover the most asked SQL Server interview questions by the interviewer so have a look on the following and do revise it when ever you go for the … Continue reading

Posted in .NET and C# interview questions and answers, .NET and C# training, .Net Interview Questions, C# interview questions, Csharp interview questions, Interview question, programming interview questions, SQL Server, SQL server training | Tagged , , , , , | Leave a comment

C# and ADO.NET Interview Questions :- Can you explain Connection, Command, Datareader and Dataset in ADO.NET ?

Connection: – This object creates a connection to the database. If you want to do any operation on the database you have to first create a connection object. Command: – This object helps us to execute SQL queries against database. … Continue reading

Posted in .NET and C# training, .Net Interview Questions, C# and ADO.NET interview questions, C# interview questions, Command, Connection, Csharp interview questions, Datareader, Dataset in ADO.NET, 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

28 important ASP.NET MVC interview questions and answers

What is MVC? Can you explain the complete flow of MVC? Is MVC suitable for both windows and web application? What are the benefits of using MVC? Is MVC different from a 3 layered architecture? What is the latest version … Continue reading

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

C# and WCF interview question:- What is the difference between Remoting,Web services and WCF services ?

I have lost count of how many times this has been asked in WCF interviews. So the first thing is WCF is a combination of Web service + remoting + MSMQ + COM plus. The above question is taken from … Continue reading

Posted in .NET and C# training, .Net Interview Questions, ASP.NET, C# interview questions, Csharp interview questions, programming interview questions, Remoting, WCF, WCF services, Web services | Tagged , , , , , , , , | Leave a comment