In C#.net application is run on linux michine

Answers were Sorted based on User's Feedback



In C#.net application is run on linux michine..

Answer / rafi

yes c# Can run on linux but sqlserver only runs on sqlserver

Is This Answer Correct ?    8 Yes 0 No

In C#.net application is run on linux michine..

Answer / kotu

C# Application is not Language Dependent. Which can be in
Any Machine, where the Frame work is Installed.

Is This Answer Correct ?    1 Yes 0 No

In C#.net application is run on linux michine..

Answer / 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

In C#.net application is run on linux michine..

Answer / niraj pandey

Yes, Mono is an option for this purpose.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What would be salary for 6+ years of experience in ASP.NET in different metro city in india?

4 Answers  


How do you relate an aspx page with its code behind page ?

4 Answers   Accenture, BirlaSoft,


What Are Different Types of Debbugers

2 Answers   Accenture, TCS, Wipro,


What are the disadvantages of viewstate/what are the benefits

3 Answers  


How do you retrieve information from web.config ?

5 Answers   MMTS,






Difference Between GridView And DataList

2 Answers  


You need to be able to retrieve data from DataSet object that has four DataTable objects. There are currently UniqueConstraint and ForeignKeyConstraint Object on the DataTable objects to enforce the data rules. You find that you can retrieve the data from the individual DataTable objects, but you are not able to retrieve the data from the combination of DataTable objects in a Parent/Child manner. What should you do to able to retrieve the data in a Parent/Child manner? a) Set the EnforceParentChild parameter of the DataSet to True. b) Set the EnforceRelation parameter of the Relations collection to True. c) Add DataRelation objects to the Relations Collection to make the DataSet present the data in Parent/Child manner. d) Add a primary key and a foreign key to each of the DataTable objects that should present the data in a Parent/Child manner.

1 Answers   Syntax Softtech,


Difference between Response.Expires and Expires.Absolute ?

1 Answers   Accenture, BirlaSoft,


What does the "EnableViewState" property do?

2 Answers  


I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.

2 Answers  


How to consume a webservice in a windows application without adding through the web reference?

1 Answers   247Customer,


How to execute a stored procedure.and how to call it form a asp page

2 Answers  


Categories