If you are using components in your application, how can you
handle exceptions raised in a component ?
Answer Posted / saikiran
I think for simple Handling of Exceptions, we keep
TRY,Catch Block and catch the exception and handle those
ones.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
What are scaffold templates in mvc?
Is .net framework going away?
How does the .net framework 3.0 relate to the .net framework 2.0?
Where are the routing rules defined in an asp.net mvc application?
Explain entity lifecycle? : Entity framework
Explain the new features 3.5 framework against with the tool?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What is the 'page life cycle' of an ASP.NET MVC?
How to Create an Intranet Site Using ASP.NET MVC?
What are the new enhancements done in default project template of asp.net mvc 4?
How do you handle variable number of segments in a route definition?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Can a view be shared across multiple controllers? If yes, how we can do that?
what is linq to entities?