| Author: Natarajan.M 16 Aug 2007 | Member Level: Gold | Rating:  Points: 2 |
kindly look at these links.
http://dotnetpulse.blogspot.com/2007/05/learn-wpfwcfwwf-for-free.html http://whitepapers.techrepublic.com.com/webcast.aspx?docid=274199
|
| Author: Nishad 03 Jun 2008 | Member Level: Silver | Rating:  Points: 2 |
Hi, WCF, WPF , WWF , LINQ and Card space are new features comes with the Dot net 3.5 framework. WCF and WWF were already present in the 3.0 framework. WCF is the Windows comunication foundation which is used for developing and deploying Windows/Web service. WCF come with so many advanced feature for implementing the remoting and services with enhanced security. Ref : http://www.dotnetspider.com/forum/149055-WCF.aspx
WPF is the Windows presentation foundation which comes up with graphical rich design stuff. Silver light is coming as part of WPF in 3.5. It is the future web interface which will replace the Flash and other design stuffs.
LINQ is the 'Language INtegrated Query' is a declarative way of querying data which make the dotnet frame work independent of the SQL's ie, the developers can make the applications just by knowing any one of the programming languages. The SQL statements can be written using any of the dot net supported languages(C#,vb,vc++...)You can sort, group and also join data using LINQ
|