Click here to Skip to main content
16,004,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: prevention of control key on web page Pin
Parwej Ahamad28-Oct-07 17:29
professionalParwej Ahamad28-Oct-07 17:29 
QuestionUploading error Pin
IamAmit23-Sep-07 2:46
IamAmit23-Sep-07 2:46 
AnswerRe: Uploading error Pin
John-ph23-Sep-07 3:59
John-ph23-Sep-07 3:59 
Questionconnectin to sql server from txt or lbl Pin
Saba0222-Sep-07 8:53
Saba0222-Sep-07 8:53 
AnswerRe: connectin to sql server from txt or lbl Pin
Colin Angus Mackay22-Sep-07 9:14
Colin Angus Mackay22-Sep-07 9:14 
GeneralRe: connectin to sql server from txt or lbl Pin
Saba0222-Sep-07 12:11
Saba0222-Sep-07 12:11 
QuestionBuilding high performance Web Applications Pin
NetBot22-Sep-07 6:15
NetBot22-Sep-07 6:15 
AnswerRe: Building high performance Web Applications Pin
John-ph22-Sep-07 21:08
John-ph22-Sep-07 21:08 
John Mecas wrote:
We should use datasets rather than using datareaders...


No.. Not neccessary..
There is world of Difference between Dataset and DataReader.

DataReader - Simple , Fast, Forward-Only, Read-Only, Connection oritented, Ideal for handling small set of Records. Ex: Binding of read-only data is much more efficient using a reader.

Dataset - Powerful, Two-way(Moves Forward and Backward), Read-Write Access, Connectionless, Ideal for manipulating huge set of Records. Ex: Binding Data to a DataGrid and manipulating and doing a Bulk update.

If you try to use these two the other way round then it dramatically reduces the performance of your application...

John Mecas wrote:
We should use tables instead of divs....


No two controls have 100% similar properties, methods and events. There are slight differences that the other control is incapable of doing...we can say that these are the limitions implied on the control...


John Mecas wrote:
How to design a high performance website


a lot to list... but few tips here...

A. In terms of Fornt-End Design
1. Better understanding about the Business Requirement and .NET Controls will help you to give a User-Friendly Interface to the application

A. In term of Coding few tips..
1.Having 3-Tier or N-Tier Architecture (Layered Approach)
2.Optimized Code
3.Proper Usage of Session and Application Variables
4.Proper Implementation of Caching Techniques
5.Reduced Viewstate Maintenance
6.Client-Side Validation
practicing all these will help you to deliver a high performance website.

Hope this helps....


Regards
J O H N Rose | [Rose]

"Even eagles need a push." David McNally

Questionhow to use media control in asp.net? Pin
Phan Van Thao22-Sep-07 5:26
Phan Van Thao22-Sep-07 5:26 
AnswerRe: how to use media control in asp.net? Pin
John-ph22-Sep-07 21:11
John-ph22-Sep-07 21:11 
QuestionOnline Shopping in ASP.NET Pin
.NET- India 22-Sep-07 2:15
.NET- India 22-Sep-07 2:15 
AnswerRe: Online Shopping in ASP.NET Pin
John-ph22-Sep-07 21:30
John-ph22-Sep-07 21:30 
GeneralRe: Online Shopping in ASP.NET Pin
nareshss22-Sep-07 22:04
nareshss22-Sep-07 22:04 
GeneralRe: Online Shopping in ASP.NET Pin
John-ph22-Sep-07 23:38
John-ph22-Sep-07 23:38 
QuestionI have a problem upon publishing my website. Pin
Big Ralph22-Sep-07 1:23
Big Ralph22-Sep-07 1:23 
AnswerRe: I have a problem upon publishing my website. Pin
MoustafaS22-Sep-07 4:04
MoustafaS22-Sep-07 4:04 
GeneralRe: I have a problem upon publishing my website. Pin
Big Ralph23-Sep-07 22:44
Big Ralph23-Sep-07 22:44 
QuestionThumbnail Image in asp.net Pin
Vishnu_gopan22-Sep-07 0:26
Vishnu_gopan22-Sep-07 0:26 
AnswerRe: Thumbnail Image in asp.net Pin
saini arun22-Sep-07 2:37
saini arun22-Sep-07 2:37 
Questione-learning application in asp.net PinPopular
parthmankad21-Sep-07 23:57
parthmankad21-Sep-07 23:57 
AnswerRe: e-learning application in asp.net Pin
Michael Sync23-Sep-07 1:23
Michael Sync23-Sep-07 1:23 
AnswerRe: e-learning application in asp.net Pin
Sandeep Gowda11-Feb-15 1:14
Sandeep Gowda11-Feb-15 1:14 
QuestionProject Uploading Pin
.NET- India 21-Sep-07 23:01
.NET- India 21-Sep-07 23:01 
AnswerRe: Project Uploading Pin
John-ph22-Sep-07 23:06
John-ph22-Sep-07 23:06 
QuestionCheck Spellings? Pin
Kasi Viswanathan21-Sep-07 22:00
Kasi Viswanathan21-Sep-07 22:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.