Thursday, February 4, 2010

Getting Started with WPF 4: Button Controls Part 1 – The Button is a Content Control

Getting Started with WPF 4: Button Controls Part 1 – The Button is a Content Control


Getting Started with WPF 4: Button Controls Part 1 – The Button is a Content Control

Posted: 04 Feb 2010 01:56 PM PST

I have an ongoing twitter search for topics of interest to me and my position at Microsoft, so anything with words like "windows forms", wpf , windowsclient.net etc. all show up in my search. Thought that, I often find folks who are struggling with how...( read more )...(read more)

Customer Preloader - Silverlight TV 006

Posted: 04 Feb 2010 01:33 PM PST

The latest episode of Silverlight TV is now available on Channel 9 ! In episode 6 John Stockton (Silverlight MVP) discusses how a custom preloader can spice up your application . He shows how to implement a basic custom preloader (aka splash Screen) and...( read more )...(read more)

Silverlight DataGrid quick styling tip: keep selected row focus state

Posted: 04 Feb 2010 09:27 AM PST

A developer asked me this question and while a simple answer, I thought it would be a good quick tip to share for those who may be in similar situations. The scenario is the classic master-details scenario where perhaps you have a grid of data and when Read More......(read more)

Silverlight DataGrid quick styling tip: keep selected row focus state

Posted: 04 Feb 2010 09:27 AM PST

A developer asked me this question and while a simple answer, I thought it would be a good quick tip to share for those who may be in similar situations. The scenario is the classic master-details scenario where perhaps you have a grid of data and when...( read more )...(read more)

Upcoming Appearances

Posted: 04 Feb 2010 04:21 AM PST

Since I am never at home anyway, I figured it would make sense to more conferences this year. I love doing talks at these conferences and getting the hard questions from attendees. If you're at any of these events, don't be shy about coming up and saying...( read more )...(read more)

Silverlight Cream for February 04, 2010 -- #792

Posted: 04 Feb 2010 08:52 AM PST

In this Issue: Nokola , Braulio Díez Botella , Gavin Wignall , David Poll , Mike Taulty , Pete Brown , Tim Heuer , Bruce Abernethy ( 2 ), and Kathleen McGrath . Shoutouts: John Bruin has a fun Silverlight app up on his site: Silverlight Circle Twist ...( read more )...(read more)

PDF Search Engine

Posted: 29 Dec 2009 08:41 AM PST

Open Source PDF Search Engine

Can You Really Measure Customer Satisfaction?

Posted: 04 Feb 2010 12:43 AM PST

One question that came up recently during my mid-year review is how am I measuring customer satisfaction with the products that I work on? For example, how can I measurably demonstrate that customers are happy with the work we are doing on ASP.NET MVC and that my team is responding to customer feedback? Umm, I can't? At least not right now in a measurable manner. I don't have any such metric and I'm not sure how reliable any metric I might come up with will be. But perhaps that's simply due to a lack of imagination on my part. In the past, we've tried various unscientific online twitter polls. One thing we did was ask the world for a list of ASP.NET pain points and compile them into one big list. Then at the end of the product cycle, we could...(read more)

Silverlight Splash Page

Posted: 03 Feb 2010 03:27 PM PST

I recently had the privilege of recording an episode of Silverlight TV with John Papa where we discussed the creation of Splash pages in Silverlight. This post is a companion post to that episode so if you haven't watched it yet, be sure to check it out...( read more )...(read more)

Hanselminutes Podcast 198 - Reactive Extensions for .NET (Rx) with Erik Meijer

Posted: 03 Feb 2010 10:38 PM PST

My one-hundred-and-ninety-eighth podcast is up . I sit down with Erik Meijer from the Cloud Programmability Team to hear about the Reactive Extensions for .NET (Rx) . Rx is a library for composing asynchronous and event-based programs using observable...( read more )...(read more)

Hanselminutes Podcast 198 - Reactive Extensions for .NET (Rx) with Erik Meijer

Posted: 03 Feb 2010 10:38 PM PST

My one-hundred-and-ninety-eighth podcast is up . I sit down with Erik Meijer from the Cloud Programmability Team to hear about the Reactive Extensions for .NET (Rx) . Rx is a library for composing asynchronous and event-based programs using observable Read More......(read more)

Hanselminutes Podcast 198 - Reactive Extensions for .NET (Rx) with Erik Meijer

Posted: 03 Feb 2010 10:38 PM PST

My one-hundred-and-ninety-eighth podcast is up . I sit down with Erik Meijer from the Cloud Programmability Team to hear about the Reactive Extensions for .NET (Rx) . Rx is a library for composing asynchronous and event-based programs using observable collections. Sound boring? Not even a little. Rx is a prescription for awesome. Subscribe: Download: MP3 Full Show Links from the Show Rx Team Blog Reactive Extensions for .NET (Rx) B# .NET Blog Wes Dyer's Blog Jeffrey Van Gogh's Blog Danny van Velzen's Blog Lambda the Ultimate Blog Rx on Channel 9 Do also remember the complete archives are always up and they have PDF Transcripts , a little known feature that show up a few weeks after each show. Telerik is our sponsor for this show...(read more)

Hanselminutes Podcast 196 - .NET 4 CLR, Framework and Language Chat with Jason Olson

Posted: 03 Feb 2010 10:28 PM PST

My one-hundred-and-ninety-sixth podcast is up . Jason Olson works (or worked, as you'll hear) for Microsoft in DPE. In this episode he takes Scott a little deeper into some of the new features in .NET 4, including security, CLR changes, C# 4 and VB 10 improvements and the new Task Parallel Library. Subscribe: Download: MP3 Full Show Links from the Show Parallel Computing Developer Center Visual Studio 2010 and .Net Framework 4 Training Course Jason's Blog Whitepaper: Patterns for Parallel Programming: Understanding and Applying Parallel Patterns with the .NET Framework 4 10-4 Show on Channel 9 Jason Olson on Twitter Visual Studio 2010 and .Net Framework 4 Training Kit Do also remember the complete archives are always up and they have...(read more)

Debugging ASP.NET generated code

Posted: 03 Feb 2010 04:31 PM PST

This post applies to any ASP.NET app that uses .aspx files, whether WebForms or MVC. When you write an aspx/ascx/master file (I'll just say aspx for here on, but it applies to all), it gets compiled dynamically by the ASP.NET runtime.  Note that this is true whether you use a Web Site or a Web Application Project (WAP).  While in a WAP, most of the code is built by Visual Studio, the aspx pages themselves are always built dynamically . Normally, when you work with aspx files, you only need to worry about what you write in there, and the specifics of what ASP.NET generates under the cover are somewhat of an implementation details.  However, in some cases it's pretty useful to look at the generated code, either to learn exactly...(read more)

Building Composable Apps in .NET 4 with the Managed Extensibility Framework

Posted: 03 Feb 2010 03:10 PM PST

Glenn Block explains how the Managed Extensibility Framework, a new library coming in .NET Framework 4.0, tackles the longstanding issue of building applications and components that can be reused and extended by others. Learn how to build apps that can use new functionality introduced by developers, framework authors and third-party extenders.

This posting includes an audio/video/photo media file: Download Now

CLR Inside Out: Formatting and Parsing Time Intervals in the .NET Framework 4

Posted: 03 Feb 2010 03:00 PM PST

Learn about enhanced TimeSpan formatting and parsing features coming in the .NET Framework 4, and some helpful tips for working with TimeSpan values.

This posting includes an audio/video/photo media file: Download Now

Test Run: WCF Service Testing with Sockets

Posted: 03 Feb 2010 02:58 PM PST

There are many ways to test WCF services, but the socket-based approach is flexible and very useful for security and performance testing. We show you show you how to test a WCF service using a network socket based approach.

This posting includes an audio/video/photo media file: Download Now

No comments:

Post a Comment