Is IIS is required for installing the deployment of windows
C#.netapplication and to run.
Answer Posted / srinivas dumpeti
No ,because the .net have its own framework that can run
under its own server.
but asp pages require the iis
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the concepts of cts and cls(common language specification).
What is difference between constants and readonly in c#?
What is the adv of using System.Text.StringBuilder over System.String?
Do void methods have parameters?
What are constants in c#?
How many bytes is an int c#?
what class is underneath the sortedlist class?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Explain the difference between // comments, /* */ comments and /// comments?
Illustrate the process of code compilation in c#?
Is c# the same as d flat?
Is a structure a class?
Do extension methods have to be static?
Can you explicitly call a destructor?
What is the difference between firstordefault and first?