what is AGILE SCRUM methodoly....?
Answer / satya narayan sahoo
In this method we dont have standard design document which
describes the business objects and business
interfaces.Based on the requirements codes are written
without refering any high level design documents.
| Is This Answer Correct ? | 2 Yes | 2 No |
Elements of CAS
Explain the different types of proxy patterns?
what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?
What's the .net collection class that allows an element to be accessed using a unique key?
Difference between abstract class and interface in .net?
Please explain is the jit an interpreter?
What is boxing in .NET?
What is connection pooling and how do you make your application use it?
What is COM Interoperability in .NET
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
Explain what is the difference between web application and enterprise application?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?