What is .Net3.0 and .Net3.5?
Describe something about that Features..
Answer Posted / filistin
.Net 3.0 is an add-on to .Net 2.0. It contains three
libraries for Windows
Presentation Foundation (WPF), Windows Workflow Foundation
(WF) and Windows
Communication Foundation (WCF) (and Windows Cardspace).
You can use these in
Visual Studio 2005 by adding extensions.
.Net 3.5 is the next .Net version after 2.0 shipped with
Visual Studio 2008
Is This Answer Correct ? | 32 Yes | 4 No |
Post New Answer View All Answers
What is semantic gap?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What does postback mean?
What are the advantages of Web API?
How can we inherit a static variable?
How could you modify xaml content from javascript?
What are the new features added from ASP to ASP.NET?
What is the Intermittent crashing of application in production?
Give a few examples of page life cycle events.
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What’s the catch?
What does occur first in ASP.Net, Authentication or Authorization?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is the appSettings Section in the web.config file?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?