What is c# in asp net?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
Is static class thread safe in c#?
What is use of list in c#?
Is string nullable c#?
What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!
I have to create a windows application using C# .net to Modifiy the XML file. The application have to show the node and node value. plz help me.
1. Describe page life cycle?
In all methods of an interface should be derived?
What is a dimensional array?
Can we write one page in c# and other in vb in one application ?
Can You Prevent Your Class From Being Inherited By Another Class?
How big is int16?