Suggest 3 best practices in detail for for Developing High
Performance Web and Enterprise Applications
Answer Posted / 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 |
Post New Answer View All Answers
Where is session cookies stored?
What is a query string in a url?
How do I upload a file from my ASP.NET page?
What is a 1x1 pixel?
Describe Segmentation With Paging?
What is an asp.net validator? And, mention its types.
Explain model, view and controller represent in an mvc application? : asp.net mvc
How does a content page differ from a master page?
What is the difference between a candidate key and primary key?
What are strong names?
What is a page life cycle?
How would you enable impersonation in the web.config file?
What is the concept of view state in asp.net?
Explain the difference between singleton and single call?
Explain what is postback in asp. Net?