DotNetShoutout - Stories tagged with Silverlight 4
9
Shouts

Silverlight 4 Screencasts - the Managed Extensibility Framework (MEF) - Mike Taulty

published 1238 days, 20 hours, 33 minutes ago posted by StevesSteves 1240 days, 10 hours ago
Saturday, January 02, 2010 12:51:52 PM GMT Thursday, December 31, 2009 11:24:48 PM GMT
One of the interesting things about Silverlight 4 is the inclusion of the Managed Extensibility Framework (MEF) and I think it really helps to build the case for Silverlight 4 as a great platform for business applications. Silverlight applications are rich internet applications – the deployment model is strongly angled towards web deployment as the only way to install a Silverlight application is to start on a web page and run the application - the deployment is intended to be simple, quick and secure. ... (more)
category: Screencast | clicked: 0 | comment | | source: mtaulty.com
tags: SL, Silverlight, Managed Extensibility Framework, SL4, MEF, Silverlight 4, Screencast
8
Shouts

MEF & Silverlight 4 Beta - Part 1, Introduction - Mike Taulty - Channel 9

published 1238 days, 20 hours, 33 minutes ago posted by iftekharahmedamitiftekharahmedamit 1240 days, 13 hours, 55 minutes ago
Saturday, January 02, 2010 12:51:52 PM GMT Thursday, December 31, 2009 7:29:40 PM GMT
Part 1 of a series of screencasts looking at the new Managed Extensibility Framework (MEF) in the Silverlight 4 beta. MEF is a framework that simplifies the design of extensible applications and components. It can flexibly and dynamically discover a set of loosely coupled components and analyse their dependencies in order to compose them together at run time. In this screencast, we talk briefly around the idea of components having imports and exports and then we drop into Visual Studio 2010 and do a qu... (more)
category: Screencast | clicked: 1 | comment | | source: channel9.msdn.com
tags: SL, Silverlight, Channel 9, Managed Extensibility Framework, MEF, Silverlight 4, Screencasts, Screencast
11
Shouts

Architecting SL4 Applications with RIA Services, MEF and MVVM - Part 3 - Shawn Wildermuth

published 1241 days, 19 hours, 11 minutes ago posted by AlexAlex 1244 days, 8 hours, 36 minutes ago
Wednesday, December 30, 2009 2:13:47 PM GMT Monday, December 28, 2009 12:48:01 AM GMT
UPDATE: There will be a fourth part that discusses the add/remove facility through RIA Services. Look for it soon at a blog near you. In the first part of this series, I looked at how WCF RIA Services can work in an MVVM architecture. In the second part, I looked at how you could use the Managed Extensibility Framework (MEF) to aid in composing an MVVM application.... (more)
category: Metro | clicked: 0 | 1 comment | | source: wildermuth.com
tags: SL, RIA, Silverlight, RIA Services, SL4, MEF, Silverlight 4, MVVM
10
Shouts

A Silverlight HVP Update - Jesse Liberty

published 1243 days, 20 hours, 5 minutes ago posted by jantujantu 1245 days, 19 hours, 42 minutes ago
Monday, December 28, 2009 1:19:46 PM GMT Saturday, December 26, 2009 1:42:08 PM GMT
I’m extremely pleased to report that a start-up e-learning company (currently code-named WL) has committed approximately 100 hours / week of development time by four of their world-class Silverlight developers,  from now through February. All of the work they do will be fully integrated into the Silverlight HVP and released under the Ms-PL. We are currently working on the feature list for Version 1, but the very good news is that virtually all of the... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: RIA Services, Hypervideo, Building Apps, MEF, HyperVideoProject, Silverlight 4, Cool Stuff, Related Skills
10
Shouts

Silverlight 4 COM Automation – Taking photos with a DSLR using Windows Image Acquisition

published 1244 days, 19 hours, 18 minutes ago posted by http://sblakemore.com/blog/http://sblakemore.com/blog/ 1248 days, 8 hours, 28 minutes ago
Sunday, December 27, 2009 2:06:50 PM GMT Thursday, December 24, 2009 12:56:07 AM GMT
Using Silverlight 4 to take pictures using a Nikon DSLR camera attched via USB. Good explanation of the COM automation features in Silverlight 4 used to acchieve this. (more)
category: Metro | clicked: 0 | 1 comment | | source: sblakemore.com
tags: COM automation, Silverlight, Silverlight 4
6
Shouts

Extending the SMF for the HVP Silverlight Geek - Jesse Liberty

published 1252 days, 23 hours, 10 minutes ago posted by jantujantu 1253 days, 22 hours, 17 minutes ago
Saturday, December 19, 2009 10:14:29 AM GMT Friday, December 18, 2009 11:07:53 AM GMT
I’m going to document what happens when I try to extend the Silverlight Media Framework (SMF) for the Silverlight HyperVideo Player as I do it. This article is part of the Mini-Tutorial Series This article is part of the Silverlight HVP Documentation My plan is to follow along with this video (part of the SMF documentation) and adapt it to extending the SMF player already embedded in the HVP source code so as to add a pse... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, Building Apps, HyperVideoProject, Silverlight 4, Blend
11
Shouts

Field Level Access with RIA Services - Brad Abrams

published 1257 days, 17 hours, 32 minutes ago posted by MihirPatelMihirPatel 1262 days, 21 hours, 15 minutes ago
Monday, December 14, 2009 3:52:23 PM GMT Wednesday, December 09, 2009 12:09:45 PM GMT
There are lots of reason you may need to customize the access to given fields within an entity.  For example, HIPPA compliance requires that some data not be exposed to only employees with a need to know.   It is often not sufficient to just NOT show the data in the Silverlight client, you need to not even send it over the wire.This example works with Silverlight 4\RIA Services Beta and Visual Studio 2010 Beta2 I built a very simple RIA Services + Silverlight 4 ... (more)
category: Metro | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: Silverlight, RIA Services, Silverlight 4
12
Shouts

MEF, Silverlight and the HVP - Jesse Liberty

published 1260 days, 3 hours, 20 minutes ago posted by TareqOmarTareqOmar 1262 days, 21 hours, 19 minutes ago
Saturday, December 12, 2009 6:04:19 AM GMT Wednesday, December 09, 2009 12:05:42 PM GMT
This article continues the design and exploration phase of the Silverlight HVP project by beginning to examine the role the Managed Extensibility Framework (MEF) will play in solving a number of challenges in the project. Goal: Creation of an Extensible, Modular, Reliable, Robust application The Silverlight HVP poses the challenge of accommodat... (more)
category: Metro | clicked: 0 | 1 comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, Building Apps, HyperVideoProject, Silverlight 4
7
Shouts

Does Silverlight 4 really use .Net 4 assemblies?

published 1261 days, 18 hours, 45 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 1263 days, 10 hours, 32 minutes ago
Thursday, December 10, 2009 2:39:31 PM GMT Tuesday, December 08, 2009 10:52:54 PM GMT
I have gotten a lot of questions from Silverlight users wanting to know if VistaDB will be able to load in Silverlight 4.  This would be a great thing if you could actually have a client side database in a Silverlight app.  I still am not 100% convinced this is a good idea in most circumstances, but for offline Silverlight apps this would definitely make sense.  It would allow you to store data locally in isolated storage on the users machine, and then send it to the server when they next are online. (more)
category: Metro | clicked: 0 | 1 comment | | source: www.vistadb.net
tags: VistaDB, Silverlight 4
14
Shouts

Innovation Showcase : Silverlight 4 – Feature Montage via Code Samples & Presentation Deck

published 1263 days, 15 hours, 52 minutes ago posted by jbarnesjbarnes 1264 days, 15 hours, 56 minutes ago
Tuesday, December 08, 2009 5:32:38 PM GMT Monday, December 07, 2009 5:28:29 PM GMT
07 December 2009 Silverlight 4 – Feature Montage via Code Samples & Presentation Deck Jeff Barnes has released a blog post with links to a consolidated slide deck and code samples that demonstrate all the cool new features in the Silverlight 4 Beta.  Here’s a quick list of the features in this release: Updated SDK Toolkit ControlsVS2010 Tooling Printing API Right-click event handling Webcam/microphone access Mouse wheel support RichTextArea Control ICommand support Clipboard API HTML Hosting with... (more)
category: Metro | clicked: 1 | comment | | source: blogs.msdn.com
tags: Silverlight 4
11
Shouts

Innovation Showcase : Silverlight 3/4: Advanced Performance / Profiling Techniques

posted by jbarnesjbarnes 1264 days, 16 hours, 19 minutes ago
Monday, December 07, 2009 5:05:38 PM GMT
07 December 2009 Silverlight 3/4: Advanced Performance / Profiling Techniques Did you know that by simply specifying “EnableGPUAcceleration=true “ in the Silverlight plug-in, in some cases, you can achieve dramatic performance improvements by leveraging the client’s GPU hardware? Check out Seema Ramchandani’s PDC09 session to learn how to leverage all the goodness the Silverlight stack and Visual Studio 20010 to optimize your managed code with a focus on the common bottlenecks in writing large Silv... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010, Silverlight 4
10
Shouts

Will Silverlight 4 ICommand support simplify using commands in Prism?

published 1263 days, 15 hours, 52 minutes ago posted by dschenkelmandschenkelman 1264 days, 18 hours, 30 minutes ago
Tuesday, December 08, 2009 5:32:38 PM GMT Monday, December 07, 2009 2:54:20 PM GMT
As I thought this is a question that could interest many people, instead of answering this question directly in the Prism codeplex forum I decided to create a short blog post and answer it here.The answer is “kind of”. Silverlight 4 Beta, so far, only supports binding commands to controls that inherit from ButtonBase (Button and HyperlinkButton), as you can read in Tim’s and Mike’s posts.Therefore, if you are using Prism, these are the things that you will not need any more, and those that you will:No l... (more)
category: Metro | clicked: 2 | 1 comment | | source: blogs.southworks.net
tags: Silverlight 4, commands, Prism
8
Shouts

BugCamSmash Dissected part 2 – Make the Bugs Crawl « Adam Kinney

published 1265 days, 11 hours, 51 minutes ago posted by http://jacekciereszko.pl/http://jacekciereszko.pl/ 1265 days, 22 hours, 49 minutes ago
Sunday, December 06, 2009 9:33:32 PM GMT Sunday, December 06, 2009 10:35:10 AM GMT
In part 1 of this series, explaining how BugCamSmash we walked through the creating the bug sprite, placing the bug at a random position on the screen and triggering a Smash animation when a rock sprite collides with the bug sprite. In this part we will cover creating the Walk animation, rotating the bug towards and walking to a point clicked with the mouse.Creating the Walk Animation Blend makes creating new Storyboards for animations very simple, in the Objects Panel click the “+” button, provide a n... (more)
category: Metro | clicked: 0 | comment | | source: adamkinney.wordpress.com
tags: Silverlight 4, BugSmash
10
Shouts

Shawn Wildermuth - Silverlight 4's Printing Support

published 1272 days, 13 hours, 39 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1274 days, 14 hours, 22 minutes ago
Sunday, November 29, 2009 7:45:00 PM GMT Friday, November 27, 2009 7:02:08 PM GMT
As i've discussed with a number of my customers (with apologies to Siebrand) I never thought we needed printing. Printing on the Internet has a durable solution especially when it comes to to line-of-business applications: PDF. There are a plethora of report writing solutions that work and so using XAML to print has always been an unnecessary feature to me. But as most of you know the Silverlight team ig... (more)
category: Metro | clicked: 0 | 1 comment | | source: wildermuth.com
tags: Silverlight 4 Beta, Silverlight 4
Previous 1 2 3 4 5 6 7 8 Next