pls explain the new WFF, WPF, WCF

kal

New member
Joined
May 30, 2007
Messages
1
Programming Experience
5-10
Hi Friends,

I am new to .net technology but have good programming knowledge using VB6.0.
can anyone pls explain me, how do we need to use the new WFF, WPF, WCF in vb.net.

To make it clear, why do and where do we need to use the functions or methods for these foundations in any project??.

Can somebody pls help me with some sample projects so that I can start working on the new technology.

Thanks alot

Cheers

Kal
 
Hi Kal,

The technology I am most familiar with, in those you mentioned, is WPF and I'll try to explain what it is. All of them are part of .NET 3.x package.
WPF (Windows Presentation Foundation) is the Windows Form class library replacement. In short this will give you the ability to create better looking, user interfaces compared with the aging Windows Forms UIs. (Although some might find this description reductive)

To use it you need to download an extention for VS.2005 or better still get VS.2008 when it comes out and create a WPF project (You will be allowed to chose the type as you create a new project)

There are a lot of introductory tutorial out there which will give you more info.
A.
 
Last edited:
Back
Top