What is manifest in .net?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of activex control in .net?
Is .net core free?
What is managed code execution?
what is the difference between early binding and late binding in .net?
Please explain the difference between constants and read-only variables?
Name the classes that are introduced in the system.numerics namespace.
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is a web service in .net?
What is a design pattern and what is it for?
Is string a value type or a reference type?
What is a strong name in .net?
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!!!