Int Questions
Int Questions
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
1. How will u load dynamic assembly? How will create assemblies at runtime?
2. If I have more than one version of one assemblies, then how'll I use old
version (how/where to specify version number?) in my application?
3. What are the differences between Serializa and MarshalByRef and MarshalByVal?
5. How to create events for a control? What is custom Events? How to create it ?
6. Describe the differences between inline and code behind - which is best in a
loosely coupled
solution and which is best in a tightly coupled solution?
11. Is the COM architecture same as .Net architecture? What is the difference
between them?
16. What is the difference between Finalize and Dispose (Garbage Collection)?
What is close method? How it is different from Finalize & Dispose?
18. What happened when u try to update data in a dataset in .NET while the record
is already
deleted in SQL SERVER as backend?
OR what is concurrency? How will you avoid concurrency when dealing with dataset?
Like, one user is deleting the records one after another in backend and another
user is
trying to update the same row using dataset. What will happen? How will you avoid
this
Problem?
19. How do you merge 2 datasets into a third dataset in a simple manner? OR
if you are executing these statements in CommandObject."Select * from Table1;
Select * from Table2"
How you will deal result set?
25. Can you give an example of what might be best suited to place in the
Application_Start
and Session_Start subroutines?
29. How does ASP.NET framework map client side events to server side events?
34. What is the other method, other than GET and POST, in ASP.NET?
35. How can you debug an ASP page, without touching the code?
37. Which is the namespace used to write error message in event Log File?
38. What are the page level transaction and class level transaction?
43. You have defined one page_load event in aspx page and same page_load event in
code behind,
how will program run?
44. How would you get ASP.Net running in Apache web servers - why would you even
do this?
45. What tags do you need to add within the asp:datagrid tags to bind columns
manually?
48. What is a proxy in web service? How do I use a proxy server when invoking a
web service?
49. Asynchronous web service means?
50. What are the events fired when web service called?
52. How does SOAP transport happen and what is the role of HTTP in it?
How u can access a webservice using soap?
53. What are the different formatters can be used in both? Why?
60. How to use XML DOM model on client side using Java Script?
61. What are the ways to create a tree view control using XML, XSL and
_Javascript?
66. Can we do sorting in XSL? How do you deal sorting columns dynamically in XML?
74. What is valid Xml document? What a well formed xml document?
76. If i replace my SQLSERVER with xML files and how about handline the same?
79. 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?
82. What are the differences between OLEDB provider and SQL client Provider?
More Question: