dotnet-mcts.jecaestevez.com
dotnet: Silverlight 4: Using the Busy Indicator
http://dotnet-mcts.jecaestevez.com/2011/04/silverlight-4-using-busy-indicator.html
Dotnet tutorial, c#, wpf, asp.net , wcf.net, silverlight. Published articles on other web sites*. Published articles on other web sites*. Silverlight 4: Using the Busy Indicator. Open VS2010 and create a new Silverlight project. Name it as ‘SilverlightBusyIndicator’. In this project, add a new class file and name it as ‘Dataclasses.cs’. Write the following code with data consumer classes in it:. Open MainPage.Xaml and write the following XAML code in it:. 183; Downloading large Media/Images from Media/Fi...
dotnet-mcts.jecaestevez.com
dotnet: Reunión diaria de Scrum, más allá de las 3 preguntas
http://dotnet-mcts.jecaestevez.com/2015/03/reunion-diaria-de-scrum-mas-alla-de-las.html
Dotnet tutorial, c#, wpf, asp.net , wcf.net, silverlight. Published articles on other web sites*. Published articles on other web sites*. Reunión diaria de Scrum, más allá de las 3 preguntas. En este post me gustaría hablar en profundidad de la ceremonia más conocida del mundo de la agilidad, la reunión diaria de Scrum. From Pocket http:/ ift.tt/1B9WYeW. RePublished by Jesús Estévez Caparrós. Subscribe to: Post Comments (Atom). WPF vs. Silverlight. Subscribe in a reader. User Experiences - Ux. Uarr; Grab...
silverlightmicrosoft.blogspot.com
Silverlight: silverlight 5: Slides and Code
http://silverlightmicrosoft.blogspot.com/2012/03/silverlight-5-slides-and-code.html
Published articles on other web sites*. Published articles on other web sites*. Silverlight 5: Slides and Code. Attached to this post. The Big List of What's New or Improved in Silverlight 5 - Pete Brown's 10rem.net. Threading Considerations for Binding and Change Notification in Silverlight 5. Creating Big Silverlight Windows and Getting Monitor Resolutions and Positions with PInvoke. Silverlight 5: Using the SoundEffect Class for Low-Latency Sound (and play WAV files in Silverlight). Introducing PDF Vi...
silverlightmicrosoft.blogspot.com
Silverlight: Introducing PDF Viewer for Silverlight/WPF
http://silverlightmicrosoft.blogspot.com/2012/03/introducing-pdf-viewer-for.html
Published articles on other web sites*. Published articles on other web sites*. Introducing PDF Viewer for Silverlight/WPF. Introducing PDF Viewer for Silverlight/WPF. The long-awaited 2012 Q1 with the first official version of RadPdfViewer is already a fact! This is also the first release of the control for WPF, so don’t forget to check it out in the demos if you have missed it: WPF. The professional look of the document preview. We also managed to implement clipping and support for color spaces, fu...
silverlightmicrosoft.blogspot.com
Silverlight: Binding Events to Methods in the Silverlight MVVM View Models
http://silverlightmicrosoft.blogspot.com/2011/09/binding-events-to-methods-in.html
Published articles on other web sites*. Published articles on other web sites*. Binding Events to Methods in the Silverlight MVVM View Models. Download example - 73.95 KB. This article introduces a simple method to bind UI events to the corresponding methods in the MVVM view models in Silverlight applications. In order to fully conform to the MVVM. UI controls like a Button. Have a property called Command. We can create a command. Unfortunately though, most of the UI events like " MouseEnter. This articl...
silverlightmicrosoft.blogspot.com
Silverlight: Using the MVVM Pattern in Silverlight Applications
http://silverlightmicrosoft.blogspot.com/2011/09/using-mvvm-pattern-in-silverlight.html
Published articles on other web sites*. Published articles on other web sites*. Using the MVVM Pattern in Silverlight Applications. Using the MVVM Pattern in Silverlight Applications. By Microsoft Silverlight Team. December 1, 2010. Level 300 : Intermediate. Exercise 1: Creating a Service Agent Class. Exercise 2: Creating a ViewModel Class. Exercise 3: Handling Commands and Binding to a ViewModel. Estimated Time: 45 minutes. You Will Benefit from this Lab if:. You're interested in building Silverlight ap...
silverlightmicrosoft.blogspot.com
Silverlight: Prism/WPF/Silverlight - setting ItemsControl height and width to full view using DockPanel style
http://silverlightmicrosoft.blogspot.com/2011/11/prismwpfsilverlight-setting.html
Published articles on other web sites*. Published articles on other web sites*. Prism/WPF/Silverlight - setting ItemsControl height and width to full view using DockPanel style. Prism/WPF/Silverlight - setting ItemsControl height and width to full view using DockPanel style. Figure 2 is the MainRegionTopContentBottom. View that Prism will inject three views into (top, content and bottom). When the view is inserted into the MainRegion ItemsControl of figure 1 below the MainRegionTopContentBottom. Publicar...
silverlightmicrosoft.blogspot.com
Silverlight: Project Silk Drop 11
http://silverlightmicrosoft.blogspot.com/2011/06/project-silk-drop-11.html
Published articles on other web sites*. Published articles on other web sites*. Project Silk Drop 11. Project Silk Drop 11. The patterns and practices Web Guidance team released Drop 11 of Project Silk (6-14-2011). This drop includes work recommended by the advisory board and 3rd party code review of the JavaScript. Added a utility function for mixing in helper methods that simplify the syntax for invoking public method on widgets (when used inside of another widget). JQuery UI Widgets (updated). Unit Te...
silverlightmicrosoft.blogspot.com
Silverlight: Unauthorized access exception when value set for property using Secondary Thread - Silverlight
http://silverlightmicrosoft.blogspot.com/2012/03/unauthorized-access-exception-when.html
Published articles on other web sites*. Published articles on other web sites*. Unauthorized access exception when value set for property using Secondary Thread - Silverlight. Thinking about threading in Silverlight 4, we choose between the two options. Most of the time-consuming operations will be handled using the Background worker without blocking the UI. It ultimately executes in a separate thread. The main functions and events to know in Background worker are DoWork. Null) { if (Deployment.Curre...