In C#.net application is run on linux michine
Answers were Sorted based on User's Feedback
Answer / rafi
yes c# Can run on linux but sqlserver only runs on sqlserver
Is This Answer Correct ? | 8 Yes | 0 No |
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 |
What would be salary for 6+ years of experience in ASP.NET in different metro city in india?
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
How do you retrieve information from web.config ?
Difference Between GridView And DataList
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.
Difference between Response.Expires and Expires.Absolute ?
1 Answers Accenture, BirlaSoft,
What does the "EnableViewState" property do?
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.
How to consume a webservice in a windows application without adding through the web reference?
How to execute a stored procedure.and how to call it form a asp page