What is interface inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
write a C# Program add two matrix ?
What is a sealed class?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
What is session c#?
Difference between a sub and a function in c#.
Describe a Struct ?
what is the difference between arraylist and hash table using a simple program?
3 Answers CGI, Polaris, SunGard,
Explain the difference between .net and c#?
Give examples for reference types?
class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....
How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits?
Define xslt.