Pertanyaan dan Jawaban Wawancara Paling Populer & Tes Online
Platform edukasi untuk persiapan wawancara, tes online, tutorial, dan latihan langsung

Bangun keterampilan dengan jalur belajar terfokus, tes simulasi, dan konten siap wawancara.

WithoutBook menghadirkan pertanyaan wawancara per subjek, tes latihan online, tutorial, dan panduan perbandingan dalam satu ruang belajar yang responsif.

Prepare Interview

ASP .NET Pertanyaan dan Jawaban Wawancara

Ques 16. What is the Global.asax used for?

The Global.asax (including the Global.asax.cs file) is used to implement application and session level events.

Apakah ini membantu? Add Comment View Comments
 

Ques 17. What are the Application_Start and Session_Start subroutines used for?

This is where you can set the specific variables for the Application and Session objects.

Apakah ini membantu? Add Comment View Comments
 

Ques 18. Can you explain what inheritance is and an example of when you might use it?

When you want to inherit (use the functionality of) another class.Example: With a base class named Employee, a Manager class could be derived from the Employee base class.

Apakah ini membantu? Add Comment View Comments
 

Ques 19. Whats an assembly?

Assemblies are the building blocks of the .NET framework. Overview of assemblies from MSDN

Apakah ini membantu? Add Comment View Comments
 

Ques 20. Describe the difference between inline and code behind.

Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page.

Apakah ini membantu? Add Comment View Comments
 

Most helpful rated by users:

Hak Cipta © 2026, WithoutBook.