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
How long the items in ViewState exists?
What is the namespace to create thread in .net?
Describe the diffeerence between inline and code behind?
What do you mean by caching in asp.net?
What are triggers of an updatepanel?
Where the cookie value is stored?
What is caching in asp.net?
Explain parts of assembly?
Which browsers support the xmlhttprequest object?
How do you implement sql caching in asp.net?
Distinguish between Server-side and Client-side code with its functionality?
What permissions do asp.net applications posses by default?
Which method do you use to enforce garbage collection in .net?
How to find out what version of asp.net I am using on my machine?
What is data reader in asp.net?