Question:

difference between.net 3.5 and previous framework

by Guest1133  |  12 years, 8 month(s) ago

0 LIKES UnLike

difference between.net 3.5 and previous framework

 Tags: 3.5, between.net, difference, framework, previous

   Report

1 ANSWERS

  1. amomipais82
    Hi,
    .NET Framework 3.0 is somewhat different from the 1.x and 2.0 .NET Framework. The first two .Net frameworks focused on allowing many different languages to communicate with a common set of libraries translated through the Common Language Runtime (CLR). Introduced with .NET 1.1 and enhanced with .NET 2.0, the CLR works on a relatively simple concept: A common runtime model executes code for any system running the .NET Framework. What this means to you as a developer is that you don’t need to keep relearning languages for different technologies. For instance, a C# developer who writes Windows Forms applications take the knowledge used for building forms and apply it to writing web pages. Similarly, a Visual Basic .NET developer can switch from writing mobile applications to writing web services. The CLR acts as an arbitrator and communicates back and forth.


    The .NET 3.0 Framework is not improving upon existing technologies but rather introducing four new foundation technologies:

    Windows Presentation Foundation (WPF)
    Windows Communication Foundation (WCF)
    Windows Workflow Foundation (WWF)
    Windows CardSpace (WCS)
    Each of these technologies is a new cornerstone that developers can leverage for new solutions.

Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 14 years, 5 month(s) ago.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions