WPF stands for Windows Presentation Foundation and is installed as a
part of the .Net 3.0 Framework (it used to be called WinFX). The .Net
3.0 Framework is not another framework per se, rather it adds more
functionality to the .Net 2.0 Framework. It comprises Windows
Presentation Foundation, Windows Workflow Foundation, Windows
Communication Foundation and CardSpace. If you want the best
information on these new technologies, go to
http://www.netfx3.com/. The official release has not been announced, but the technology is so
solid that Microsoft is granting "GoLive" production licensing so you
are eligible for support during the pre-RTM period.
XBAP stands for Xaml Browser Application. Xaml is a way of representing
an application code and user interface in an XML format. XBAP allows
you to host Windows Forms applications in a browser without the
headaches from the old way of embedded User Controls in HTML <object>
tags.
Bryan Phillips
MCSD, MCDBA, MCSE
Blog:
http://bphillips76.spaces.live.com "Prabakar Samiyappan" <PrabakarSamiyappan@discussions.microsoft.com>
[quoted text, click to view] wrote in message
news:74209FDE-5495-4E90-9AE6-131CA76868E1@microsoft.com:
> Dear Phillips
>
> Thanks for your valuable answer .What is XBAP and WPF.where we will use
> this and what is
> the use of it
>
>
> Regards
> Prabakar
>
> "Bryan Phillips" wrote:
>
>
> > As long as the user's browser is configured correctly for security, you
> > should be fine. You just need to sort of host the original windows app
> > in a plain user control that you embed in an <object> tag. If you are
> > considering the long run, you will want to look into creating XBAP
> > applications using WPF which will be much easier to deploy and maintain.
> >
> > Bryan Phillips
> > MCSD, MCDBA, MCSE
> > Blog:
http://bphillips76.spaces.live.com > >
> >
> >
> >
> > "Prabakar Samiyappan" <PrabakarSamiyappan@discussions.microsoft.com>
> > wrote in message
> > news:D822159E-5C77-46C8-BA13-EA13ADE4A277@microsoft.com:
> >
>
> > > Hi
> > >
> > > I have developed the Application on windows i want to run it on web with out
> > > doing any change to the Code This is my concern long before .there is a
> > > solution here but i want to make sure weather it will workout in long process.
> > >
> > > Here is the Link for my article.
> > >
> > >
http://www.c-sharpcorner.com/UploadFile/asprabahar/1WindowsonWeb05302006023206AM/1WindowsonWeb.aspx?ArticleID=2f5df473-5b2d-4c6b-abc8-8a5ef7ef14c8 > > >
> > >
> > >
> > > Regards
> > > Prabakar
> >
>
> >