Monday, November 23, 2009

Taking a WebCam Photo with Silverlight

Taking a WebCam Photo with Silverlight


Taking a WebCam Photo with Silverlight

Posted: 23 Nov 2009 07:05 AM PST

URL : http://wildermuth.com/downloads/takemypicture.zip WebCam and Microphone support was one of the most requested features for Silverlight and Microsoft has answered the call. There are several ways to interact with the WebCam, but i'll start with the...( read more )...(read more)

Orchard team looking for a new developer

Posted: 23 Nov 2009 11:24 AM PST

My team is looking for a new full-time developer. The project is to build a completely new open-source CMS based on ASP.NET MVC 2. It's a lot of fun :) https://careers.microsoft.com/JobDetails.aspx?ss=&pg=0&so=&rw=1&jid=9434&jlang=EN Read More......(read more)

Enabling the ASP.NET Ajax script loader for your own scripts

Posted: 23 Nov 2009 07:00 AM PST

In previous posts, I've shown different ways to build a client-side class browser, using the ASP.NET Ajax Libary and jQuery. In this post, I'll focus on a few lines of code from the latest version of that sample. Those few lines of code enable my custom script to benefit from the script loader's features such as lazy and parallel loading and dependency management. An important feature of the script loader is the separation of the script meta-data from the script code itself. The meta-data can include the name of the script, its dependencies, instructions on how to figure out if it's already loaded, its debug and release URL patterns and a declaration of the lazy components and plug-ins it introduces. The script loader can also handle composite...(read more)

Silverlight 4 : A long term player

Posted: 23 Nov 2009 08:27 AM PST

Well, I still not came out of those glorious demos of Silverlight 4 Beta shown by Scott Gu on eve of PDC09..My mind is still in that 2nd Day keynote at PDC..Wow !! Microsoft and Team Silverlight made it !! You all must be wondering why this place is still...( read more )...(read more)

Silverlight Cream for November 23, 2009 -- #741

Posted: 23 Nov 2009 08:02 AM PST

In this Issue: Jeremy Likness , Andrej Tozon , Lee , Adam Kinney , Karl Shifflett , Andy Beaulieu , and Rob Houweling . From SilverlightCream.com : Revisiting Lorem Ipsum in Silverlight 4 with RichTextArea and Printing Jeremy Likness revisits some previous...( read more )...(read more)

RIA Services: A DomainService IS A WCF Service – Add Service Reference

Posted: 22 Nov 2009 11:57 PM PST

I made the fairly bold statement at my PDC09 talk that a DomainService IS A WCF Service.  That is, everything you know about a WCF service should be true of a DomainService.  I didn't have time to get into this in my talk, so I thought I'd hit the highlights here.  And in the process show how to consume a DomainService from a WinForms.    You can also see more examples at: http://code.msdn.microsoft.com/RiaServices   You need: Visual Studio 2010 Beta 2 (this actually works exactly the same in VS2008 and the corresponding RIA Services drop ) Silverlight 4 Beta   You can download the completed solution as well.   and be sure to check out the full talk .    1. Getting to the Service The first...(read more)

LIDNUG: Online chat with me Monday Nov 23rd

Posted: 22 Nov 2009 11:30 PM PST

This past week was a busy one – with lots of announcements and cool releases happening at this year's PDC conference .  All of the PDC keynotes and breakout sessions are now posted online for anyone to watch for free.  You can find sessions...( read more )...(read more)

Building High Performance Web Applications

Posted: 23 Nov 2009 01:00 AM PST

At the PDC (our dev conference) we release the Beta version of the ASP.NET Ajax Library and also donated it to the CodePlex Foundation as their first project.  For this version of the library we've focused on four areas of functionality: Power for developers Build data-centric web apps using advanced client-side libraries and controls Keep your markup clean and standards-compliant with imperative coding Make it easier to code using JavaScript IntelliSense (autocomplete) in Visual Studio Keep it simple to load and execute your scripts using the advanced management and execution features of the Script Loader Performance Use the Microsoft Ajax CDN for lightning-fast downloads of the Microsoft Ajax Library and jQuery Reduce the number of requests...(read more)

LIDNUG: Online chat with me Monday Nov 23rd

Posted: 22 Nov 2009 11:30 PM PST

This past week was a busy one – with lots of announcements and cool releases happening at this year's PDC conference .  All of the PDC keynotes and breakout sessions are now posted online for anyone to watch for free.  You can find sessions to watch here .  My PDC keynote covered our new Silverlight 4 release and was on Day 2.  You can watch it here (I start at the 1 hour, 2 minute, and 45 second mark). LIDNUG Online Chat Monday November 23rd I'll be doing a free online web chat Monday November 23rd at 11:30am PST where you can ask any questions about anything (including PDC announcements).  The chat is hosted by the LIDNUG user group.  You can sign up and attend for free here .  The chat will be recorded and...(read more)

CompositeTransform simplifies transforms in Silverlight 4 Beta

Posted: 22 Nov 2009 09:53 PM PST

One of the features you may have missed that was added to the Silverlight 4 beta is the new CompositeTransform class. The new class provides a simpler way to transform an element, by simply offering a single object to instantiate rather than a group of...( read more )...(read more)

Silverlight Cream for November 22, 2009 - 3 -- #740

Posted: 22 Nov 2009 09:43 PM PST

In this Issue: Jeremy Likness , Jesse Bishop , Deborah Kurata , Mark Tucker , Fredrik Normén , Corey Schuman ( 2 ), Laurent Duveau , Jeff Wilcox , and Erik Mork . Shoutout: Joe Stegman posted his BrowserFlow sample from PDC 2009 From SilverlightCream...( read more )...(read more)

Recent Podcasts

Posted: 22 Nov 2009 09:58 PM PST

Just wanted to highlight a couple of podcasts that were suckers gracious enough to have me as a guest. HerdingCode In this podcast I join the fellas at HerdingCode . Although this podcast came out after the Hanselminutes one, it was actually recorded a long time prior to that one. Jon Galloway , who does the editing, probably has some lame excuse about life changing events keeping him busy . I spent most of the time covering what's new with ASP.NET MVC 2 Preview 2, how the community influences our project, and how we prioritize bugs. I also finally reveal the dirty truth about Rob Conery 's departure from Microsoft. What's notable about this episode is the introduction of a brand new segment, "Abusive Questions from Twitter". I was having problems...(read more)

Silverlight 4 NotificationWindow and Queuing multiple notifications

Posted: 22 Nov 2009 08:38 PM PST

One of the cool features for Silverlight 4 Out-of-browser applications that was announced as a part of the Silverlight 4 beta release is the NotificationWindow class. Most commonly referred to as "toast" these are the little notifications that popup in Read More......(read more)

Silverlight 4 NotificationWindow and Queuing multiple notifications

Posted: 22 Nov 2009 08:38 PM PST

One of the cool features for Silverlight 4 Out-of-browser applications that was announced as a part of the Silverlight 4 beta release is the NotificationWindow class. Most commonly referred to as "toast" these are the little notifications that popup in...( read more )...(read more)

Fixing Visual Studio 2010 and Blend Preview for .NET 4 integration

Posted: 22 Nov 2009 07:36 PM PST

If you've been working with Visual Studio 2008, Expression Blend 3 and Silverlight (or WPF) development, you've likely used the Open in Expression Blend feature in Visual Studio. This occurs when you right-click on a XAML file in your project/solution Read More......(read more)

Fixing Visual Studio 2010 and Blend Preview for .NET 4 integration

Posted: 22 Nov 2009 07:36 PM PST

If you've been working with Visual Studio 2008, Expression Blend 3 and Silverlight (or WPF) development, you've likely used the Open in Expression Blend feature in Visual Studio. This occurs when you right-click on a XAML file in your project/solution...( read more )...(read more)

RIA Services templates not showing in Visual Studio 2010?

Posted: 22 Nov 2009 03:22 PM PST

Last week, the Silverlight 4 beta release included the Silverlight 4 Tools for Visual Studio 2010 . This single installer would perform the following (assuming you had either Visual Studio 2010 or Visual Web Developer Express 2010 already installed: Install Read More......(read more)

RIA Services templates not showing in Visual Studio 2010?

Posted: 22 Nov 2009 03:22 PM PST

Last week, the Silverlight 4 beta release included the Silverlight 4 Tools for Visual Studio 2010 . This single installer would perform the following (assuming you had either Visual Studio 2010 or Visual Web Developer Express 2010 already installed: Install...( read more )...(read more)

No comments:

Post a Comment