all groups > dotnet distributed apps > october 2006 >
You're in the

dotnet distributed apps

group:

Running a windows application on web



Running a windows application on web Prabakar Samiyappan
10/19/2006 4:03:02 AM
dotnet distributed apps: 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
Re: Running a windows application on web Prabakar Samiyappan
10/25/2006 9:54:02 PM
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

[quoted text, click to view]
Re: Running a windows application on web Bryan Phillips
10/26/2006 2:01:56 AM
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>
[quoted text, click to view]
Re: Running a windows application on web Bryan Phillips
10/27/2006 1:28:50 AM
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]
AddThis Social Bookmark Button