Can you specify an access modifier for an enumeration?
No Answer is Posted For this Question
Be the First to Post Answer
if i used stored procedure for retrieving the data from sql server.in front end i had used data reader.when 100 records are there in table.when it has displayed ten records in frontend database has been collapsed.then where should our data available...
What is hiding in CSharp ?
what is serilization?
What is difference between method and function in c#?
Can you create partial delegates and enumerations?
public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?
What is difference between variable and property in c#?
What is the difference between static and constant variables?
1.write a program in C# to find a given point which is inside in a circle. Given circle's radius and its center point? 2.Write a program in C# to generated 20 prime numbers greater than a given number? (It should be more efficient for large numbers also) 3. Write a Code to check whether a given point is inside a circle or not? given Circle's raduis and its center point. 4. using oops concept, design an elevator do not forget buttons on each floor..
Can an interface extend a class c#?
What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?
How to Install uninstall assemblies into GAC?