In Main function another function is there and to that function if we pass string as parameter ,then that string value is passed by value or reference type?
4 8739If all code is written in a try block and write a catch block with Exception type Exception .In that scenario will all the exceptions catched by that catch block? or any exceptions which will not be caught?
3 8394Suppose in a scenario if we want to display information only until 4.00 p.m and after that means after 4.00 p.m if any one tries to access the information it should give error mesage. Then how will you write a delegate for this ? Give coding.
1 7167from web.config file with connection string who to interact means who to connect in gridview. in my system shows null something error what is the problem
3 7771
How to find methods of a assembly file (not using ILDASM)?
What is property in c#?
Why var is used in c#?
Differentiate between sqlclient oledb and providers?
What is the difference between Object and class adapters?
Explain the clr triggers?
What is a lambda expression in c#?
What is a strong name in c#?
In how many ways you can overload a method?
What are the principles of delegation?
Can you have parameters for static constructors?
What is difference between method and function in c#?
What is an xsd file?
Why do we need private constructor in c#?
Can we inherit two classes in c#?