DotNetShoutout - Stories tagged with XAML
3
Shouts

Visual Studio 2010 XAML Editor IntelliSense Presenter Extension « Karl On WPF

published 1136 days, 1 hour, 8 minutes ago posted by AlexAlex 1137 days, 12 hours, 20 minutes ago
Friday, April 16, 2010 11:12:10 AM GMT Thursday, April 15, 2010 12:00:27 AM GMT
Current Version:  2.0 (14 April 2010) I’ve come to appreciate the new Visual Studio 2010 code editor IntelliSense features like Pascal case lookup and the narrowing list that is presented as you type.  Unfortunately, these new code editor features did not make it into the XAML Editor.  But not to worry… FeaturesPascal case lookup Optional narrowing list filter Filtering based on item type Toggle narrowing filter Hot Key (ALT + .)  (ALT PERIOD) Toggle namespace filter Hot Key (ALT + ,)  (ALT COMMA) xmln... (more)
category: UX | clicked: 3 | comment | | source: karlshifflett.wordpress.com
tags: Visual Studio 2010, Intellisense, XAML
6
Shouts

Managing service references and endpoint configurations for Silverlight applications - Tim Heuer

published 1145 days, 1 hour, 4 minutes ago posted by jantujantu 1146 days, 2 hours, 54 minutes ago
Wednesday, April 07, 2010 11:15:57 AM GMT Tuesday, April 06, 2010 9:26:11 AM GMT
You forgot that your service reference had your local URI endpoint in there and when you moved it to staging and/or production it failed. You start cursing Microsoft and the Silverlight team and add to the threads in the forums or perhaps initiate a new wishlist item for the team and throw it out on Twitter and encourage votes. It seems this is still a common frustration and people are trying to solve it in different ways. I’m going to throw out what is my preferred mechanism and add some additional ti... (more)
category: Metro | clicked: 1 | comment | | source: timheuer.com
tags: RIA, Silverlight, VS, riaservices, XAML, services, WCF, clientconfig
6
Shouts

Installing Silverlight applications without the browser involved - Tim Heuer

published 1154 days, 20 hours, 45 minutes ago posted by jantujantu 1157 days, 24 minutes ago
Sunday, March 28, 2010 3:35:23 PM GMT Friday, March 26, 2010 11:56:41 AM GMT
One of the features we are introducing in Silverlight 4 is a ‘silent install’ mechanism for out-of-browser applications. Currently every out-of-browser application (trusted or not) starts from an in-browser mechanism.you don’t want to have to tell the user to start on an HTML page first.Now I’m not going to write here about the merits of why you might want to do this other than to point out what I believe to be the 2 prominent scenarios: managed desktop deployment and CD/DVD distribution. I know some o... (more)
category: Metro | clicked: 0 | comment | | source: timheuer.com
tags: installshield, RIA, Silverlight, trusted application, sllauncher, WPF, riaservices, XAML
5
Shouts

Silverlight Client for Facebook updated for Silverlight 4 RC - Tim heuer

published 1158 days, 23 hours, 11 minutes ago posted by jantujantu 1159 days, 23 hours, 34 minutes ago
Wednesday, March 24, 2010 1:09:53 PM GMT Tuesday, March 23, 2010 12:46:00 PM GMT
We’ve recently updated the Facebook application, and you will have to re-install. Follow these steps: Uninstall the Silverlight Facebook client. You can do this in a few ways. First on Windows through the Add/Remove Programs or by right-clicking on the application while it is running (even though it doesn’t work) and choose ‘Remove Application’ – I recommend the Add/Remove Program control panel option. On Mac OSX, simply move the application to the trash. Ensure you have Silverlight 4 RC installed.... (more)
category: Metro | clicked: 0 | comment | | source: timheuer.com
tags: RIA, Silverlight, Facebook, chromeless, WPF, XAML
7
Shouts

SNEAK PEEK New Silverlight application themes - Tim Heuer

published 1169 days, 23 hours, 3 minutes ago posted by jantujantu 1170 days, 22 hours, 23 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Friday, March 12, 2010 1:57:28 PM GMT
Our UX design team for Silverlight has been thinking about app building a lot this past year, gathering valuable input from developers, designers and end-users about how people interact with applications, primarily line-of-business applications (). Hot off the press here is a preview of some of the things we’ve been thinking about from a XAML theme perspective. (more)
category: Metro | clicked: 2 | comment | | source: timheuer.com
tags: RIA, Silverlight, templating, Themes, Templates, WPF, riaservices, metro, XAML
6
Shouts

MVVM - Creating ViewModel : create dynamic proxies with Castle

published 1170 days, 23 hours, 27 minutes ago posted by jmix90jmix90 1171 days, 13 hours, 59 minutes ago
Friday, March 12, 2010 12:53:20 PM GMT Thursday, March 11, 2010 10:21:40 PM GMT
Here is the next episode of our serie MVVM - Creating ViewModel. Today we are going to discover how to create ViewModel from business objects by creating dynamic proxies after a little recap on what they are. (more)
category: How To | clicked: 1 | 1 comment | | source: blog.lexique-du-net.com
tags: Pattern, Patterns, WPF, INotifyPropertyChanged, XAML, MVVM, M-V-VM, Patterns and Practices, Dynamic Proxy
5
Shouts

Learning the M-V-VM pattern for XAML development - Tim Heuer

published 1174 days, 23 hours, 52 minutes ago posted by jantujantu 1176 days, 2 hours, 45 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 9:35:16 AM GMT
Quick, what’s the most popular thing in XAML development? Yeah, thought so…MVVM or Model-View-ViewModel.It’s one of the most popular subjects I hear about when people talk about developing applications with WPF and Silverlight. However, as much as it is talked about and as much as frameworks are born every day, there isn’t a ton of just simplified ‘here’s how you do it’ information in one place. I mean, sure there is information, but I have to admit I think it is a bit scattered all over. (more)
category: Metro | clicked: 0 | comment | | source: timheuer.com
tags: Silverlight, WPF, XAML, MVVM, M-V-VM, MVP
7
Shouts

MVVM - How to integrate the Office Ribbon respecting the pattern (especially the commands)

published 1177 days, 21 hours, 47 minutes ago posted by jmix90jmix90 1178 days, 18 hours, 14 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 6:06:13 PM GMT
The ribbon controls - introduced by office 2007 -are available for free on the Microsoft Office web site. When I wanted to add them into one of my application I realized that it was broking the M-V-VM pattern. In this post, we will see *how to use the Ribbon, then what exactly is the issue and finally examine the solution I use as a work-around. * (more)
category: How To | clicked: 2 | comment | | source: blog.lexique-du-net.com
tags: Pattern, How-To, dependency properties, Dependency Property, Patterns, WPF, Binding, how to, XAML, MVVM, M-V-VM, Patterns and Practices
5
Shouts

Trips&Ticks: Easy way to navigate from XAML to class's definition.

published 1179 days, 20 hours, 46 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 1180 days, 13 hours, 16 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Tuesday, March 02, 2010 11:04:08 PM GMT
Working with XAML code in VS2008 I have just found that I can easy jump to class's or property definition. (more)
category: How To | clicked: 0 | comment | | source: rredcat.blogspot.com
tags: Silverlight, WPF, VS2008, XAML
3
Shouts

WPF - catch events even if they are already handled - Yet another blog about...

posted by jmix90jmix90 1189 days, 2 hours, 51 minutes ago
Monday, February 22, 2010 9:29:55 AM GMT
As you may actually know WPF introduced the routed events. If you want to stop an event, you can mark it as Handled. If so, the routing engine will stop to propage it. But sometimes you want to catch the events even if marked as handled. (more)
category: How To | clicked: 0 | comment | | source: blog.lexique-du-net.com
tags: Tips & Tricks, Tips and Tricks, C#, WPF, how to, XAML
5
Shouts

Svetoslav Savov's Blog: WPF 4.0 New Features: Text

published 1188 days, 6 hours, 20 minutes ago posted by http://svetoslavsavov.blogspot.com/http://svetoslavsavov.blogspot.com/ 1190 days, 2 hours, 46 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Sunday, February 21, 2010 9:34:16 AM GMT
In WPF 4 Microsoft has significantly improved the way texts are rendered on the screen. They introduced several new options to allow us define the parameters of text rendering. (more)
category: How To | clicked: 0 | comment | | source: svetoslavsavov.blogspot.com
tags: WPF 4, Rendering, text, WPF, XAML
8
Shouts

Using Silverlight Media Framework for simple playback - Tim Heuer

published 1197 days, 58 minutes ago posted by jantujantu 1199 days, 3 hours, 8 minutes ago
Sunday, February 14, 2010 11:22:25 AM GMT Friday, February 12, 2010 9:11:59 AM GMT
If you aren’t aware of the Silverlight Media Framework, you should take a look. This is a media playback framework for Silverlight that is based off of a lot of best practices from such implementations as the NBC Olympics, Sunday Night Football and others.It has a lot of features built-in to the framework such as: * Logging * DVR-style features * Fast forward * Slow motion * Media Markers * etc Basic stuff plus some great included features and extensibility points. (more)
category: Metro | clicked: 0 | comment | | source: timheuer.com
tags: RIA, Silverlight, slvideoplayer, CodePlex, silverlight media framework, Open Source, vertigo, XAML, smf
8
Shouts

Strange behavior of DropShadowEffect | Software and UX

published 1222 days, 22 hours, 42 minutes ago posted by http://pedropombeiro.blogspot.com/http://pedropombeiro.blogspot.com/ 1224 days, 16 hours, 1 minute ago
Tuesday, January 19, 2010 1:38:55 PM GMT Sunday, January 17, 2010 8:19:42 PM GMT
This article describes an unexpected behavior from DropShadowEffect that can trip many developers. (more)
category: UX | clicked: 1 | comment | | source: sweux.com
tags: WPF, XAML
Previous 1 2 3 4 5 6 Next