Suggest 3 best practices in detail for for Developing High
Performance Web and Enterprise Applications

Answers were Sorted based on User's Feedback



Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applicat..

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

Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applicat..

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

Post New Answer

More ASP.NET Interview Questions

What is viewstate?

5 Answers   Microsoft,


What is a viewbag?

0 Answers  


How does asp.net page work?

0 Answers  


What is the exact purpose of http handlers?

0 Answers  


Explain Life cycle of ASP.NET page when a request is made.

0 Answers  






What does mvc represent in asp.net? : asp.net mvc

0 Answers  


What is web router?

0 Answers  


What is the Difference between Web.config and global.asax? Can we write connection String code in global.asax?

10 Answers   Microsystems,


Project Architecture (3tier, n-tier)

1 Answers   Syntel,


How you can return View from ASP.NET Web API method?

0 Answers  


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

0 Answers   Siebel Systems,


Can you use c# without .net?

0 Answers  


Categories