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 8743If 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 7772
Can we inherit sealed class in c#?
What is serialization in .net?
Explain About Postback
What is dll in c#?
In .NET how can you solve the DLL Hell problem?
What is the .NET collection class that allows an element to be accessed using a unique key?
what is the syntax to inherit from a class in c#?
Why do we parse in c#?
Distinguish between system.string and system.text.stringbuilder classes?
What is c# in asp net?
What is a string c#?
How do you serialize in c#?
Are all methods virtual in c#?
In which situation(s), the use of "Delegate" is a good idea?
In object oriented programming, how would you describe encapsulation in c#?