.NET and c# Interview Question and answers: – If we want to update interface...
This is an awesome c# interview question. Kudos to the interviewer who has asked this c# question and double kudos to the candidate if he answers this c# question. The biggest use of interface is to...
View ArticleASP.NET MVC (Model view controller) interview questions and answers: – What...
In case you are new to MVC start learning by click on this video learn MVC step by step. When this note was written, four versions where released of MVC. MVC 1 , MVC 2, MVC 3 and MVC 4. So the latest...
View ArticleC# and WCF interview question:- What is the difference between Remoting,Web...
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 the...
View Article28 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...
View ArticleSQL Server interview questions: -How to delete duplicate records which does...
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...
View ArticleMVC ASP.NET interview question: -What is the difference between tempdata...
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...
View Article30 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?...
View ArticleASP.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...
View ArticleHow 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...
View ArticleC# and ADO.NET Interview Questions :- Can you explain Connection, Command,...
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...
View Article500 Important C# and.NET interview questions asked to C# developers
How much do you rate yourselfbetween 1 to 10? Can you speak about yourself? How can we improve performance of .NET? What is the difference between .NET 1.X,2.0,3.0, 3.5 and 4.0? What is ILcode,JIT,CLR,...
View Article23 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...
View ArticleC# 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,...
View Article