Monthly Archives: April 2012

ASP.NET interview questions: – Mention differences between ASP and ASP.NET?

This is the most practical oriented ASP.NET Interview Questions which may be asked during the Interview by the Interviewer. ASP.NET new feature supports are as follows:- Better Language Support New ADO.NET Concepts have been implemented. ASP.NET supports full language (C#, … Continue reading

Posted in Asp.Net Interview Questions, ASP.NET training, Csharp interview questions, Mention differences between ASP and ASP.NET, programming interview questions | Tagged , , , , , , | Leave a comment

ASP.NET interview questions: – Elaborate in brief how the ASP.NET authentication process works?

ASP.NET does not run by itself, it runs inside the process of IIS. Therefore, there are two authentication layers, which exist in ASP.NET system. First authentication happens at the IIS level and then at the ASP.NET level depending on the … Continue reading

Posted in .NET and C# training, ASP.NET, ASP.NET authentication process works, Asp.Net Interview Questions, Csharp interview questions, programming interview questions | Tagged , , , , , , , , | Leave a comment

ASP.NET interview questions: – Will you explain benefits and limitations of using Query Strings?

A simple but most frequently asked ASP.NET interview question. A query string is information sent to the server appended to the end of a page URL. Following are the benefits of using query string for state management:- No server resources … Continue reading

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

ASP.NET Interview questions: – Explain use of session and viewstate in ASP.NET?

HTTP is a stateless protocol , session and viewstate help you to maintain states between request and response. For more information see the below video. Click for more ASP.NET Interview questions Regards, Visit for more authors’ blog on ASP.NET Interview … Continue reading

Posted in .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, ASP.NET training, Csharp interview questions, programming interview questions, session, viewstate | Tagged , , , , , , , | Leave a comment

11 Important Database designing rules which I follow

Introduction Before you start reading this article let me confirm that I am not a guru in database designing. The below 11 points which are listed are points which I have learnt via projects, my own experiences and my own … Continue reading

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