Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: What is wrong with my code in Visual Studios Pin
OriginalGriff24-Jun-19 19:56
mveOriginalGriff24-Jun-19 19:56 
AnswerRe: What is wrong with my code in Visual Studios Pin
Ayush Singroul28-Jun-19 10:16
Ayush Singroul28-Jun-19 10:16 
Questionadministratively scalable Pin
Tara1123-Jun-19 9:46
Tara1123-Jun-19 9:46 
AnswerRe: administratively scalable Pin
Dave Kreskowiak23-Jun-19 10:07
mveDave Kreskowiak23-Jun-19 10:07 
AnswerRe: administratively scalable Pin
OriginalGriff23-Jun-19 19:58
mveOriginalGriff23-Jun-19 19:58 
QuestionPerformance vs scalability Pin
Tara1123-Jun-19 6:34
Tara1123-Jun-19 6:34 
AnswerRe: Performance vs scalability Pin
Dave Kreskowiak23-Jun-19 9:36
mveDave Kreskowiak23-Jun-19 9:36 
AnswerRe: Performance vs scalability Pin
#realJSOP26-Jun-19 6:34
mve#realJSOP26-Jun-19 6:34 
In other words, hardware is always going to be the bottleneck. You can't change a user's connectivity, memory, storage, screen resolution, etc.

All you can do is make your code as efficient as possible, publish minimum acceoptable hardware, and let the user decide if their hardware is capable of runnign your app.

In terms of servers, communication performance is a) how many connections a given server can handle, b) how many hops exist between the server and the user, and finally, c) the user's hardware/software configuration. You have no control over any of that.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

GeneralRe: Performance vs scalability Pin
Tara1126-Jun-19 9:37
Tara1126-Jun-19 9:37 
QuestionWhy is this not CLS-Compliant? Pin
#realJSOP20-Jun-19 4:51
mve#realJSOP20-Jun-19 4:51 
AnswerRe: Why is this not CLS-Compliant? Pin
OriginalGriff20-Jun-19 5:02
mveOriginalGriff20-Jun-19 5:02 
GeneralRe: Why is this not CLS-Compliant? Pin
#realJSOP20-Jun-19 5:06
mve#realJSOP20-Jun-19 5:06 
GeneralRe: Why is this not CLS-Compliant? Pin
OriginalGriff20-Jun-19 5:21
mveOriginalGriff20-Jun-19 5:21 
GeneralRe: Why is this not CLS-Compliant? Pin
#realJSOP20-Jun-19 5:24
mve#realJSOP20-Jun-19 5:24 
QuestionAm I Remembering Wrong? Pin
#realJSOP20-Jun-19 4:34
mve#realJSOP20-Jun-19 4:34 
AnswerRe: Am I Remembering Wrong? Pin
OriginalGriff20-Jun-19 4:52
mveOriginalGriff20-Jun-19 4:52 
GeneralRe: Am I Remembering Wrong? Pin
#realJSOP20-Jun-19 4:58
mve#realJSOP20-Jun-19 4:58 
GeneralRe: Am I Remembering Wrong? Pin
OriginalGriff20-Jun-19 5:08
mveOriginalGriff20-Jun-19 5:08 
GeneralRe: Am I Remembering Wrong? Pin
#realJSOP20-Jun-19 5:14
mve#realJSOP20-Jun-19 5:14 
GeneralRe: Am I Remembering Wrong? Pin
OriginalGriff20-Jun-19 5:24
mveOriginalGriff20-Jun-19 5:24 
QuestionVery simple Async Client/Server Pin
Member 1450684320-Jun-19 2:59
Member 1450684320-Jun-19 2:59 
AnswerRe: Very simple Async Client/Server Pin
OriginalGriff20-Jun-19 3:56
mveOriginalGriff20-Jun-19 3:56 
AnswerRe: Very simple Async Client/Server Pin
Mycroft Holmes20-Jun-19 14:37
professionalMycroft Holmes20-Jun-19 14:37 
AnswerRe: Very simple Async Client/Server Pin
jschell23-Jun-19 6:08
jschell23-Jun-19 6:08 
Questionhow to create a chat application that a private chat user with a c # mvc Pin
xuannam12039220-Jun-19 0:59
xuannam12039220-Jun-19 0:59 

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.