ASP .NET Interview Questions (Part-5)

In this article, we will discuss some Important Interview Questions related to C# and ASP .NET. Let’s start with the Questions:

 

Question # 1: What is ASP?

ASP stands for Active Server Pages. It is the technology made by Microsoft and is used to create Dynamic and User-Friendly Web Applications.

 

Question # 2: What is the Difference between C# and ASP .NET?

C# is a General Purpose Programming Language that is used to develop Desktop Apps, Mobile Apps, Web Apps, and Games, etc. while ASP .NET is the framework of Web Development in which Web Apps are created using Different Languages such as C#, Visual Basics, and F#, etc.

 

Question # 3: What is IIS?

 IIS stands for Internet Information Services. It is used as a Web Server so that we can check our code by running it on our Local Device.

 

Question # 4: What is the difference between Authentication and Authorization?

Authentication means “the Identification of Application User” while Authorization means “the rights of that Application User”, whether the user can access a particular page or not.

 

Question # 5: What is the difference between sessions and Cookies?

Session and Cookies both are used to Store Information. The major difference between them is that Session stores data on Server Side While Cookies store the data in the Browser on the Client-Side. We can store the data of Cookies until the duration we want while the data of the session get removed on closing the browser.

Here is the video where I explained these Questions in very Easy Words
Must Watch this video (In Urdu):

 

Posted: 30 May 2021

Visit for more

Joined in Nov 2020

I am Programmer, I love writing about technology. You can contact me for any suggestions & feedback about this website. Keep writing & reading awesome articles.


() ()