Answer Posted / nagaraj
Catch(Exception) means that you catch all the exception
which might not occur. But, really we need to catch only
some type of exception, so we need to catch only those type
instead of catching all the exceptions.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to you can limit Access to Web API to Specific HTTP Verb?
Explain about Application and Session Events ?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Does google crawl redirects?
What are the types of caching in asp.net?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
In which event of page cycle is the viewstate available?
explain code with multi inhertance
i want the asp.net technical questions and answeres
When you use Ajax controls in the ASP.NET application?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What are custom user controls in asp.net?
Explain asp.net web forms.
What's the ASP.Net Application life cycle?
How do you sign out from forms authentication?