dburton

Stories submitted by friends of dburton

31 Days of Mango(www.jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 6 months, 23 days ago

A great new series on Windows Phone development, specifically focused on Mango (7.5). Jeff Blankenburg will be writing a new article for 31 straight days. read more...

add a comment |category: |Views: 43

tags: another

Conventional Software Development with Jeremy D. Miller(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 1 year ago

In this episode, Keith and Woody sit down with Jeremy D. Miller to discuss the importance of importance of conventional programming and how it can save time and improve the qualities of your development projects. Jeremy gives the guys a lot of examples and we chat about many open source projects for .NET developers. read more...

add a comment |category: |Views: 11

tags: another

Introducing ActionLinq(houseofbilz.com)

submitted by BrianGenisioBrianGenisio(1000) 1 year, 4 months ago

I am excited to release a pet project of mine that I have been developing for a few months. ActionLinq is a complete LINQ-to-Objects implementation for ActionScript 3.0. Including the same deferred execution behavior as LINQ, ActionLinq is a functional query library designed to process and manipulate data in ActionScript 3.0. It is especially useful for processing data received from web services and manipulating it to fit into the view. read more...

add a comment |category: |Views: 6

tags: another

Cross-Training in Silverlight & Flex – Platform Overview(houseofbilz.com)

submitted by BrianGenisioBrianGenisio(1000) 1 year, 7 months ago

This is the second article in which I will compare the technical details between Silverlight and Flex. Before I jump into the nitty-gritty of the two, I thought I would give a general overview of the platforms that are Silverlight and Flex/Flash/Air. Understand these terms and the tools up front will make it much easier to cross-train on the two technologies. read more...

add a comment |category: |Views: 0

tags: another

Day #6: Application Bar(bit.ly)

submitted by sadukiesadukie(505) 1 year, 7 months ago

Learn how to work with those circled icons at the bottom of a Windows Phone 7 application. read more...

add a comment |category: |Views: 7

tags: another

Day #5: System Theming(bit.ly)

submitted by sadukiesadukie(505) 1 year, 7 months ago

A great tutorial on how to work with system themes in a Windows Phone 7 application. read more...

add a comment |category: |Views: 3

tags: another

Day #4: Device Orientation on Windows Phone 7(bit.ly)

submitted by jblankenburgjblankenburg(1264) 1 year, 7 months ago

A great tutorial on how to manage device orientation in a Windows Phone 7 application. read more...

add a comment |category: |Views: 59

tags: another

Day #3: The Back Button Paradigm in Windows Phone 7(bit.ly)

submitted by jblankenburgjblankenburg(1264) 1 year, 7 months ago

A great discussion about overriding the back button on Windows Phone 7, and how and when you should do it. read more...

add a comment |category: |Views: 15

tags: another

Day #2: Page Navigation In Windows Phone(bit.ly)

submitted by jblankenburgjblankenburg(1264) 1 year, 7 months ago

In Day #2 of the 31 Days of Windows Phone, Jeff Blankenburg gives a deep overview of how to leverage the NavigationService in the WP7 operating system. read more...

add a comment |category: |Views: 36

tags: another

31 Days of Windows Phone | Day #1: Project Template(www.jeffblankenburg.com)

submitted by sadukiesadukie(505) 1 year, 7 months ago

Check out the 1st day of Jeff Blankenburg's "31 Days of Windows Phone", where Jeff takes us through the layout of a new Windows Phone 7 project. read more...

add a comment |category: |Views: 5

tags: another

Day #1: The Windows Phone Project Template(bit.ly)

submitted by jblankenburgjblankenburg(1264) 1 year, 7 months ago

Jeff Blankenburg has started another "31 Days" blog series, this time covering Windows Phone development with Silverlight. This post for the first day covers the default project template, and what each piece of it is used for. read more...

add a comment |category: |Views: 58

tags: another

Adventures in Ruby MVVM – Wrapping it up(houseofbilz.com)

submitted by BrianGenisioBrianGenisio(1000) 1 year, 8 months ago

Over the past few posts, I have written about my experiments with using IronRuby as the primary development language for my WPF applications using MVVM. This wraps it up with a fully functioning example read more...

add a comment |category: |Views: 4

tags: another

The Futures of the F# Language with Luke Hoban(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 1 year, 8 months ago

In this episode Keith and Woody sit down with F# Program Manager Luke Hoban at TechEd 2010 to discuss the futures of the F# language. Luke gave the guys the scoop on what developers can accomplish with F# and what the team has planned for upcoming releases of F# with Visual Studio. read more...

1 comment |category: |Views: 114

tags: another

Deep Fried Bytes: Moving Applications to the Cloud on Windows Azure(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 1 year, 9 months ago

In this episode Woody sat down two members of the Patterns & Practices Cloud Guidance team at Microsoft to discuss Azure and the ways to get legacy applications to the Cloud. Also discussed during the interview was SQL Azure and Identity and Security in Azure. read more...

add a comment |category: |Views: 2

tags: another

Done means Done(jonkruger.com)

submitted by jblankenburgjblankenburg(1264) 1 year, 9 months ago

A great post about setting realistic expectations when developing software. In many cases, we're even fooling ourselves sometimes. read more...

add a comment |category: |Views: 14

tags: another

Working with WCF Part Seven - What's the deal with REST?(jamescbender.com)

submitted by JamesCBenderJamesCBender(749) 1 year, 10 months ago

The good news is that if you are reading this blog then you have used REST. The reason is that REST is the architectural basis for the Internet. When you opened your web browser of choice and typed www.jamescbender.com into the address bar and hit ENTER, the browser issued a request to the access resource located at www.jamescbender.com (whatever that may be) using the REST GET verb. In fact, if you’ve ever navigated to any website you’ve seen REST in action. That’s the basis of REST; clients make requests to servers using a Uniform Resource Identifier (URI) which, depending on which REST verb was used in the request, returns, created, alters or deletes the resource at the location specified by the URI. It’s that simple. read more...

add a comment |category: |Views: 14

tags: another