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,741,707
since: 19 Jan 2005

Latest tagged entries for 'NETWORKING'



My MSDN Magazine Article is now available

Tue 08 Jul 08 2:20 P GMT-05
Recently I wrote an article for MSDN Magazine. The subject of the article is about planning for and designing state maintenance and sharing within peer networks. Overall I think the article turned out quite well.

PDC 2008 Session Lists are Up - It's all about 7 and the Cloud

Thu 29 May 08 8:37 A GMT-05
Microsoft has released a preliminary list of sessions to give people an idea of what they might be getting if they attend PDC 2008. It looks like PDC '08 is all about 7 and the cloud.

Peer Networking Series - Is Live Mesh the Next Evolution in Peer Networking?

Thu 22 May 08 10:20 A GMT-05
In this next post in my series on peer networking, I explore the possibility that Windows Live Mesh could represent the next evolution in peer networking and peer application programming

Peer Networking Series - Why Peer Networks Aren't Enough

Fri 16 May 08 7:21 A GMT-05
In this next entry in my peer networking discussion series, I talk about some of the reasons why just having a pure peer network isn't good enough for today's modern apps - we need more.

Are Social Networks just another MMO Grind?

Fri 18 Apr 08 12:18 P GMT-05
The analogy might seem odd, but read the blog post and bear with me and hopefully it'll make some sense. Lately, I've been noticing that the act of maintaining one's social network online is as ugly as the "MMO Grind" that makes so many quit MMOs.

Hot and Steamy Mac on Vista Action!!

Wed 18 Jul 07 9:50 P GMT-05
This blog post takes a look at some hot and steamy Mac on Vista action - using Bonjour/Zeroconf to publish and discover location and metadata information about dynamic services

What does a WWDC 2007 Attendee do with 1.5 hours of downtime?

Thu 14 Jun 07 5:29 P GMT-05
What does a WWDC 2007 Attendee do with 1.5 hours of downtime? Why, build a dynamic peer-to-peer chat application in Cocoa, of course!

Orcas' Hidden Gem - The managed PNRP stack

Fri 11 May 07 1:45 P GMT-05
This blog post is a discussion of the new managed PNRP stack that is available in Orcas, as well as how it integrates with WCF. It is an underrated feature of Orcas that should be getting a LOT more attention.

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.

Practical example of "bus-style" back-end services using WCF P2P

Mon 11 Dec 06 3:14 P GMT-05
I've put up several posts recently on how I'm using P2P, WCF, and "SOA over ESB" style communications using .NET 3.0 for my Ulysses Agenda game. I thought I would take a detour and illustrate a practical, real-world example.

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