DotNetShoutout - Stories tagged with SL
4
Shouts

Silverlight Integration Pack for Microsoft Enterprise Library 5.0 released! - Grigori Melnik

published 736 days, 15 hours, 36 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 14 hours, 26 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 12:59:20 PM GMT
Today we are releasing the Silverlight Integration Pack for the popular Microsoft Enterprise Library application blocks. This release provides guidance and reusable components designed to encapsulate recommended practices which facilitate consistency, ease of use, integration, and extensibility. It also addresses the needs of those who would like to port their existing LOB applications, that already leverage Enterprise Library, to Silverlight. (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: SL, Silverlight, Enterprise Library
7
Shouts

Should I use HTML5 or Silverlight? One man's opinion. - Scott Hanselman

published 742 days, 2 hours, 18 minutes ago posted by StevesSteves 746 days, 2 hours, 58 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Saturday, May 07, 2011 12:28:04 AM GMT
I was in Belgium and The Netherlands this last week presenting and talking to folks in the community. After I presented on ASP.NET MVC 3, HTML5 and jQuery, one fellow came up after and said, "Should I use Silverlight or HTML5. I don't understand what Microsoft's strategy is or what to use in my app." Since I work for the Web Platform and Tools team (ASP.NET, IIS, etc) I spend a lot of time working, coding, and thinking about the web. However, I'm not an official strategist, or marketing guy.  But I do h... (more)
category: Metro | clicked: 0 | 1 comment | | source: www.hanselman.com
tags: SL, Silverlight, html5
5
Shouts

Silverlight 5 Beta Rough Notes–Hardware Decoded H.264 - Mike Taulty's Blog

published 748 days, 14 hours, 31 minutes ago posted by StevesSteves 749 days, 12 hours, 27 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 2:58:53 PM GMT
Note: these are early notes based on some initial experiments with the Silverlight 5 beta, apply a pinch of salt to what you read. This is a simple one – I’d read that Silverlight 5 could now do hardware decoding of H.264 encoded video on Windows so I thought I’d give that a try. I wanted a 1080p video so I did a quick search and came up with http://www.h264info.com/clips.html (I’ve no idea of the legality of these video clips by the way) and I downloaded the trailer for “The Bourne Ultimatum”). This ... (more)
category: Metro | clicked: 2 | 1 comment | | source: mtaulty.com
tags: SL, Silverlight, SL5, Silverlight 5 Beta, Beta, Silverlight 5
6
Shouts

IMage: Dynamic Types to Simplify Property Change Notification in Silverlight 4 and 5 - Jeremy Likness

published 751 days, 5 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 752 days, 22 hours, 36 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Saturday, April 30, 2011 4:49:12 AM GMT
The biggest problem with data-binding is the requirement to implement the INotifyPropertyChange interface. There are dozens of solutions out there that try to simplify the process with techniques ranging from parsing lambda expressions and walking the stack frame to using IL weaving to modify classes at compile time. The most popular approach is to derive from a base class and call a base method to handle the event. The frustration often comes from mapping data objects that don't implement the interf... (more)
category: Metro | clicked: 4 | 1 comment | | source: csharperimage.jeremylikness.com
tags: SL, Silverlight, Silverlight 4, Silverlight 5
5
Shouts

Binding to Dynamic Properties with ICustomTypeProvider (Silverlight 5 Beta) - Silverlight SDK - Alexandra Rusina

published 754 days, 17 hours, 53 minutes ago posted by NickolayNickolay 755 days, 19 hours, 27 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Wednesday, April 27, 2011 7:58:34 AM GMT
Silverlight 5 Beta introduces a new ICustomTypeProvider interface that enables data binding to objects the structure of which cannot be known until runtime. This is a common problem when you work with data in any format from databases to metadata or XML files to JSON objects. New attributes or new columns can be added over time and prior to Silverlight 5 you needed to update and recompile your source code if you wanted to show this new data through data binding in a Silverlight application. With ICustom... (more)
category: Metro | clicked: 6 | comment | | source: blogs.msdn.com
tags: SL, Silverlight, SL5, Silverlight 5 Beta, Beta, Silverlight 5
6
Shouts

Implicit Data Templates (Silverlight 5) - Jesse Liberty

published 759 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 760 days, 9 hours, 38 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 5:47:50 PM GMT
A new feature in Silverlight 5 is the Implicit Data Template, which allows you to target a  data template for a specific data type.  Thus, you might create a class hierarchy of Messages, Direct Messages and Replies (with the latter two derived from the first) and then modify how they are displayed in, e.g., a list box, based on the type of the message. [Cli... (more)
category: Metro | clicked: 3 | comment | | source: jesseliberty.com
tags: SL, Silverlight, SL5, Silverlight 5
3
Shouts

WriteableBitmapEx goes NuGet

published 763 days, 4 hours, 24 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 764 days, 5 hours, 19 minutes ago
Tuesday, April 19, 2011 11:01:59 PM GMT Monday, April 18, 2011 10:06:48 PM GMT
The WriteableBitmapEx library is now available as a NuGet package. The package contains the Silverlight and the Windows Phone binaries. The sources and the PDB are also available at SymbolSource.org (more)
category: Metro | clicked: 1 | comment | | source: kodierer.blogspot.com
tags: SL, Silverlight, WP7, wp7dev, NuGet
6
Shouts

"Those who cannot remember the past are condemned to repeat it." [WebBrowserExtensions.StringSource attached dependency property makes Silverlight/Windows Phone/WPF's WebBrowser control more XAML- and binding-friendly] - David Anson

published 762 days, 2 hours, 19 minutes ago posted by AlexAlex 765 days, 12 hours, 52 minutes ago
Thursday, April 21, 2011 1:07:06 AM GMT Sunday, April 17, 2011 2:33:40 PM GMT
The WebBrowser control is available in Silverlight 4, Windows Phone 7, and all versions of WPF. It's mostly the same everywhere, though there are some specific differences to keep in mind when using it on Silverlight-based platforms. WebBrowser offers two ways to provide its content: by passing a URI or by passing a string with HTML text: If you have a URI, you can set the Source (dependency) property in code or XAML or you can call the Navigate(Uri) method from code... (more)
category: Metro | clicked: 2 | comment | | source: blogs.msdn.com
tags: SL, Silverlight, XAML
6
Shouts

Working with User Names and Roles in Silverlight Applications - Dan Wahlin

published 764 days, 13 hours, 24 minutes ago posted by AlexAlex 765 days, 14 hours, 36 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 12:49:47 PM GMT
Security is a key component of applications and something that developers often struggle with to get right. How do you authenticate a user? How do you integrate roles and use them to show or hide different parts of a screen? These and other questions commonly come up as I talk with developers working on ASP.NET and Silverlight applications. I was recently presenting a workshop on Silverlight at the DevConnections conference in Orlando and had a question from the audience on how I handle security roles ... (more)
category: Metro | clicked: 1 | comment | | source: weblogs.asp.net
tags: SL, Silverlight, Security, ASP.NET
8
Shouts

Announcing the Silverlight 5 Beta Release and the Silverlight.net Redesign - Pete Brown

published 765 days, 15 hours, 20 minutes ago posted by AlexAlex 766 days, 7 hours, 18 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 8:07:56 PM GMT
Four months ago, in December 2010, we held the Silverlight Firestarter in Redmond - an entire event dedicated just to Silverlight, with great speakers from inside Microsoft and from the Silverlight community. In that event's keynote, Scott Guthrie showed off some of the plans we have for Silverlight 5 (as well as the secret location of his tattoo). In today's keynote at MIX11, Scott Guthrie expanded on that. I'm proud to announce that today we have shipped Silverlight 5 Beta... (more)
category: Metro | clicked: 0 | comment | | source: 10rem.net
tags: SL, Silverlight, SL5, Silverlight 5 Beta, Silverlight 5
8
Shouts

Silverlight 5 Beta–A guide to the new features - Tim Heuer

published 764 days, 13 hours, 24 minutes ago posted by iftekharahmedamitiftekharahmedamit 766 days, 7 hours, 34 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Saturday, April 16, 2011 7:51:39 PM GMT
At the MIX11 conference Scott Guthrie announced the availability of Silverlight 5 Beta. I suppose this doesn’t come at a surprise to most as this is now a regular annual occurrence. In fact it is almost exactly a year ago when Silverlight 4 was released. The team has been working very hard to deliver on the features we discussed at the Silverlight Firestarter event last December 2010. That was a flurry of revealing that happened in December showing the world what the Silverlight team has been working... (more)
category: Metro | clicked: 1 | comment | | source: timheuer.com
tags: SL, Silverlight, SL5, Silverlight 5 Beta, Silverlight 5
6
Shouts

Creating a Markup Extension for MEF with Silverlight 5 - Jeremy Likness

published 765 days, 15 hours, 20 minutes ago posted by iftekharahmedamitiftekharahmedamit 766 days, 8 hours, 12 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 7:13:07 PM GMT
One exciting new feature of Silverlight 5 is the ability to create custom markup extensions. Markup extensions are a part of XAML. Whenever you see a notation that starts and ends with a brace, you are viewing a markup extension. Markup extensions exist to pass information to properties in the XAML that the XAML parser can use when generating the object graph. A commonly used example of markup extensions is the data-binding syntax. In the following XAML snippet, the data-binding uses a markup extensi... (more)
category: Metro | clicked: 3 | comment | | source: csharperimage.jeremylikness.com
tags: SL, Silverlight, SL5, MEF, Silverlight 5
5
Shouts

Silverlight, HttpWebRequest, HTTP Stacks and the UI Thread - Mike Taulty's Blog

published 783 days, 6 hours, 18 minutes ago posted by iftekharahmedamitiftekharahmedamit 783 days, 14 hours, 4 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Wednesday, March 30, 2011 1:22:06 PM GMT
This one comes from a customer who thought that they were seeing an issue in using the browser HTTP stack in Silverlight to make lots of HTTP requests. The issue seemed to be that the stack was blocking the UI thread and causing the UI to stutter. The suspicion was that the blocking was occurring while data was being read from the stream that is handed back to you when you’re reading an HTTP response. I thought I’d see if I could reproduce this behaviour myself and so I set out to put something togethe... (more)
category: Metro | clicked: 3 | comment | | source: mtaulty.com
tags: SL, Silverlight
8
Shouts

What is XAP file in Silverlight? - Dhananjay Kumar

published 805 days, 11 hours, 14 minutes ago posted by AlexAlex 807 days, 2 hours, 22 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:03:19 AM GMT
When you start learning Silverlight and create your first Silverlight application, one thing you will notice XAP file along with HTML and ASPX files. First time after running your Silverlight application you can see XAP file in client bin folder. Before running of Silverlight application, you will not find XAP file in client bin folder. Usually below steps followed while running a Silverlight application. Create a Silver... (more)
category: Metro | clicked: 1 | comment | | source: debugmode.net
tags: SL, Silverlight, Xap
5
Shouts

Validation Application Block ported to Silverlight - Grigori Melnik

published 819 days, 7 hours, 27 minutes ago posted by AlexAlex 819 days, 13 hours, 40 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 1:45:47 PM GMT
Earlier this week, we published a code drop of the Enterprise Library 5.0 Silverlight Integration Pack. It contains: * port of the Validation Application Block * new pieces of the infrastructure to support XAML-based configuration * async configuration loading Note there is also a conversion tool to facilitate the reuse of your Enterprise Library existing configurations and convert them to XAML. It can be plugged in the config tool via a wizard or you may integrate it in your build process. The conver... (more)
category: Metro | clicked: 3 | comment | | source: blogs.msdn.com
tags: SL, Silverlight, Validation Application Block
5
Shouts

Silverlight 5 FireStarter

published 900 days, 6 hours, 56 minutes ago posted by ZORIGZORIG 901 days, 14 minutes ago
Friday, December 03, 2010 8:29:42 PM GMT Friday, December 03, 2010 3:11:17 AM GMT
Today we announced the plans for the next version of Silverlight along with a bunch a demos at the FireStarter event. If you missed it, you can take a look at the recordings (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: SL, Silverlight
4
Shouts

Silverlight Questions - ScottGu's Blog

published 926 days, 17 hours, 58 minutes ago posted by iftekharahmedamitiftekharahmedamit 928 days, 2 hours, 22 minutes ago
Sunday, November 07, 2010 9:27:51 AM GMT Saturday, November 06, 2010 1:03:33 AM GMT
Over the last week there has been a lot of confusion/concern about Silverlight that occurred from an interview given at the PDC conference last week.  A few days ago Bob Muglia (President of our Server and Tools Division) posted a blog post on the Silverlight Team blog that helped clarify what he said in the interview that caused the controversy.  You can read his post here. Three of the things that he explicitly said in the interview (and which were reported in the article - but unfortunately lost in t... (more)
category: Metro | clicked: 1 | comment | | source: weblogs.asp.net
tags: SL, PDC10, Silverlight, PDC 2010, PDC
6
Shouts

PDC and Silverlight - The Silverlight Blog

published 931 days, 7 hours, 47 minutes ago posted by AlexAlex 932 days, 6 hours, 50 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 8:35:34 PM GMT
Last week, we held our PDC conference on the Microsoft campus in Redmond, Wash. We also streamed it online using Silverlight (with both live and on-demand sessions). Already, more than 100,000 developers have watched the event, and the feedback on the streaming experience has been phenomenal. If you haven’t had a chance to watch the sessions yet, I encourage you to do so: http://microsoftpdc.com (more)
category: Metro | clicked: 0 | comment | | source: team.silverlight.net
tags: SL, Silverlight, PDC
6
Shouts

How Windows Embedded Silverlight Tools works.. - Don's Mobile Blog

published 931 days, 7 hours, 47 minutes ago posted by AlexAlex 932 days, 7 hours ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 8:25:50 PM GMT
WorkflowA designer creates a Silverlight-based user interface project in Expression Blend and passes this UI project to a developer.  The developer creates a Windows Embedded application from a Expression Blend project. The developer writes and tests the code that implements the functionality of the application with UI resources from the Expression Blend project. If you wish to allow  the designer and the developer to work on the application in parallel, they create a Designer/Developer contract that def... (more)
category: Metro | clicked: 3 | comment | | source: www.uxmagic.com
tags: SL, Silverlight, Windows Embedded
6
Shouts

Silverlight Code Samples Collection - J.D. Meier's Blog

published 931 days, 7 hours, 47 minutes ago posted by iftekharahmedamitiftekharahmedamit 932 days, 9 hours, 25 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 6:01:00 PM GMT
The Microsoft Silverlight Code Samples Collection is a roundup and map of Silverlight code samples from various sources including the MSDN library, www.Silverlight.net, Code Gallery, CodePlex, and Microsoft Support. You can add to the Silverlight code examples collection by sharing in the comments or emailing me atFeedbackAndThoughts at live.com.... (more)
category: Metro | clicked: 1 | comment | | source: blogs.msdn.com
tags: SL, Silverlight
Previous 1 2 3 Next