Wednesday, August 18, 2010

Authorization Sample 303 – Metadata-Aware Authorization

Authorization Sample 303 – Metadata-Aware Authorization


Authorization Sample 303 – Metadata-Aware Authorization

Posted: 18 Aug 2010 02:18 PM PDT

In Authorization Sample 301 I explained the ins-and-outs of the authorization sample and offered a few hints as to how it could be used. In this post, I will show a specific example where I put together an authorized form that responds to metadata on Read More......(read more)

Balder gets donation from NDepend

Posted: 18 Aug 2010 12:59 PM PDT

Today the Balder project was lucky enough to get a donation from NDepend . Yet another tool that will be used to improve the code quality of Balder. Thanks a lot to the people at NDepend for the donation....( read more )...(read more)

Early Bird is Open for the Patterns and Practices Symposium

Posted: 18 Aug 2010 12:48 PM PDT

  I just received my confirmation that I will be presenting at the PnP Symposium being held in Redmond from Oct 18-22, 2010. Here is a ton of information that the PnP team has released about the event as written by Don Smith … The Patterns and Practices...( read more )...(read more)

Balder - 0.8.8.9 very close

Posted: 18 Aug 2010 12:34 PM PDT

Its been a hectic week - but finally most of the pieces are falling into place for the next release. There is only a couple of minor features I want to add before calling it a release. Meanwhile, I've updated the samplebrowser and released it as a sneak...( read more )...(read more)

Fade Into You [Code to easily animate orientation changes for Windows Phone applications now supports fade, too!]

Posted: 18 Aug 2010 09:19 AM PDT

I've already written about my efforts to improve the orientation behavior of Windows Phone applications; while the default behavior of snapping to the new orientation is fast and easy, it lacks a certain amount of panache . So I wrote the AnimateOrientationChangesFrame...( read more )...(read more)

ASP.NET Routing

Posted: 18 Aug 2010 09:40 AM PDT

ASP.NET routing enables you to use URLs that do not have to map to specific files in a Web site. Because the URL does not have to map to a file, you can use URLs that are descriptive of the user's action and therefore are more easily understood by users.

Reactive Extensions for .NET ( “stuff happens” )

Posted: 18 Aug 2010 07:17 AM PDT

I've been taking a look at the Reactive Extensions for .NET. It's early days for me at this point but I'm finding what I'm seeing to be really interesting. This is code that's available from the DevLabs; and there are versions for .NET 3.5 Sp1, .NET 4...( read more )...(read more)

WP7: Screen Considerations for Developers

Posted: 18 Aug 2010 12:56 AM PDT

This is part 6 of the Windows Phone 7 series : What is Windows Phone 7 Hardware requirements for Windows Phone 7 Part 1 – Buttons, Screen, Cameras, Keyboards, Wireless, Bluetooth, CPU Hardware requirements for Windows Phone 7 Part 2 – Light...( read more )...(read more)

Exploring List capacities and growth on the Windows Phone

Posted: 17 Aug 2010 06:33 PM PDT

Since the generic .NET list (List<T> documentation) is a pretty common data structure found in phone apps, I figured it was worth a few minutes to direct everyone's attention to how the list and its capacity works on the phone. Unlike desktop...( read more )...(read more)

Early look at the Panorama and Pivot controls for Windows Phone

Posted: 17 Aug 2010 03:58 PM PDT

Check out Jeff Wilcox's blog for a great post introducing the Panorama and Pivot controls for Windows Phone. I'm currently using the Panorama control (yes, one of the advantages to working for Microsoft is early access to stuff that is under development...( read more )...(read more)

Using ChildWindow in Windows Phone 7 Projects

Posted: 17 Aug 2010 10:18 AM PDT

URL : http://wildermuth.com/downloads/wp7childwindow.zip I was following a conversation in Twitter about the use of MessageBox in a WP7 application. I hate MessageBox as it usually looks nothing like the rest of my app. If figured I should try it first...( read more )...(read more)

Windows Phone performance progress bar update: part 2, remember to turn IsIndeterminate off when not needed!

Posted: 17 Aug 2010 02:38 PM PDT

Expanded phone progress bar performance guidance: use an improved template and always toggle IsIndeterminate when not needed....( read more )...(read more)

No comments:

Post a Comment