What are the features of UIP Application Block?
Answer / swapna
1) Web session resume
2) Web session transfer
3)Reuse of code between application types
4)State persistence providers
| Is This Answer Correct ? | 0 Yes | 0 No |
Elements of CAS
What is managed code and managed data in .net?
What is web.config in .net?
What is your observations between vb.net and vc#.net?
Explain what are an object and a class?
Differences between namespace, class, assembly?
What is RPC? What is the use of it?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What is the use of activex control in .net?
why .net does not support multiple inheritance?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
Should I use readerwriterlock instead of monitor.enter/exit?