April 2012
17 posts
Learn .NET in 60 days – Part 1 (13 Labs) →
In this article we will start how to program in c# or .NET. This article is the part 1 of Learn .NET in 60 days Series.
MVC tutorial number 12 - What is RAZOR in MVC 3? →
This is the 12thMVC (Model view controller) tutorial and in this article we will try to understand what is Razor in MVC 3.
4 tags
ASP.NET interview questions: - Difference between...
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#, VB.NET, C++) and not simple scripting like VBSCRIPT…
Better controls than ASP
ASP.NET covers large set’s of HTML...
How to validate using Data annotation(MVC tutorial... →
In this article we will try to understand how we can use data annotations for doing validations in MVC web application.
6 tags
ASP.NET interview questions: - Can you explain in...
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 WEB.CONFIG file.
Below is how the whole process works:-
IIS first checks to make sure the incoming request comes from an IP address that is allowed access to...
4 tags
ASP.NET interview questions: - What are benefits...
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 are required. The query string containing in the HTTP requests for a specific URL.
All browsers support query strings.
Following are limitations of query...
In a parent child relationship which constructor... →
(Interview question video 1)In a parent child relationship which constructor fires first ?
How to create partial views (MVC tutorial number... →
In this article we will try to understand how we can improve reusability using partial views.
7 tags
ASP.NET Interview questions: - What is the use of...
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 questions
Dotnet Best Practices Intererview Questions... →
This Video collection is related with .NET and C# interview questions and answers
11 Important Database designing rules which I... →
Database design,Normalizations,Denormalizations , SQL server,OLTP,OLAP