Monthly Archives: January 2012

.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: – Mention Fragmentation in SQL Server?

This is the SQL Server interview questions which are asked during the interview not so frequent. But still go through it once before going for the interview. Speed issues occur because of two major things Fragmentation. Splits. Splits have been … Continue reading

Posted in Csharp interview questions, Fragmentation in SQL Server, programming interview questions, SQL Server, SQL Server interview questions, SQL training | Tagged , , , , , | 2 Comments

Project management: .NET interview questions – Mention ROI?

This is a typical management type .NET interview questions asked by the interviewer to test the candidate’s skill on management. ROI is a measurement by which we can evaluate the financial value organization will gain from the project. ROI can also … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, programming interview questions, Project management, ROI | 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

.NET interview questions: – Mention project life cycle?

This is basic of .NET interview questions which are mostly asked to 1 year experience and above candidates. So here is a simplified answer we have put in front with a diagram so that you can learn in a more … Continue reading

Posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, programming interview questions, project life cycle | 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

C# interview question: – How will you explain partial methods in partial classes of C# and .NET?

Partial methods are important components of partial classes. Read and click on the following link in case you are new to partial classes. Partial methods helps us to define a method definition in one of the physical files and we … Continue reading

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

C# interview questions: – What are partial classes in C# and .NET?

A partial class allows a single class to be divided in to two separate physical files. During compile time these files get compiled in to single class. For instance you can see in the below figure we have the customer … Continue reading

Posted in .net, .NET and C# training, .Net Interview Questions, .NET interview questions and answers, C# and .NET interview questions and answers, C# interview questions, partial classes, partial methods, programming interview questions | Tagged , , , , , , , , , | 2 Comments

.NET interview questions: -How will you show various types of testing in V-model?

If you are senior software professional this .NET interview questions may come across to check your skills on testing. If you new to this question then just go through it before the interview and if you are aware of it … Continue reading

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