Monthly Archives: February 2011

C# Interview questions:- What role did your play in your current project?

C# Interview questions:- What role did your play in your current project? Answer:This is again a great  c# interview question , but .NET professionals tend to answer this question in one liners like i am a developer , project manager.In … Continue reading

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

ASP.NET Interview question :- What are HttpHandler and HttpModules and how do they differ?

ASP.NET Interview question :- What are HttpHandler and HttpModules and how do they differ? Answer: Both the above concepts are rarely used by developers but mostly asked in .NET interviews .The prime  and common goal of HttpHandler and httpModule is … Continue reading

Posted in .net, .NET and C# interview questions and answers, .NET and C# training, .net code, Asp.Net Interview Questions, C# interview questions, Csharp interview questions, HttpHandler, HttpModules, programming interview questions | Tagged , , , , , , , | Leave a comment

ASP.NET interview question :- How do we write a HttpModule ?

ASP.NET interview question :- How do we write a HttpModule ? Answer: Again a simple .NET Interview question Writing a HttpModule is a two step process. Create a class which implements IhttpModule. public class clsHttpModule : IHttpModule {     public … Continue reading

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

ASP.NET Interview question :- How do we write a HttpHandler ?

ASP.NET Interview question :- How do we write a HttpHandler ? Answer: This is a simple a .NET Interview question .Its a two step process. First create a class which implements Ihttphandler public class clsHttpHandler : IHttpHandler {     public bool … Continue reading

Posted in .net, .NET and C# interview questions and answers, .NET and C# training, .net code, .Net Interview Questions, Asp.Net Interview Questions, Csharp interview questions, HTTP handler | Tagged , , , , , , | Leave a comment

ASP.NET interview question:-What is the difference between render and prender event ?

ASP.NET interview question:- What is the difference between render and prender event ? Answer: This is again a very nice .NET interview question and  the question can be confusing because of the common word “render”. Now ASP.NET page has 4 … Continue reading

Posted in .NET and C# interview questions and answers, .NET and C# training, .net code, .Net Interview Questions, Asp.Net Interview Questions, C# interview questions, Csharp interview questions, prender event, programming interview questions, Render | Tagged , , , , , , , | Leave a comment

.NET interview question on generics :- How does performance increase by using generic collection ?

.NET interview question on generics :- How does performance increase by using generic collection ? Answer:When we use normally .NET collection objects there is lot of boxing and unboxing. When we create a  collection which is a generic collection its strongly … Continue reading

Posted in .net, .NET and C# interview questions and answers, .NET and C# training, .net code, .Net Interview Questions, Asp.Net Interview Questions, C# interview questions, Csharp interview questions, Generic collections, programming interview questions | Tagged , , , , , , , | Leave a comment

.NET Interview Questions:- What is the sequence in which ASP.NET page life cycle is executed ?

.NET Interview Questions:- What is the sequence in which ASP.NET page life cycle is executed ? Answer: This is a great  and the most asked ASP.NET interview question. Out of 100 .NET interviews atleast 70 interviewer will ask this question. … Continue reading

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

C# interview question :- Why is stringbuilder concatenation more efficient than simple string concatenation?

C# interview question :- Why is stringbuilder concatenation more efficient than simple string concatenation? Answer: This question is one of the favorites question which comes during c#interviews and the interviewer is not only expecting which one of them is more efficient. But … Continue reading

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

.Net Interview Questions:-If you are said to improve .NET code performance what will you do ?

.Net Interview Questions:-If you are said to improve .NET code performance what will you do ? Answer: These kind of questions are very generic. Just pick up 5 best tips you know which you have implemented and say it before … Continue reading

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

SQL Server interview question :- Select record with the second lowest value from the below customer table?

SQL Server interview question :- Select record with the second lowest value from the below customer table? Answer: Below is a simple customer table with 3 fields code , name and amount. Can you select the customer with second lowest … Continue reading

Posted in .net, .NET and C# interview questions and answers, .NET and C# training, Csharp interview questions, Customer table, programming interview questions, SQL Server, SQL server training | Tagged , , , , , , | Leave a comment