Re: gr1d.org - A persistent online multiplayer prorgamming game

2010-12-20 Thread Joseph Cooney
At least one of the developers is Australian too, so I think that means it's definitely 'on-topic' On 21/12/2010, at 12:21 PM, Michael Minutillo wrote: > Hey all, > > Last week I started playing a game called gr1d (at http://gr1d.org/ ). It's > basically an MMO RPG RTS thing where you contro

RE: Book recommendations - MVC and WCF : C#

2010-12-20 Thread Greg Keogh
Write down the name of this title: Windows Communication Foundation Unleashed SAMS - McMurty, Mercuri, et al - 2007 Then cross it off and burn the paper. This book stinks on ice. I might use it to line the cat litter tray. The funniest thing is that the authors never use the abbreviatio

gr1d.org - A persistent online multiplayer prorgamming game

2010-12-20 Thread Michael Minutillo
Hey all, Last week I started playing a game called gr1d (at http://gr1d.org/ ). It's basically an MMO RPG RTS thing where you control software agents by writing driver programs for them in .NET. It's still in beta so there are glitches and bugs and the occasional downtime but it's been fun so far.

Re: Book recommendations - MVC and WCF : C#

2010-12-20 Thread Grant Maw
I've used WCF - Step by Step bu John Sharp (the MS Press book) to learn WCF. Definitely worth a look for the learner. Lowy's "Programming WCF Services" from O'Reilly is a good reference covering the more advanced topics as well. Hope that helps! On 21 December 2010 07:51, Glen Harvy wrote: > Hi

Re: Book recommendations - MVC and WCF : C#

2010-12-20 Thread Hitman Hoss
MVC: - Steven Sanderson's Pro ASP.NET MVC 2 Framework - ASP.NET MVC 2 in Action The above are for MVC 2. Best to check when the version 3s are due for release before buying. On Tue, Dec 21, 2010 at 8:51 AM, Glen Harvy wrote: > Hi, > > I'm looking to start using both MVC and WCF in C#. > > As I

Book recommendations - MVC and WCF : C#

2010-12-20 Thread Glen Harvy
Hi, I'm looking to start using both MVC and WCF in C#. As I am a beginner in both these fields, can someone suggest a short list of books they would recommend I purchase. Thanks,

Re: Word 2007 not rendering Content Controls in tables

2010-12-20 Thread Matt Siebert
Never mind, I figured it out. For anyone who's interested, the SDT elements (content controls) in the duplicated rows kept their IDs and it seems that in this scenario Word 2007 only keeps the last SDT for each ID (as it states in the documentation for the ID element now that I look at it). It se

Word 2007 not rendering Content Controls in tables

2010-12-20 Thread Matt Siebert
Hi all, I'm using the Open XML SDK to work with .docx files. I'm adding a custom XML part and binding content controls to it. I have some repeating items that I'm binding to content controls that appear in tables. My code is correctly appending table rows and binding the content controls to the