which of the following statement is true about gac. a)it is being handled by .net framwork b)It is special folder c)it can have files with same name etc etc.
4 9582How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
HCL,
2 7525Hi, 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!!!
3 5987Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???
6 7173what is mean by COM (component object model) and component based software development? Is it .NET is first COM based technology? Please answer me. Advance thanks.
1 7674Microsoft introduced c# as a de facto language of the .NET platform. What is mean by de facto and fot what purpose? Please answer me. Advance thanks.
3 6318
Explain about developer benefit from memory management?
What's the use of system.diagnostics.process class in .net?
Explain me what is an anonymous method and how is it different from a lambda expression?
Explain Creational design pattern in .NET?
Whate are resource files?
How to improve the cache performance? : .NET Architecture
How does linq work?
What does stateless mean?
What versions of .net are there?
What is the purpose of hard disk? : Dot net architecture
What are the differences between an interface and an abstract class in .net?
What is IL code, CLR, CTS, GAC & GC?
Why do we use the “using” statement?
Explain about clr?
What is a virtual memory? : .NET Architecture