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 |
Can you change a Master Page dynamically at runtime?
How many types of controls are there in asp.net?
Explain the use of dataadapter.
How many webforms are possible on a single webpage?
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
how to create textboxes dynamically and insert textbox text into sql database
What is early binding and Late binding. Difference which is better ?
Can we use multiple forms in single asp.net application?
What are validator? Name the validation controls in asp.net?
can we edit records from repeater control
What is the difference between rest and restful?
What is Stateless ASP or ASP.Net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)