Click here to Skip to main content
15,905,420 members
Home / Discussions / WPF
   

WPF

 
QuestionListView problem Pin
Xaverria11-Feb-09 21:53
Xaverria11-Feb-09 21:53 
AnswerRe: ListView problem Pin
ABitSmart12-Feb-09 16:51
ABitSmart12-Feb-09 16:51 
QuestionSilverlight, WPF WBA and ASP.NET [modified] Pin
devvvy11-Feb-09 20:37
devvvy11-Feb-09 20:37 
AnswerRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 5:55
Mark Salsbery12-Feb-09 5:55 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 14:13
devvvy12-Feb-09 14:13 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 14:36
Mark Salsbery12-Feb-09 14:36 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 14:41
devvvy12-Feb-09 14:41 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 15:17
Mark Salsbery12-Feb-09 15:17 
You can publish XBAPs to an IIS server or any other web server.
ClickOnce deployment is used to download and install the XBAP behind the scenes.

Windows Presentation Foundation XAML Browser Applications Overview[^]
Deploying a WPF Application (WPF)[^]

Silverlight uses its own stripped down .NET framework, which has implementations
for other platforms (Mac and Unix-via-mono so far).

I think WPF XBAPs are more appropriate for corporate/enterprisey networks.
The requirement for .NET 3.x+ framework makes them useless for cross platform
situations. However, if you know all your clients will have .net 3.5 and be running on Windows,
then an XBAP can make more sense since it has access to the full .NET framework, and WPF
has a much richer XAML implementation than Silverlight does.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 15:22
devvvy12-Feb-09 15:22 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 15:30
Mark Salsbery12-Feb-09 15:30 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 15:31
devvvy12-Feb-09 15:31 
QuestionHow to use images before hyperlink button in Silverlight? Pin
salon11-Feb-09 1:20
salon11-Feb-09 1:20 
AnswerRe: How to use images before hyperlink button in Silverlight? Pin
Mark Salsbery12-Feb-09 9:11
Mark Salsbery12-Feb-09 9:11 
GeneralRe: How to use images before hyperlink button in Silverlight? Pin
salon12-Feb-09 17:35
salon12-Feb-09 17:35 
QuestionSome controls transparent that shouldn't be Pin
pf_gilbert10-Feb-09 18:30
pf_gilbert10-Feb-09 18:30 
AnswerRe: Some controls transparent that shouldn't be Pin
Pete O'Hanlon11-Feb-09 1:39
mvePete O'Hanlon11-Feb-09 1:39 
GeneralRe: Some controls transparent that shouldn't be Pin
pf_gilbert11-Feb-09 6:10
pf_gilbert11-Feb-09 6:10 
GeneralRe: Some controls transparent that shouldn't be Pin
Pete O'Hanlon11-Feb-09 8:54
mvePete O'Hanlon11-Feb-09 8:54 
QuestionWPF User Control content img Pin
Gianluigi8310-Feb-09 13:10
Gianluigi8310-Feb-09 13:10 
AnswerRe: WPF User Control content img Pin
Gianluigi8310-Feb-09 13:41
Gianluigi8310-Feb-09 13:41 
GeneralXAML Power Toys 4.0 Released - Code Name MVVM Pin
User 27100910-Feb-09 7:45
User 27100910-Feb-09 7:45 
GeneralXAML Power Toys 4.0 Released - Code Name MVVM Pin
User 27100910-Feb-09 7:44
User 27100910-Feb-09 7:44 
GeneralRe: XAML Power Toys 4.0 Released - Code Name MVVM Pin
Pete O'Hanlon10-Feb-09 11:38
mvePete O'Hanlon10-Feb-09 11:38 
QuestionWPF Best Practice Pin
mark_w_10-Feb-09 5:20
mark_w_10-Feb-09 5:20 
AnswerRe: WPF Best Practice Pin
Gideon Engelberth10-Feb-09 6:11
Gideon Engelberth10-Feb-09 6:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.