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 8905If 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 8525Suppose 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 7234from 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 7918
What is transparent caching with aop ?
What is the difference between int and int in c#?
What is the file extension for c#?
What are the namespace level elements?
Are c# destructors the same as c++ destructors?
What is append in c#?
How C# 4.0 supports dynamic programming language?
What is difference between ienumerable and ienumerator in c#?
How to get the sum of last 3 items in a list using lambda expressions?
Can we make a Static Constructor Parameterized? Give Reason with your answer
User's session is explicitly killed by which method ?
Is functional interface runnable?
What is meaning of type safety in c#?
Where do we use static class in c#?
What is regex replace in c#?