Explain webfarm vs webgardens in .net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Dot Net General Interview Questions

What are the two main parts of the .net framework?

0 Answers  


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


When we go for html server controls and when we go for web server controls?

0 Answers  


What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?

0 Answers  


SAP Business One(this is intigrated tool of .net)

0 Answers   TCS,






Can you share processes between Windows services?

2 Answers  


Why do we use the “using” statement?

0 Answers  


How is .net core cross platform?

0 Answers  


When should I use .net core?

0 Answers  


What’s different between process and application in .net?

0 Answers  


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

0 Answers  


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


Categories