HighTechTalks DotNet Forums  

xaml

Dotnet Framework microsoft.public.dotnet.framework


Discuss xaml in the Dotnet Framework forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
arunonw3@gmail.com
 
Posts: n/a

Default xaml - 11-25-2007 , 02:19 PM






Please answer me

1. Is XAML maily aiming windows. Why is the controls on double click
not produce the event handlers in the c# file( code behind or
something ...)


2. XAML web browser applications doesnt need IIS? Then can we use it
for server side programming? If yes how is it working?


3.How to use the asp.net objects from xaml (web) page. Or is there
any
other method which is specific to xaml for this functionality



Reply With Quote
  #2  
Old   
Cowboy \(Gregory A. Beamer\)
 
Posts: n/a

Default Re: xaml - 11-26-2007 , 11:12 AM







<arunonw3 (AT) gmail (DOT) com> wrote

Quote:
Please answer me

1. Is XAML maily aiming windows. Why is the controls on double click
not produce the event handlers in the c# file( code behind or
something ...)
Primarily windows, but the handlers are a bit different as there is a
definite separation of UI and code. What are you using to code applications?

Quote:
2. XAML web browser applications doesnt need IIS? Then can we use it
for server side programming? If yes how is it working?
You need a way to serve up the applications. IIS is an easy way, but you can
write your own "web server" if you would like. I would not recommend that
approach.

The benefit of XAML, is you can repurpose the UI from desktop to web rather
easily, especially with WFP (windows forms type) and Silverlight 1.1 (web
forms type).

In addition to Silverlight, there is also XBAP, which is a browser
application.

Quote:
3.How to use the asp.net objects from xaml (web) page. Or is there
any
other method which is specific to xaml for this functionality

Only in Silverlight 1.1 (which is in alpha). The currently released
Silverlight is driven via JavaScript, not a mini .NET environment.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
Quote:
Think outside the box!

*************************************************




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.