what is .net

Answer Posted / eswara redy

.net is network enable technology.
.net is a framework developed by the MS.

using this we can develop web services

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a web api endpoint?

622


Where is session data stored in asp net?

608


What are the built-in objects in asp.net?

645


Differentiate between globalization and localization.

634


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1536






Can we store object in viewstate?

630


Is asp.net 64-bit enabled? How?

695


How are sessions stored?

633


Explain the Order of events in an asp.net page?

674


What is the difference between a default skin and a named skin?

691


How can you handle unmanaged code exceptions in asp.net?

643


What are the types of session in asp.net?

610


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.

1527


What is the default timeout for a cookie?

653


What is simple data binding?

628