What is the difference between a Debug and Release build? Is
there a significant speed difference? Why or why not?
Answer Posted / kavita sharma
debug just do debugging the application
while release do debugging as well as release the application
| Is This Answer Correct ? | 5 Yes | 51 No |
Post New Answer View All Answers
Describe in brief .net framework and its components.
Explain the purpose of storyboard.targetproperty.
How can you dynamically add user controls to a page?
What is asp.net and how it works?
What is Cookies Less Session?
What is the difference between equals() and == in c#?
explain code with multi inhertance
What is difference between Lambda Expression and LINQ in ASP.NET?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What's the use of formatters in .net?
What is the difference between page directive include and action tag include?
What is authorization in asp.net?
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.
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Define web services in asp.net.