Monthly Archives: December 2011

SQL Server interview questions: – Explain publisher, distributor and subscriber in “Replication”?

This is the most expected asked SQL Server interview questions during the interview by the interviewer. Publisher is the one who owns the database and is the main source for data. Publisher identifies what data should be distributed across. Distributor … Continue reading

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

SQL Server interview questions: – What are different types of relationship existing in database designing?

This is one of the most favorite SQL Server interview questions asked by the interviewer during the interview. We have tried to keep answer as simple as we can. So starts the answer as, basically there are three major relationship … Continue reading

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

.NET interview questions: – When Class1 creates objects of Class2 and Class2 creates object of Class1 what will be result?

See the following snap code class Class1 { Class2 o = new Class2(); } class Class2 { Class1 o = new Class1(); } Answer: Both the classes are creating objects of each other due which the object will pile up … Continue reading

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

Knowledge Sharing Session: – On concept of OOPS (Inheritance and Use of Virtual Keyword)

In this Session we will learn the use of Inheritance and Use of Virtual Keyword. Continue reading

Link | Posted on by | Tagged , , , , , , | Leave a comment

.NET/ASP.NET interview questions: – What to use while design – Data grid, data list, or repeater?

This is one of quiet often asked .NET/ASP.NET interview questions so prepare accordingly to answer it to the interviewer. Many of the developers make a blind choice of choosing data grid directly, but that is not the right way. Data … Continue reading

Posted in .net, .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, ASP.net interview questions and answers, Csharp interview questions, Data grid, data list, programming interview questions, repeater | Tagged , , , , , , , , , , | 1 Comment

ASP.NET interview questions: – How does ASP.NET Forms authentication works?

Start answering this ASP.NET interview questions as follows: – In traditional ASP if you are told to create a login page and do authentication you have to do hell lot of custom coding. Now in ASP.NET that has made easy … Continue reading

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