Answer Posted / neha
Though C# is language dependent theoritically as it can run on any system where CLR is installed ,but actaully linux,Mac does not allow clr to be installed therefore practically it is NOT platform independent
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the steps to follow to host a web application on a web server?
Explain exception handling in .net.
Explain code snippet to register exception filters from controller?
Describe state management in asp.net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
How can we inherit a static member?
What is autopost?
Where is http session stored?
What is http post and http get?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What are the Types of state management techniques
If 200 is for all successful operation then why do we have 201 response codes?
Is asp.net a programming language?
How does http session work?
What is an example of an application service provider?