SlideShare a Scribd company logo
Technical Interview Questions For 1 year Experienced in Dotnet
1. What is ASP.Net?
2. What's the use of Response.Output.Write()?
3. In which event of page cycle is the ViewState available?
4. What is the difference between Server.Transfer and Response.Redirect?
5. From which base class all Web Forms are inherited?
6. What are the different validators in ASP.NET?
7. Which validator control you use if you need to make sure the values in two
different controls matched?
8. What is ViewState?
9. Where the viewstate is stored after the page postback?
10. How long the items in ViewState exists?
11. What are the different Session state management options available in
ASP.NET?
12. How you can add an event handler?
13. What is caching?
14. What are the different types of caching?
15. Which type if caching will be used if we want to cache the portion of a page
instead of whole page?
16. List the events in page life cycle.
17. Can we have a web application running without web.Config file?
18. Is it possible to create web application with both webforms and mvc?
19. Can we add codefiles of different languages in App_Codefolder?
20. What is Protected Configuration?
21. Write codeto send e-mail from an ASP.NET application?
22. How can we prevent browser from caching an ASPX page?
23. What is the good practice to implement validations in aspx page?
24. What are the event handlers that we can have in Global.asax file?
25. Which protocolis used to call a Web service?
26. Can we have multiple web config files for an asp.net application?
27. What is the difference between web config and machine config?
28. Explain role based security ?
29. What is Cross Page Posting?

More Related Content

DOCX
Indows soft solutions technical interview questions for 1 year experience in ...
DOCX
Indows soft solutions technical interview questions for dotnet freshers
DOCX
Indows soft solutions technical questions for 1 year experience in mysql
DOCX
Indows soft solutions experience 2 years in my sql
DOCX
Indows soft solutions freshers interview questions for my sql
PDF
Dot net softvamp techno solutions_technical questions freshers
PDF
Dot net softvamp techno solutions_technical interview questions 1years exper...
TXT
Ravi tamada
Indows soft solutions technical interview questions for 1 year experience in ...
Indows soft solutions technical interview questions for dotnet freshers
Indows soft solutions technical questions for 1 year experience in mysql
Indows soft solutions experience 2 years in my sql
Indows soft solutions freshers interview questions for my sql
Dot net softvamp techno solutions_technical questions freshers
Dot net softvamp techno solutions_technical interview questions 1years exper...
Ravi tamada

Similar to Indows soft solutions technical interview questions for 1 year experienced in dotnet (20)

PDF
Dot net softvamp techno solutions_technical interview questions 2 years exper...
DOCX
Dot net2+ questions
DOCX
Asp interview Question and Answer
DOC
Testing interview questions
DOC
Web technologies 4th unit quiz
DOCX
1- What are some subclasses of ActionResult- 2- How do you redirect a.docx
DOCX
1- What are some subclasses of ActionResult- 2- How do you redir.docx
PDF
Dotnet difference questions & answers Compiled-1
PDF
Difference between asp.net web forms and asp.net mvc
DOC
sharepoint faqs
PDF
Asp net interview_questions
PDF
Asp net interview_questions
PDF
Asp.net+interview+questions+and+answers
PDF
ASP.NET Interview Questions PDF By ScholarHat
PDF
ASP.NET Difference FAQs
DOCX
Dotnet interview questions for experienced
PDF
Dot net syllabus book
PDF
Android interview questions for 2 to 5 years (1)
PDF
Difference between asp.net mvc 3 and asp.net mvc 4
Dot net softvamp techno solutions_technical interview questions 2 years exper...
Dot net2+ questions
Asp interview Question and Answer
Testing interview questions
Web technologies 4th unit quiz
1- What are some subclasses of ActionResult- 2- How do you redirect a.docx
1- What are some subclasses of ActionResult- 2- How do you redir.docx
Dotnet difference questions & answers Compiled-1
Difference between asp.net web forms and asp.net mvc
sharepoint faqs
Asp net interview_questions
Asp net interview_questions
Asp.net+interview+questions+and+answers
ASP.NET Interview Questions PDF By ScholarHat
ASP.NET Difference FAQs
Dotnet interview questions for experienced
Dot net syllabus book
Android interview questions for 2 to 5 years (1)
Difference between asp.net mvc 3 and asp.net mvc 4
Ad

Recently uploaded (20)

PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PDF
Visual explanation of Dijkstra's Algorithm using Python
PPTX
assetexplorer- product-overview - presentation
PPTX
Patient Appointment Booking in Odoo with online payment
PDF
Microsoft Office 365 Crack Download Free
PDF
Wondershare Recoverit Full Crack New Version (Latest 2025)
PDF
iTop VPN Crack Latest Version Full Key 2025
PDF
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PPTX
CNN LeNet5 Architecture: Neural Networks
PDF
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
PDF
CCleaner 6.39.11548 Crack 2025 License Key
PPTX
Tech Workshop Escape Room Tech Workshop
PDF
Autodesk AutoCAD Crack Free Download 2025
PPTX
GSA Content Generator Crack (2025 Latest)
PDF
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
PPTX
Weekly report ppt - harsh dattuprasad patel.pptx
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PPTX
"Secure File Sharing Solutions on AWS".pptx
PPTX
Computer Software and OS of computer science of grade 11.pptx
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
Visual explanation of Dijkstra's Algorithm using Python
assetexplorer- product-overview - presentation
Patient Appointment Booking in Odoo with online payment
Microsoft Office 365 Crack Download Free
Wondershare Recoverit Full Crack New Version (Latest 2025)
iTop VPN Crack Latest Version Full Key 2025
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
CNN LeNet5 Architecture: Neural Networks
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
CCleaner 6.39.11548 Crack 2025 License Key
Tech Workshop Escape Room Tech Workshop
Autodesk AutoCAD Crack Free Download 2025
GSA Content Generator Crack (2025 Latest)
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
Weekly report ppt - harsh dattuprasad patel.pptx
Oracle Fusion HCM Cloud Demo for Beginners
"Secure File Sharing Solutions on AWS".pptx
Computer Software and OS of computer science of grade 11.pptx
Ad

Indows soft solutions technical interview questions for 1 year experienced in dotnet

  • 1. Technical Interview Questions For 1 year Experienced in Dotnet 1. What is ASP.Net? 2. What's the use of Response.Output.Write()? 3. In which event of page cycle is the ViewState available? 4. What is the difference between Server.Transfer and Response.Redirect? 5. From which base class all Web Forms are inherited? 6. What are the different validators in ASP.NET? 7. Which validator control you use if you need to make sure the values in two different controls matched? 8. What is ViewState? 9. Where the viewstate is stored after the page postback? 10. How long the items in ViewState exists? 11. What are the different Session state management options available in ASP.NET? 12. How you can add an event handler? 13. What is caching? 14. What are the different types of caching? 15. Which type if caching will be used if we want to cache the portion of a page instead of whole page? 16. List the events in page life cycle. 17. Can we have a web application running without web.Config file? 18. Is it possible to create web application with both webforms and mvc?
  • 2. 19. Can we add codefiles of different languages in App_Codefolder? 20. What is Protected Configuration? 21. Write codeto send e-mail from an ASP.NET application? 22. How can we prevent browser from caching an ASPX page? 23. What is the good practice to implement validations in aspx page? 24. What are the event handlers that we can have in Global.asax file? 25. Which protocolis used to call a Web service? 26. Can we have multiple web config files for an asp.net application? 27. What is the difference between web config and machine config? 28. Explain role based security ? 29. What is Cross Page Posting?