Explain what are possible implementations of distributed applications in .net?
No Answer is Posted For this Question
Be the First to Post Answer
can we use private assembly in other project in dot 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!!!
What are pdbs?
Please explain what are an inheritance, polymorphism, and encapsulation?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Should I use readerwriterlock instead of monitor.enter/exit?
How anonymous method is different from a lambda expression?
Please explain about "this" object
What is implement a generic action in webapi?
What is Nothing permission set in .Net
What is equivalent for regsvr32 exe in .net ?
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture