Define transparent caching with aop?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is the difference between session and application?

0 Answers  


Is asp.net free?

0 Answers  


Can you edit data in the Repeater control?

11 Answers   CAC, Creative,


What are the different methods that are used during the page load?

1 Answers   Siebel,


What's the use of response.output.write()?

0 Answers  






You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


How can we Validate a Controls in ASP.NET page using JavaScript?

0 Answers   QuestPond,


What is the asp.net mvc folder conventions? : asp.net mvc

0 Answers  


What is the transport protocol you use to call a Web service?

2 Answers   Siebel Systems,


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers   HCL,


What are the main requirements for caching?

0 Answers  


What is runtime host ?

3 Answers   Digital GlobalSoft,


Categories