.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2437 Page Views: 

What's new in .Net Framework 3.0?



Posted By: Avi Date: 4 December 2009 11:32:57 PM
 Answer:

There are no major architectural changes in .Net Framework 3.0. The version of Common Language Runtime and .Net Compact Framework used in .Net Framework 3.0 is same as used in .Net Framework 2.0.

But .Net Framework 3.0 consists of following four new components:
1) Windows Presentation Foundation (WPF)
2) Windows Communication Foundation (WCF)
3) Windows Workflow Foundation (WF)
4) Windows CardSpace


Posted By: eTechPlanet


Date: 4 December 2009 11:32:57 PM

Visual Studio 2008 and the .NET Framework 3.5 enable developers to rapidly create connected applications that deliver high quality and rich user experiences. Visual Studio 2008 enables organizations of every size to rapidly create secure, manageable, and reliable applications that are optimized for Windows Vistaâ„¢, SQL Server, the Microsoft 2007 Office system and the Web. Visual Studio 2008 Service Pack 1 (SP1) and .NET Framework 3.5 Service Pack 1 (SP1) continue Microsoft's investment in market leading development tools and developer platform. SP1 addresses issues that were found through a combination of customer and partner feedback, as well as internal testing. These service packs offer customers improvements in responsiveness, stability and performance. Term Papers


Posted By: Daniel


Date: 16 February 2010 03:05:59 AM

WPF provides new features for making more interesting, effective, and dynamic user interfaces. Unfortunately these benefits come at a high price in performance. You will need a powerful computer with a large chunk of memory to run these applications effectively. However the benefits are big enough that it's likely that WPF will be an important new direction in Windows application development. Hopefully Visual Studio's WPF tools will improve greatly in Orcas.

Working with UAC is somewhat annoying in Visual Studio. You cannot request elevated privileges for a running application and you cannot easily launch a new thread or process with elevated privileges. Instead you must move any procedures that require elevated privileges into a separate executable and configure it to request UAC elevation. It would be nice if this got easier but I wouldn't count on it. UAC is still important enough and beneficial enough that you need to learn to work with it.

WCF, WF, and CardSpace are fairly complicated. It's not clear whether WF makes building workflow applications easier or harder. While WCF gives you lots of control and flexibility for building SOA applications, it's a lot harder than using a simple Web service. CardSpace is such an application-specific tool that I don't even know how to review it. If you need that functionality (I never have), perhaps you'll find it useful.


Posted By: resumedocket


Date: 26 April 2010 04:50:41 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image FEFPP7
Related Questions
.Net Framework : Explain Managed and Unmanaged Code in .Net?

Explain Managed and Unmanaged Code in .Net?

Managed code is code that has its execution managed by the .NET Framework Common Language Runtime. T....
Category: .Net Framework Date: 1/8/2010 1:57:09 PM
.Net Framework : What are the various types of applications we can develop using .Net Technology?

What are the various types of applications we can develop using .Net Technology?

1) Console applications 2) Windows GUI applications (Windows Forms) 3) Windows Presentation Founda....
Category: .Net Framework Date: 1/8/2010 1:29:07 PM
.Net Framework : What is an Application Pool?

What is an Application Pool?

Application Pool is a new features introduced in IIS 6.0 which is used to isolate ASP.Net Web appli....
Category: .Net Framework Date: 1/3/2010 11:36:33 AM
.Net Framework : What is Windows Presentation Foundation (WPF)?

What is Windows Presentation Foundation (WPF)?

Windows Presentation Foundation (WPF) is a graphical subsystem for rendering user interfaces in Wind....
Category: .Net Framework Date: 12/4/2009 11:50:11 PM
.Net Framework : What's new in .Net Framework 3.0?

What's new in .Net Framework 3.0?

There are no major architectural changes in .Net Framework 3.0. The version of Common Language Runti....
Category: .Net Framework Date: 12/4/2009 11:32:57 PM