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 9473How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
HCL,
2 7447Hi, 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 5900Requirement 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 7058what 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 7621Microsoft 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 6230
Tell me what is serialization?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is func in .net 3.5?
What is an example of form?
Why only boxed types can be unboxed?
What are the two ways to add constraints to a route?
What is an asynchronous controller in asp.net mvc?
How to split a column header in gridview using c#.net?
How do you implement distributed applications in .net?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
Can you explain what do you understand about web service?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is .net core used for?
What should you do to store an object in a viewstate?
What is machine.config in .net?