ItsMeEarles

Stories kicked by ItsMeEarles

Jeff Richter Video on Asynchronous Programming and his Power Threading(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 5 months ago

I recently had the chance to sit down with Jeff Richter and discuss his Power Threading Library. This library provides a simple technique for handling asynchronous development. By making clever use of C# Iterators, Jeff is able to make asynchronous code looks as though it is synchronous code the executes in a linear fashion. This greatly simplifies the asynchronous programming model, making it easy for you to complete tasks that were formerly considered difficult. read more...

add a comment |category: |Views: 101

tags: another

XNA Game Studio 3.0(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 6 months ago

The good folks who put together our gaming tools have released XNA Game Studio 3.0. read more...

add a comment |category: |Views: 402

tags: another

10 Programming Proverbs Every Developer Should Know(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 7 months ago

Proverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal. read more...

add a comment |category: |Views: 1213

tags: another

How I Explained REST to My Wife(tomayko.com)

submitted by alleyalley(2840) 4 years ago

Nice explaination of REST read more...

add a comment |category: |Views: 50

tags: another

REST and the magic of scalability idempotence and whatnot(rgoarchitects.com)

submitted by changerchanger(110) 4 years, 8 months ago

From time to time I read about the magic that is RESTful services and how they solve everything and anything like scalability, idempotency, simplicity etc. I think such claims are plainly wrong and misleading. read more...

add a comment |category: |Views: 8

tags: another