Quantcast
Channel: One stop place for c# ,.NET , SQL Server interview questions » Asp.Net Interview Question
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

ASP.NET interview questions: – Define various modes of storing ASP.NET session?

• InProc: – In this mode Session, state is stored in the memory space of the Aspnet_wp.exe process. This is the default setting. If the IIS reboots or web application restarts then session state is...

View Article



Image may be NSFW.
Clik here to view.

ASP.NET interview questions: – Can u explain the benefits and limitations of...

A simple but most frequently asked ASP.NET interview question. Following are benefits of using cookies for state management:- • No server resources are required as they are stored in client. • They are...

View Article

Image may be NSFW.
Clik here to view.

C# and .NET interview questions: – Explain Lambda Expression in C#?

Lambda expression: – A Lambda expression is an anonymous function that can contain expressions and statements, and can be used to create delegates or expression tree types. In simple words Lambda...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET interview questions: – Edit, Update and Delete of GridView in ASP.NET.

The process of making GridView Editable, Updateable and Deleteable is almost used in the entire ASP.NET project. So, making GridView Editable, Updateable and Deleteable is one of the most important...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET interview questions: – How to create a Unique Code in ASP.NET?

This is one of the requirements that would come across you many a times while working on .NET projects. Some of the senior developers will find this question very easy but many of the developer friends...

View Article


Image may be NSFW.
Clik here to view.

.NET interview questions: – How to parse data in Threading?

This is a semi-asked .NET interview questions and has been asked in most of the interviews to check your skills on parsing data in threading. As a senior developer you would be interested to know how...

View Article

Image may be NSFW.
Clik here to view.

C# Training: – What are various types of IIS isolation levels?

IIS has three level of isolation:- LOW (IIS process):- In this main IIS, process, and ASP.NET application run in same process. So if any one crashes the other is also affected. Example let us say (well...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET training and interview question: – What is cross page posting?

This is most frequently asked during ASP.NET interview questionsBy default, button controls in ASP.NET pages post back to the same page that contains the button, where you can write an event handler...

View Article


Image may be NSFW.
Clik here to view.

ASP.NET Interview Question: – How to encrypt connection string in Web.config...

Almost 60% ASP.NET hosting’s done with third party vendors. These vendors have full access to your folder and your database. As a best practice we all store connection strings in our “web.config” file....

View Article


Image may be NSFW.
Clik here to view.

ASP.NET interview questions :- How does ASP.NET page life cycle actually work?

In ASP.NET page life the first event which runs is Init , the load , validate , any ui events like button click and finally render. Remember the word SILVER (Init , Load , Validate , Event and Render)...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images