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 9513How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
HCL,
2 7476Hi, 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 5937Requirement 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 7102what 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 7649Microsoft 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 6268
What is an asssembly qualified name? Is it a filename? How is it different?
What is manifest in .net?
How do you directly call a native function exported from a DLL?
Explain the race around condition? How can it be overcome? : Dot net architecture
What is managed code and managed data in .net?
Possible ways to prevent xss attacks on mvc application?
What is the new three features of COM+ services, which are not there in COM (MTS)
Explain tempdata in asp.net mvc?
what is deferred loading(lazy loading)?
What is new in .net core?
What is mvc entity framework?
Which is the default http method for an action method?
What is objref object in remoting?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
How does linq work?