ASP.NET Interview Questions
- Life cycle of ASP?
- What is smart navigation?
- Define state management?
- What do you mean by round trip?
- How ASP .NET different from ASP?
- What do you mean by web service?
- Whats the use of @ Register directives?
- Is xml plays any role in ado.net architecture?
- What does this do? Gacutil /l | find /i ?about?
- What base class do all Web Forms inherit from?
- What is the difference between an EXE and a DLL?
- Can we use http handlers to upload a file in asp.net?
- Which two properties are on every validation control?
- What is the difference between boxing and unboxing?
- How can i configure Data Adapter to generate dataSet?
- What do you mean by authentication and authorization?
- What is FullTrust? Do GAC? Ed assemblies have FullTrust?
- What method do you use to explicitly kill a user? s session?
- What is the exact purpose of http handlers and interfaces?
- Different between response.output.redirect and response. Write?
- What are the disadvantages of view state/what are the benefits?
- What is the standard you use to wrap up a call to a Web service?
- Explain the differences between Server-side and Client-side code?
- What is the difference between excute query and excute nonquery?
- What is strong-typing versus weak-typing? Which is preferred? Why?
- What are PDBs? Where must they be located for debugging to work?
- Is there any limit for query string? If means what is the maximum size?
- What is the difference between Server. Transfer and Response. Redirect?
- What is the maximum number of cookies that can be allowed to a web site?
- What does the “EnableViewState” property do? Why would I want it on or off?
- How will you load dynamic assembly? How will create assesblies at run time?
- Can anybody tell me how to fire the text changed event of textbox inside the grid?
- What is the difference between webpage, webserver, website and web application?
- What is a Windows Service and how does its lifecycle differ from a? Standard? EXE?
- What tags do you need to add within the asp:datagrid tags to bind columns manually?
- Is there any difference between Form Post and PostBack.If yes what is the difference?
- Describe session handling in a web farm, how does it work and what are the limits?
- What tags do you need to add within the asp: datagrid tags to bind columns manually?
- How does the XmlSerializer work? What ACL permissions does a process using it require?
- How do we connect to the 11S if we want to use it instead of the built in Web Server?
- How a grid can be made editable in ASP.Net? How to Access a particular cell of Grid? What is the difference between data grid and data list?
- How to create a package for web application with components that shared with other applications?
- Describe the difference between inline and code behind – which is best in a loosely coupled solution?
- How can we use web service web service in c# windows application that is developed in visual studio?
- Which method do you invoke on the Data Adapter control to load your generated dataset with data?
- What is the core difference between ASP and ASP.NET and why do you want to migrate?
- In what order do the events of an ASPX page execute. As a developer is it important to understand these events?
- True or False: To test a Web service you must create a windows application or Web application to consume this service?
- Why we need both server controls and html controls in asp.net. What is the difference between them?
- Where would you use an HTTP Module, and what are the limitations of any approach you might take in implementing one?