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
Is a dll file an executable?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is the difference between viewstate and hidden field in asp.net?
What is simple data binding?
What is the difference between CLICK and MOUSE DOWN Event ?
How will you do Redo and Undo in a TextControl?
What is mta?
Explain the steps needed to be performed in order to create an animation in xaml?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Mention the execution process for managed code?
How to use ipostback?
What are the elements of a website?
What is the difference between asp.net and mvc?
State differences between MVC and WebAPI
How to prevent client side validation from the ASP.NET validation controls?