I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
1928f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.
7 8622what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer
1 3270can it possible to acees the virthual method using the override method object? plz give me the example
2 4933How to run the program at particular time? It should run everyday at 3:00 PM. After executing the program should sleep until next day at 3:00 PM. Please explain with code?
5 12618may we achieve polyphormsm through overloading a funtion?Is it right or wrong concept because i read polyphormism can be achieved through overloading?plz help me thnks
1 4602
Explain how do you convert a value-type to a reference-type?
What is static classes?
What is a di class?
What is default class in c#?
What namespace is list in c#?
What are the Types of compatabilities and explain them
How to use the sreamReader class to read form a text file?
What is the class in c#?
What is difference between field and property in c#?
Can abstract class instantiated c#?
What is the difference between C# 3.5 and C# 4.0?
What does xpath return?
Which property of the textbox cannot be changed at runtime?
What is the difference between dictionary and hashtable in c#?
What is the purpose of namespace in c#?