Pete Brown's Blog (POKE 53280,0)
Pete Brown writes on a variety of topics from .NET programming using WPF, Silverlight, XNA, and Windows Phone, to raising two children in the suburbs of Maryland, to woodworking, CNC and generally "making real stuff". Oh, and Pete loves retro technology, especially Commodore (C64 and C128). If the content interests you, please subscribe using the subscription link to the right of every page.
Archive for tag:
Silverlight
-
I've recently posted a few articles here
on my site. You may wonder why articles and not blog posts?
One problem I ran into on my previous site was the dating of
content that could be updated over time. You often run into this
with regular blog sites as well. I strongly dislike going back and
editing old blog posts, as the blog format wasn't really intended
for that. Blog posts should be accu...
-
I just published a new article on how to get started learning WPF or Silverlight. If
you're new to either of these technologies, this could be a great
resource for you.
Article: How to Get Started in WPF or Silverlight:
A Learning Path for New Developers
-
With your help, I've just put up a new article on the essential
tools every client developer should have in their toolbox. If
there's a tool (not a library/framework - that'll come next) that
you use during your client development, please go ahead and comment
on the article and let me know.
Article:
The Essential WPF/Silverlight/XNA Developer and Designer
Toolbox
-
This is Windows Client Developer roundup #15. I had so much to
send out this week, I decided to do a special edition.
I'll be at MIX10 next week. Be sure to watch the keynote
at MIX (usually broadcast live), as well as the sessions once they
are posted (typically by the end of the week). Stay tuned to the MIX
website.
The Windows Client Developer Roundup aggregates information of
i...
-
I saw this tweet in my Windows Client tweetstream today:
I thought, "what a good idea for a sample." I know that binding
in WPF and
Silverlight
can be a challenge, especially if you're new to the technology. It
can be even more difficult when you're working with an edge case
like binding using indexers.
So, here's a quickie on binding to a Dictionary<TKey,
TValue> in WPF...
-
WPF and
Silverlight
allow you to bind to property indexers by string key or numeric
index. For example:
<TextBox Text="{Binding [field1], Mode=TwoWay}" />
<TextBox Text="{Binding Fields[field1], Mode=TwoWay}" />
<TextBox Text="{Binding [15], Mode=TwoWay}" />
If you're creating the data source for those (for example, you
are building your own ObservableDiction...
-
This is Windows Client Developer roundup #14.
This is my first Roundup on my new blogging platform. Please check out the
site and let me know what you think, what could be better etc.
The Windows Client Developer Roundup aggregates information of
interest to Windows Client Developers, including WPF, Surface, Windows 7, XNA,
Windows Forms, Silverlight and Windows Phone.
If you have s...
-
I can't wait to get my hands on a Windows Phone to do some real
development. If you've read Charlie Kindel's post, you know that the
developer story builds on .NET, Silverlight and XNA (among others).
It wasn't always that way, though.
A little History
When I picked up my first Windows CE device, a Sharp Mobilon
HC-4000, it was big (like a super fat checkbook), clunky and
mon...
-
It's after 5am and I'm still up. Why? I just completed standing
up the blog portion of my new site and I'm pretty excited.
The full site migration is far from over, but the bones are
there, and the blog content has been all moved over.
New Site
My blog (first picture below) has had roughly the same look for
a number of years now. I've updated the background and the header
graphic...
-
This is Windows Client Developer roundup #13. The Windows Client Developer Roundup aggregates information of interest to Windows Client Developers, including WPF, Surface, Windows 7, XNA, Windows Forms, Silverlight and Windows Phone. If you have something interesting you’ve done or have run across, please send me the URL and brief description via the contact link on my blog. WPF WPF Shell...
-
This is Windows Client Developer roundup #12. I’ve just returned from the MVP summit and some meetings with the product teams, and all I can say is “wow”. We have some seriously cool stuff coming, and I can’t wait to talk about it. The Windows Client Developer Roundup aggregates information of interest to Windows Client Developers, including WPF, Surface, Windows 7, XNA, Windows Forms, Silver...
-
In my previous post about buttons and content controls, I explained how to do quite a bit of customization using just the content property of a button. That gets you pretty far, but you’re barely tapping into what WPF (and Silverlight) can do. In this post, we’ll cover styling and and build up the background we’ll need to tackle templating, the backbone of what makes WPF and Silverlight so pow...
-
This is Windows Client Developer roundup #11. The Windows Client Developer Roundup aggregates information of interest to Windows Client Developers, including WPF, Surface, Windows 7, XNA, Windows Forms, and some Silverlight. If you have something interesting you’ve done or have run across, please send me the URL and brief description via the contact link on my blog. This week I’m on campus in...