Click here to Skip to main content
15,891,981 members
Home / Discussions / Web Development
   

Web Development

 
QuestionSoapException Pin
Prashant C13-Sep-07 0:58
Prashant C13-Sep-07 0:58 
QuestionValidation Pin
Tsepoz13-Sep-07 0:38
Tsepoz13-Sep-07 0:38 
AnswerRe: Validation Pin
Brent Lamborn13-Sep-07 7:20
Brent Lamborn13-Sep-07 7:20 
Questionhow to make website live Pin
harryforum13-Sep-07 0:20
harryforum13-Sep-07 0:20 
AnswerRe: how to make website live Pin
L Viljoen13-Sep-07 2:04
professionalL Viljoen13-Sep-07 2:04 
QuestionHow to create Components for web applications? Pin
venkatinaidu12-Sep-07 23:31
venkatinaidu12-Sep-07 23:31 
QuestionDataAccess Layers & Speed Improvements Pin
L Viljoen12-Sep-07 21:01
professionalL Viljoen12-Sep-07 21:01 
AnswerRe: DataAccess Layers & Speed Improvements [modified] Pin
Manuel F. Hernandez13-Sep-07 7:57
Manuel F. Hernandez13-Sep-07 7:57 
Step one. Max out your memory on the database server. If it holds a maximum of four gigs get a new server that can hold more. Memory is the best way to get speed for data processing. A fast CPU cant hurt either. With data, it's all about the processing. To get speed you need WIDE PIPES.

Step two. If you are interested in performance, the more layers you add, the slower you will be.

1. .xsd is the filename extension for an XML schema which means you are really talking about data transfer via XML. This carries a lot of overhead as a method of transporting data.

2. LINQ is Microsoft's new language for ameliorating various enteties (data sets, XML, class objects) using a single query language. Again good for amelioration, but carries overhead which means you are sacraficing speed.

3. Stored procedures. (YES!! Use them! Use them often!)

4. NO, that's just wrong. It all ends up as .NET assemblies in the Common Language Runtime anyway. If anything, it will slow down people's ability to grok the code.


As far as tutorials go, wikipedia your terms and you'll have a better understanding of what you ask.

Dot Net Rocks! and Arcast(Ron Jacobs) have a lot of good podcasts with this topic. Listening to podcasts is one of the most efficient ways to pick up on the basics.

I am sure there are a lot of optimizations that take place on your database server software of choice. I'm not a DBA though so I really can't speak to that. A good reference will help here. (Or you can just hire a good DBA!)



QuestionMass mail sender app Pin
firestoper12-Sep-07 19:22
firestoper12-Sep-07 19:22 
AnswerRe: Mass mail sender app Pin
led mike13-Sep-07 4:46
led mike13-Sep-07 4:46 
GeneralRe: Mass mail sender app Pin
Manuel F. Hernandez13-Sep-07 7:33
Manuel F. Hernandez13-Sep-07 7:33 
QuestionFireFox select scrolling issue Pin
Brent Lamborn12-Sep-07 5:53
Brent Lamborn12-Sep-07 5:53 
AnswerRe: FireFox select scrolling issue Pin
Shog912-Sep-07 9:03
sitebuilderShog912-Sep-07 9:03 
GeneralRe: FireFox select scrolling issue Pin
Brent Lamborn12-Sep-07 9:57
Brent Lamborn12-Sep-07 9:57 
GeneralRe: FireFox select scrolling issue Pin
Shog912-Sep-07 10:11
sitebuilderShog912-Sep-07 10:11 
Questionneed info about creating popup menu in javascript Pin
Dudhat11-Sep-07 23:20
Dudhat11-Sep-07 23:20 
AnswerRe: need info about creating popup menu in javascript Pin
Shog912-Sep-07 9:13
sitebuilderShog912-Sep-07 9:13 
AnswerRe: need info about creating popup menu in javascript Pin
VIRAGHJAIN12-Sep-07 23:37
VIRAGHJAIN12-Sep-07 23:37 
QuestionProblem with display page in Opera Pin
Dudhat11-Sep-07 23:16
Dudhat11-Sep-07 23:16 
AnswerRe: Problem with display page in Opera Pin
Johnny ²12-Sep-07 0:09
Johnny ²12-Sep-07 0:09 
QuestionIE-FIREFOX Pin
dheema11-Sep-07 21:36
dheema11-Sep-07 21:36 
AnswerRe: IE-FIREFOX Pin
Brent Lamborn12-Sep-07 8:07
Brent Lamborn12-Sep-07 8:07 
GeneralRe: IE-FIREFOX Pin
dheema12-Sep-07 18:43
dheema12-Sep-07 18:43 
AnswerRe: IE-FIREFOX Pin
Guffa12-Sep-07 19:36
Guffa12-Sep-07 19:36 
QuestionNewsletter Pin
| Muhammad Waqas Butt |11-Sep-07 21:31
professional| Muhammad Waqas Butt |11-Sep-07 21:31 

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.