DotNetShoutout - Stories tagged with silveright
3
Shouts

How to reduce the Size of your Silverlight Application with Telerik Minifier

posted by dotnetfundadotnetfunda 782 days, 11 hours, 58 minutes ago
Friday, April 01, 2011 1:51:00 PM GMT
Telerik Assembly Minifier is a tool that lets you extract only the controls’ classes and resources you need to use in your application development, thus significantly reducing the size of the assemblies. Using the Assembly Minifier you will achieve significantly better loading time when the XAP files containing the minified (optimized) assemblies are to be loaded on the client side. (more)
category: Metro | clicked: 0 | 1 comment | | source: www.dotnetfunda.com
tags: silveright
8
Shouts

Porting WPF apps to Silverlight

published 966 days, 13 hours, 30 minutes ago posted by ZORIGZORIG 968 days, 21 hours ago
Wednesday, September 29, 2010 12:18:45 PM GMT Monday, September 27, 2010 4:49:14 AM GMT
The other day when browsing through the blogosphere I came across Arik's posts describing the workarounds\tips that he used for porting his 3.5 WPF application to Silverlight. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: WPF, silveright
6
Shouts

Visual Studio LightSwitch Beyond the Basics - Beth Massi

published 1013 days, 14 hours, 44 minutes ago posted by jantujantu 1014 days, 14 hours, 20 minutes ago
Friday, August 13, 2010 11:04:45 AM GMT Thursday, August 12, 2010 11:29:14 AM GMT
In this interview with Joe Binder, a Program Manager on the LightSwitch team, we discuss the LightSwitch application framework architecture and how a LightSwitch application is built on top of well-known technologies like Silverlight, MVVM, RIA Services, and Entity Framework. Joe shows us how to modify the behavior of a screen and how it exposes the commanding pattern in an easy-to-use way. He also shows us how to extend the UI with our own custom Silverlight controls, as well as how to connect our own d... (more)
category: How To | clicked: 0 | comment | | source: channel9.msdn.com
tags: Programming, Visual Studio, silveright, LightSwitch, programming tools
4
Shouts

MSN Brazil Uses Silverlight to Showcase the 2010 FIFA World Cup South Africa - The Silverlight Blog

published 1067 days, 13 hours, 57 minutes ago posted by jantujantu 1069 days, 10 hours, 54 minutes ago
Sunday, June 20, 2010 11:51:48 AM GMT Friday, June 18, 2010 2:54:58 PM GMT
MSN Brazil is bringing the World Cup to life for a country that celebrates soccer as a major part of its culture. The site, which uses many Silverlight features including Deep Zoom, presents match schedules, team, player and stadium information, and key game photos. All the content is updated in real-time by MSN editors through a Silverlight-based management console. (more)
category: Metro | clicked: 0 | comment | | source: team.silverlight.net
tags: silveright, Deep Zoom, showcase
5
Shouts

Revisiting the Code Not Taken [Updated analysis of two ways to create a full-size Popup in Silverlight] - David Anson

published 1067 days, 13 hours, 57 minutes ago posted by jantujantu 1069 days, 11 hours, 7 minutes ago
Sunday, June 20, 2010 11:51:48 AM GMT Friday, June 18, 2010 2:42:34 PM GMT
Earlier this year I wrote about two approaches for creating a Popup to overlay the entire Silverlight plug-in.I began by showing the technique most people start with and then demonstrated a rather surprising side-effect of that approach. Here's the relevant screen shot:A quirk of handling the Resized event on Silverlight 3 Unless you've read the original post, the problem may not be obvious - here's what I said at the time:But something is still wrong in the image above... (more)
category: Metro | clicked: 2 | comment | | source: blogs.msdn.com
tags: Silverlight 3, silveright
5
Shouts

Creating a Master-Detail UI - Kirupa Chinnathambi

published 1071 days, 15 hours, 6 minutes ago posted by jantujantu 1072 days, 14 hours, 29 minutes ago
Wednesday, June 16, 2010 10:42:58 AM GMT Tuesday, June 15, 2010 11:20:14 AM GMT
A lot of data visualization involves taking data and filtering it down to only the data that is more important to you. These don't have to always involve clever infographics or charts however. Here is a simple, mundane example: Get Microsoft Silverlight In the above example, scroll through the list of items on the right and select something. Notice that, as you select an item from your list, a larger/detailed version of just the image from your selected item gets displayed. (more)
category: UX | clicked: 1 | comment | | source: www.kirupa.com
tags: UI, Blend, silveright
6
Shouts

Final Release of Silverlight 4 Tools for Visual Studio 2010 is Now Available - WPF & Silverlight Designer - Mark Wilson

published 1073 days, 15 hours, 11 minutes ago posted by jantujantu 1074 days, 11 hours, 11 minutes ago
Monday, June 14, 2010 10:38:05 AM GMT Sunday, June 13, 2010 2:38:18 PM GMT
We are delighted to announce that the final release of Silverlight 4 Tools for Visual Studio 2010 is now available! What is in the Silverlight 4 Tools for Visual Studio 2010? Silverlight 4 Tools for VS 2010 includes many essential features to help you work with your Silverlight 4 application: * Support for targeting Silverlight 4 in the Silverlight designer and project system * RIA Services application templates and libraries to simplify access to your data services (check out this Silverlight.tv vide... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: SL4, Visual Studio 2010, silveright
7
Shouts

Silverlight Tip of the Day #26 – Changing the Startup Class - Michael Snow

published 1081 days, 11 hours, 28 minutes ago posted by jantujantu 1083 days, 12 hours, 27 minutes ago
Sunday, June 06, 2010 2:21:02 PM GMT Friday, June 04, 2010 1:21:46 PM GMT
When a Silverlight application is launched the entry point is a class that inherits from System.Windows.Application. By default, when you create a new Silverlight application project, this would be your App class which gets defined in App.xaml.cs. You can, however, change which startup class you want to use. In fact, if you do not plan to use XAML at all you can reduce the size of your application by deleting the Page and App classes including the XAML and code behind files.To accomplish this follow th... (more)
category: Metro | clicked: 0 | 2 comments | | source: www.michaelsnow.com
tags: Startup, silveright, XAML
4
Shouts

Introducing Intersoft ClientUI – A New Way to Develop Silverlight and WPF Business Applications Part 2

posted by jemmyjemmy 1133 days, 21 hours, 36 minutes ago
Thursday, April 15, 2010 4:13:07 AM GMT
In my previous blog post, I’ve detailed the overviews of ClientUI, its key objectives and goals, and briefly on the architecture parts. In case you missed it, please click here to read the first series on ClientUI introduction. In this second series of my ClientUI blog post, I’ll highlight some of the ... (more)
category: Metro | clicked: 2 | comment | | source: intersoftpt.wordpress.com
tags: WPF 4, intersoft, webui studio, LOB Application, silveright
7
Shouts

Linq to Visual Tree | Colin Eberhardt's Adventures in WPF

published 1173 days, 9 hours, 45 minutes ago posted by FantasticMrFishFantasticMrFish 1175 days, 11 hours, 48 minutes ago
Saturday, March 06, 2010 4:04:10 PM GMT Thursday, March 04, 2010 2:00:48 PM GMT
This blog post demonstrates a Linq API which can be used to query the WPF / Silverlight Visual Tree. You can find a few other Linq to Visual Tree techniques on other blogs, but what makes this one unique is that it retains, and allows queries that make use of the tree like structure rather than simply flattening it. I have recently published an article on codeproject which describes a technique for generating Linq API for querying tree-like structures. This blog post makes use of a generated API for W... (more)
category: Metro | clicked: 1 | comment | | source: www.scottlogic.co.uk
tags: WPF, silveright, Linq
2
Shouts

Behavior in SILVERLIGHT 3.0

posted by dotnetsparkdotnetspark 1206 days, 22 hours, 27 minutes ago
Monday, February 01, 2010 3:21:58 AM GMT
This article will give a basic introduction of BEHAVIOR feature in SILVERLIGHT3.0. I will also walkthrough to create a custom behavior. (more)
category: Metro | clicked: 0 | comment | | source: www.dotnetspark.com
tags: silveright, DotNetSpark
6
Shouts

Worth A Thousand Words - Jesse Liberty

published 1231 days, 15 hours, 51 minutes ago posted by jantujantu 1232 days, 15 hours, 42 minutes ago
Thursday, January 07, 2010 9:58:06 AM GMT Wednesday, January 06, 2010 10:07:15 AM GMT
Worth A Thousand Words In responding to a discussion on the HVP, I generated this image, which I think goes some way towardsclarifying the recent posts. The discussion is here As an aside, the best Greeking engine I’ve found is here; and, wonderfully, it also generates techno-babble.Published... (more)
category: Metro | clicked: 0 | 1 comment | | source: blogs.silverlight.net
tags: HyperVideoProject, Great Tools, silveright
9
Shouts

DotNetRocks - Show #510 - Scott Stanfield: Silverlight Rock Star!

published 1243 days, 15 hours, 56 minutes ago posted by jantujantu 1245 days, 10 hours ago
Saturday, December 26, 2009 9:53:39 AM GMT Thursday, December 24, 2009 3:48:57 PM GMT
Scott Stanfield talks about how his company Vertigo developes Silverlight streaming video controller/viewer solutions for the likes of Monday Night Football and The Olympics. Maybe you've... (more)
category: Metro | clicked: 0 | 2 comments | | source: www.dotnetrocks.com
tags: DotNetRocks, silveright
8
Shouts

Deleting entities in a many to many relatonship with Entity Framework and Ria Services

published 1246 days, 5 hours, 7 minutes ago posted by http://micahlmartin.myopenid.com/http://micahlmartin.myopenid.com/ 1247 days, 19 hours, 15 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 6:34:05 AM GMT
Trying to delete a record in many to many relationship can be a bit tricky. In this scenario I have a person record that can be tied to multiple address records. Here is our database setup:   When creating the data model the Entity Framework will hide all the details for us of creating and updating the intermediary "PersonAddress" table.  Here's what's generated by the designer: When generating our Ria Service, if we select the "Enable Editing" option for our "Address" table it will create all the C... (more)
category: Metro | clicked: 4 | comment | | source: www.codingcontext.com
tags: RIA Services, Entity Framework, silveright
10
Shouts

Silverlight Toolkit LayoutTransformer Control for Angled Column Header Text - Cheryl Simmons

published 1249 days, 10 hours, 5 minutes ago posted by jantujantu 1252 days, 8 hours, 15 minutes ago
Sunday, December 20, 2009 3:44:28 PM GMT Thursday, December 17, 2009 5:33:56 PM GMT
Using the Silverlight Toolkit LayoutTransformer Control for Angled Column Header Text I recently inherited the DataGrid control and, after reading over customer feedback and forum posts, one of the tasks I gave myself was to create a code example for the DataGrid.ColumnHeaderStyle property. After poking around I thought it would be interesting, and hopefully useful, to show how to angle the content of column headers using the ColumnHeaderStyle property. This would save screen real estate since headers, ... (more)
category: Metro | clicked: 10 | comment | | source: blogs.msdn.com
tags: Silverlight Toolkit, silveright
7
Shouts

BugCamSmash Dissected part 3 Give the Bugs Brains - Adam Kinney

published 1255 days, 9 hours, 57 minutes ago posted by RogerTwoseRogerTwose 1260 days, 13 hours, 26 minutes ago
Monday, December 14, 2009 3:52:23 PM GMT Wednesday, December 09, 2009 12:23:20 PM GMT
This part of of the series explaining how BugCamSmash was made is truly the quiet before the storm.  The tipping point before the big finale.  In part 1, we created a bug we could smash with a rock.  In part 2, we gave the bug the ability to crawl towards a location specified by a mouse click (to be then smashed with a rock). In this part, we will cover giving the bugs their own will to move and making sure they are not too coordinated in their movements.Giving the Bugs some direction Now that the bugs ... (more)
category: Metro | clicked: 0 | 1 comment | | source: adamkinney.wordpress.com
tags: silveright
7
Shouts

Silverlight and the AG_E_NETWORK_ERROR – a thrilling story! at Primordial Code

published 1261 days, 8 hours, 17 minutes ago posted by impaimpa 1262 days, 12 hours, 11 minutes ago
Tuesday, December 08, 2009 5:32:38 PM GMT Monday, December 07, 2009 1:38:40 PM GMT
A Silverlight application (on a different website) that consumes the data and the images binding some absolute urls to Silverlight’s image controls.here Image contains an absolute uri like: The whole thing is pretty simple and easy to setup and I expected it work at the first run…and I was... (more)
category: Metro | clicked: 5 | 1 comment | | source: www.primordialcode.com
tags: silveright
11
Shouts

BugCamSmash Dissected part 1 – Smash a Bug « Adam Kinney

published 1263 days, 4 hours, 16 minutes ago posted by http://jacekciereszko.pl/http://jacekciereszko.pl/ 1264 days, 8 hours, 31 minutes ago
Sunday, December 06, 2009 9:33:32 PM GMT Saturday, December 05, 2009 5:18:01 PM GMT
When beginning the project that became BugCamSmash, I knew I was going to try and interact with the UI using the new webcam feature in some way. My first step then was to find a good method for hit detection as well as a good target to hit. Now normally, I’m a peaceful being who tries to “free” insects and creatures that find themselves in my oh-so-humanly claimed living space. But sometimes when finding a creature that looks dangerous or as if it might sting or bite, caveman instincts kick in and I cho... (more)
category: Metro | clicked: 0 | 1 comment | | source: adamkinney.wordpress.com
tags: silveright, PDC
6
Shouts

Inserting Silverlight DeepZoom images into your Web page - Technology Deep Dive

published 1264 days, 10 hours, 35 minutes ago posted by impaimpa 1264 days, 16 hours, 51 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Saturday, December 05, 2009 8:58:16 AM GMT
Deep Zoom Composer is a free application that creates either Silverlight or AJAX content that displays images in a fixed area on a web page. Users can pan and zoom within high-resolution images inside this area. In Deep Zoom Composer, you can take a collection of images of various resolutions and arrange them into a composition. You can then export this composition as either a single high-resolution image or a set of individual images with different resolutions. (more)
category: Metro | clicked: 0 | 1 comment | | source: team.silverlight.net
tags: silveright, Deep Zoom