How big is the datatype int in .net?
No Answer is Posted For this Question
Be the First to Post Answer
Is .net core free?
Explain the procedure to add assemly to gac to make it shared one?
Readonly vs. const?
What is different between User Control and Web Control and Custom Control?
Why you want to leave your previous company.
Types of evidence in .net with context to CAS
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What is dot net and its uses?
Why DLL files are needed. & how They are Created in DOTNET?
What's typical about a windows process in regards to memory allocation in .net?
What is the use of trace utility?
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!!!