What is multidimensional array in c#?
Tell us something about static linking and dynamic linking?
What is the difference between continue and break statement?
Hello Friends..am Mohammed riyash..final year BCA in Jamal Mohamed College 2009. Trichy. My doubt is while connecting SQL2005 Built in Database withing the Visual Studio 2005 Framework.. I am getting the error.. That " An Error occurred and it may be due to , under the default settings of the Server, the connection cannot be established.." But the code works in MS Access for me.. Both in VB.Net and C#.Net am getting the same error.. Any genius please Message me to 9994558822 or mail me.. riyash.ips@gmail.com
What are the 3 different types of arrays?
what are the best design patterns for C#.Net?
What is a nullreferenceexception and how do I fix it?
Can an interface inherit an interface
explain Garbage collector’s functionality on unmanaged code
What is appdomain in c#?
What is the difference between int and int in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?