PeterRitchie

Stories submitted by PeterRitchie

Where's my SQL? Going NoSQL with Peter Ritchie(deepfriedbytes.com)

submitted by PeterRitchiePeterRitchie(1505) 11 months, 9 days ago

Keith and Woody discus NoSql with Peter Ritchie read more...

add a comment |category: |Views: 20

tags: another

Testing Strategies for Async Functions in C#(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 1 year, 3 months ago

Peter discussions one possible testing strategy for C#'s new async functions with regard to WinForms. read more...

add a comment |category: |Views: 1

tags: another

Deep Dive on Closure Pitfalls(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 1 year, 3 months ago

Peter does a deep-dive on the pitfals of closures in C# and details what the compiler is actually doing so that programmers can more easily recognize when they in these pitfal scenarios. read more...

add a comment |category: |Views: 2

tags: another

Dew Drop June 16(www.alvinashcraft.com)

submitted by PeterRitchiePeterRitchie(1505) 1 year, 7 months ago

Software Development Links for June 16 read more...

add a comment |category: |Views: 3

tags: another

Visual Studio 2010: enhance your Jedi Skillz(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 1 year, 7 months ago

Peter continues is them on becoming a Visual Studio Jedi, this time with new features in Visual Studio 2010. read more...

add a comment |category: |Views: 15

tags: another

Using the dynamic Keyword in C# to Improve Object-Orientation(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 1 year, 8 months ago

Peter discusses how the dynamic keyword isn't just for interop with COM or dynamic languages and can actually be used to make C# code more object-oriented. read more...

add a comment |category: |Views: 19

tags: another

Refactoring with Visual Studio 2010 book available(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 1 year, 8 months ago

Peter announces the book Refactoring with Visual Studio 2010. read more...

add a comment |category: |Views: 18

tags: another

Nourishing Technology and product communities(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 1 year, 11 months ago

Peter discusses his thoughts on what it takes to nourish a product community to maximize benefit to the community and the product. read more...

add a comment |category: |Views: 3

tags: another

The differene between an Anti-Pattern and a Code smell(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 2 years ago

Peter discusses the difference between an Anti-Pattern and a Code Smell. read more...

add a comment |category: |Views: 7

tags: another

Why software fundamentals are important to Microsoft's bottom-line(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 2 years, 6 months ago

Peter discusses why software fundamentals should be viewed as something positive to Microsoft's bottom line. read more...

add a comment |category: |Views: 3

tags: another

Global error handling in WCF(haveyougotwoods.com)

submitted by PeterRitchiePeterRitchie(1505) 2 years, 7 months ago

Dave shows us how to easily add global error handling to WCF external methods without having to expand the responsiblity of each and every exernal method. read more...

add a comment |category: |Views: 312

tags: another

Thread.Sleep is a sign of a poorly designed program.(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 2 years, 7 months ago

Other than for debug code, Peter details why Thread.Sleep isn't for production code. read more...

add a comment |category: |Views: 554

tags: another

DevTeach 2009(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 2 years, 10 months ago

DevTeach 2009, a Jam-packed conference! read more...

add a comment |category: |Views: 4

tags: another

Hosting your OSS project on github(codebetter.com)

submitted by PeterRitchiePeterRitchie(1505) 2 years, 11 months ago

Aaron walks through hosting an oss project on github and how to use git as the SCC system. read more...

add a comment |category: |Views: 122

tags: another

Developing with Source Code Control Best Practices Part 2(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 2 years, 11 months ago

Peter continues his series on Source Code Control best practices. read more...

add a comment |category: |Views: 512

tags: another

responding to coding horror(codebetter.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years ago

Rob responds to opinions on coding horror read more...

add a comment |category: |Views: 772

tags: another