The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Latest Diggs - Programming

Computers Blogs - Blog Top Sites

Site Hits

Total: 4,740,942
since: 19 Jan 2005

Latest tagged entries for 'WPF'



WPF Control Development Unleashed

Wed 25 Mar 09 9:26 A GMT-05
The cat is out of the bag and despite rumors of my retirement from writing, I am actually contributing to another book.

Why Silverlight 2 could be far more important than you think

Tue 14 Oct 08 8:55 A GMT-05
Microsoft recently released Silverlight 2.0 to the public. After the Olympic games, Silverlight ended up on a LOT of people's computers, but Silverlight 2 has more importance to application developers in the future. I discuss that in this post

Another Microsoft Developer Falls Victim to Framework Myopia

Tue 08 Jul 08 7:16 A GMT-05
Recently a Microsoft developer posted a blog entry detailing a very negative experience he had with the iPhone SDK, Cocoa, and Xcode. MS developers allowing their first impression to taint their view of Mac programming is common, but easily corrected

CLINQ v1.1 - Extending the AggregateViewAdapter to Create Continuous VWAP

Thu 17 Apr 08 2:20 P GMT-05
In this blog post I show you how to create your own continuous aggregates that extend CLINQ with domain-specific functionality like VWAP (Volume Weighted Average Price).

CLINQ v1.1.0.0 - New and Improved with Aggregation!

Wed 16 Apr 08 12:27 P GMT-05
I'm just about ready to start upgrading the demo suite to be compatible with some of the new code I'm writing for CLINQ 1.1 and thought I'd post a preview of Continuous Aggregation

CLINQ v1 Demo - Network Message Filtering

Wed 09 Jan 08 2:47 P GMT-05
This blog post contains an explanation of a demo I wrote for the initial release of CLINQ. It uses a WCF Peer Mesh to distribute messages which are then continuously filtered via CLINQ queries

Building a Ledger Style for WPF Grids

Tue 21 Aug 07 10:30 A GMT-05
A very common task in data-driven applications is to render lists of data in ledger-style with alternating row background styles/colors. Unfortunately, a lot of the samples for this are wrong and only apply to limited cases.

Roughly Drafted has a review of my WWDC session up

Tue 19 Jun 07 9:03 P GMT-05
Roughly drafted has done a review of the presentation I gave during the WWDC

My first "Acropolis" Application

Mon 04 Jun 07 8:40 A GMT-05
I just got my hands on the Acropolis CTP for Orcas and followed the RSS Reader tutorial

Exploring the Delegate Design Pattern

Mon 14 May 07 1:30 P GMT-05
I first encountered the delegate design pattern when learning Cocoa, but I have found that its use has actually made some Windows Vista (WPF) programming tasks easier as well!

Will Silverlight be DOA?

Mon 16 Apr 07 3:02 P GMT-05
Microsoft's WPF/E, which is now called Silverlight, is a cross-platform, cross-browser platform for RIA (Rich Interactive Application). Question is: will anyone use it??

Exploring the MVC Pattern in WPF

Tue 10 Apr 07 7:51 A GMT-05
In a previous article I explored a comparison between VS 2005 and the Xcode/Interface Builder IDEs. In this article, I explore implementing the MVC pattern in WPF applications

Orchestrating a WPF App using MVC and Windows Workflow Foundation

Tue 03 Apr 07 9:42 A GMT-05
This blog entry contains a summary of some of my experiences in using state machine workflows to control the flow and logic of a complex WPF application

WPF Bindings == WTF Bindings?

Mon 12 Mar 07 1:31 P GMT-05
I recently ran across a huge gaping hole in WPF bindings, one that leaves me asking ...WTF??

On MUDs

Thu 08 Mar 07 12:00 A GMT-05
I have a more narrow definition of what a MUD is than most people, and I've been considering turning Ulysses Agenda into a MUD project.

Cocoa Programming vs. WPF : NIB vs XAML

Tue 20 Feb 07 9:09 A GMT-05
While continuing my learning of Objective-C and Cocoa programming, I am also continuing to compare and contrast and hopefully become a better programming. Today I compare the NIB file vs the XAML file

Cocoa Bindings vs. WPF Binding

Thu 15 Feb 07 12:41 P GMT-05
I don't intend to declare a "winner" or say which one I like best, I merely want to compare and contrast for my own edification and to illustrate the differences (and similarities) to Cocoa newbs like me

Monostate vs. Singleton : Adventures in WPF Databinding

Mon 12 Feb 07 11:46 A GMT-05
Recently I published a blog post about the monostate pattern and how it can dramatically simplify the life of a WPF developer of real-world applications. I've actually got some issues with monostate now after some experimentation.

Ulysses Agenda: Refactoring some networking code

Sat 16 Dec 06 9:09 P GMT-05
Ordinarily I'm of the opinion that refactoring too early can cause more problems than it solves. However, this one was a no-brainer.

Application Authentication on a Peer Network using WCF

Fri 08 Dec 06 2:59 P GMT-05
I've been expanding on the basic network framework for the Ulysses Agenda game and I've got a working authentication service up and running - and uses the "SOA on an ESB" pattern

Ulysses Agenda: Modeling SOA over an ESB for tons of acronym-based fun!!

Thu 07 Dec 06 2:40 P GMT-05
Some of you may have noticed a similarity between UA's network design and ESB implementations that embrace SOA concepts. This post illustrates how the design and implementation of Ulysses Agenda is simple, yet extremely extensible. Thanks to ESB/SOA

Ulysses Agenda Makes Redmond Developer News

Wed 29 Nov 06 2:10 P GMT-05
I was recently interviewed by Mary J Foley where she asked me some questions about how Ulysses Agenda was making use of the new .NET Framework 3.0 technologies

Data Binding in WPF with the Monostate Pattern

Mon 13 Nov 06 6:11 P GMT-05
So many of the data binding examples that I've seen have been overly simplistic, some even use the constructor of the bound object to populate the source items. This doesn't work in the real world and I've got a solution

Ulysses Agenda - Network Engine Test 1

Sun 08 Oct 06 9:26 P GMT-05
This article shows some of the code from the first round of network engine proof of concept code for the Ulysses Agenda game.

Using Ruby as the driving script for my game server?

Mon 02 Oct 06 7:34 A GMT-05
So the other day I was thinking about how I was going to design the schema for the Ulysses Agenda game's server-side database, and then I had a revalation! I wanted pizza! But after I had that revalation, something else dawned on me!