Microsoft
Software
Hardware
Network
Question : Code design consideration for heavy traffic web app
Experts,
In terms of writing C# code are there any design considerations for heavy traffic web apps ? I mean any preferred Creational Patterns, Structural Patterns or any other sort of patterns that should be used ? Or should i prefer object composition over inheritance ? Should I make a heavy use of interfaces and abstraction ? Any specific ways to caching the data that i should concentrate upon ?
Also in terms of UI any specific considerations ? How about connection pooling ? Is it really helpful for a user heavy web site ?
Answer : Code design consideration for heavy traffic web app
Line 14 should be the following. I have not used perl for this before and referenced the IBM site.
http://www.ibm.com/de
veloperwor
ks/linux/l
ibrary/l-p
excel/
inde
x.html
1:
my $new_worksheet = $new_workbook->Worksheets("Drivers");
Random Solutions
VS 2008: access rights under windows 7 when building an assembly
Exchange 2003 Logical Size vs Physical Size
Will this drive work in a Dell Latitude D620
Source: NETLOGON Event ID: 5773 error with in DNS
Deploy application using GPO win 2008 R2
Exchange Tabs not showing in Active Directory on new Domain Controller
PHP error reporting
setup two NIC with same IP address for load balancing
Exchange 2007 OWA causes 2 audit failures on failed login attempt
Can't obtain cell values from Selected Row of GridView programmatically