Answer Posted / triveni
MSIT: MycroSoft Integrated Ltd.
CTS:Commun Type System.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you trigger the paint event in system.drawing?
What are three common acronyms used in .net, and what do they stand for?
Tell us what is json data, and what is one way that .net developers can work with json?
Which dll translate xml to sql in internet information server (iis)?
What is class library in .net
Explain different types of html, web and server controls.
What is the use of system.diagnostics.process class in .net?
What is a metadata in .net?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Explain the difference between public and static modifiers?
Explain can 2 different applications use the same dll in gac at the same time?
What is the difference between web application and enterprise application?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What is the difference between server.transfer and response.redirect? Why?