i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?
6 13587How structure objects are destroyed? As GC releases only the objects in stack, and structure is a value type and stored in heap. So how structure objects are released?
2 4164
What is the property of a class in c#?
What is indexer c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
Explain how to use an extender provider in the project.
Explain the difference between pass by value and pass by reference.
What is dynamic in c#?
What are modifiers in c#?
How do you specify a custom attribute for the entire assembly?
Explain About Web.config
What is difference between constants and readonly in c#?
Why do we need to override in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
How do you escape c#?
What are the extension methods in c#?