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
Explain the boxing and unboxing concept in .net?
What is the difference between dynamic SGA and static SGA?
What is the difference between exe and dll?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What are sql notifications and sql invalidations?
What is the difference between c# and .net?
Explain some of the major built-in objects in asp.net
How many types of cookies are available in asp?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is considered a service provider?
Which library is used by the testers and developers to develop automated tests and create testing tools?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Can we use a static function with a non-static variable?
What is http protocol and how it works?