These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.
TCS,
3011i need to insert data into sql server table emp through textboxes txtname and txtsalary using c# code. Please help
1 4574
Why is it called c sharp?
What is dynamic object in c#?
What is function c#?
What type is string in c#?
What is parse method in c#?
What all details the assembly manifest will contain?
What is property c#?
Why References are stored on heap and variables on stack?
What is the meaning of int parse in c#?
List out the differences between array and arraylist in c#?
What is overloading in c#?
Is a games console a computer?
Why array is faster than arraylist in c#?
what is IComparable
What is the Signification of the "new " keyword in C#? example