Interview Questions
-----------------------------
56. How can we customise columns in datagrid?
a ) Using the Template column.
57. What is the character/size limit in query string?
a ) Some browsers impose a 2083 character limit on the length of the URL.
58. How do you separate business logic while creating on asp.net application?
a ) By using code behind model
59. How many classes can a single .net dll contain?
a ) It can contain unlimitesd classes.
60. What is the maximum length of varchar and nchar datatypes?
a ) Varchar - max of 8000 characters
Nchar - max of 4000 characters
61. What is Portable Executable?
a ) It is a file format defining the structure that all executable files and dynamic link libraries must use to allow them to be loaded and executed by windows.
62. What is the use of Application Domain?
a ) This provides a way to isolate an application from other applications.
63. In which folder we store Local Resouce files?
a ) They are specific to a single page. They are stored in App_LocalResorces
64. What is serialization? What are its advantages?
a ) It provides a way to save the state of an object by converting it into a stream of bytes.
Advantages:
1. It provides a way to transportation of an object through a network
2. It provides a way to re create the same object by saving the its state.
65. What are the disadvantages of serialization?
a )
1. It requires more resources (to convert an object into a stream of bytes)
2. Serialization is a slow process.
3. It involves latency issues for transmitting the data over network.
Monday, January 5, 2009
Subscribe to:
Post Comments (Atom)
7 comments:
Very Technical.
You are into something that I really looking for to study. In my blogging experience, the requirements of HTML and ASP knowledge coming more. thanks for sharing this. I will visit the site more often to get more details.
Sherin
http://investinternals.blogspot.com
Wow. Terrific insigt and knowledge on ASP. I'll be back to read more.
You are very informed on ASP. Thanks for sharing your knowledge.
oh, it's very nice learn about that, may be i ll keep this blog for anothers info.
http://teguhyulianto.blogspot.com
wow you really know your stuff. nice info
the interview questions are very well thought out and the answers are articulate. well done
Post a Comment