Suggest 3 best practices in detail for for Developing High
Performance Web and Enterprise Applications
Answers were Sorted based on User's Feedback
Answer / sandeep
1)Used Disconnected architecture like dataset
2)Used as possible as All HTML controls
3)Used all client side validations only
4)Used cursors for more than one rows
5)Used Cache for maintain state which is came from database
6)Developing Applications using Classes.[It means 3tire
architecture]
7)Using JavaScript and XML when the designing and
implementing web pages.
8)Using Stored Procedures to generate a call to DataBase.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / himasankar
1)Developing Applications using Classes.[It means 3tire
architecture]
2)Using JavaScript and XML when the designing and
implementing web pages.
3)Using Stored Procedures to generate a call to DataBase.
Is This Answer Correct ? | 2 Yes | 0 No |
in which protocol ASP.NET WEB API Work?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Features in ASP.NET?
Explain the difference between overriding and overloading?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is the sequence in which ASP.NET events are processed?
Is oauth for authentication or authorization?
What are the event handlers that can be included in the Global.asax file?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Explain significance of routing? : asp.net mvc
Can you create an app domain ?
What is meant by ispostback in asp net?