rprouse

Stories kicked by friends of rprouse

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

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

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

add a comment |category: |Views: 20

tags: another

Detect when another site is unavailable. (404 detection)(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 5 months ago

Detect on the server when third party host is unavailable. read more...

add a comment |category: |Views: 32

tags: another

Internals of a Delegate(www.abhisheksur.com)

submitted by abhi2434abhi2434(1006) 1 year, 5 months ago

Delegates are an important part of any application. In this post, I have demonstrated the way you define a delegate, its internal structure and the probable compiler logic read more...

add a comment |category: |Views: 73

tags: another

Disable Reference Highlighting in Visual Studio 2010 (www.ginktage.com)

submitted by isenthilisenthil(2309) 1 year, 5 months ago

In the Visual Studio 2010 , when we select a variable , all the instances of the variables are highlighted automatically . This works similar to FindAll .. giving the developer a clear overview of the instances used in the form by highlighting the selected text/ variable . If you don’t like this feature and want to disable it , here’s are the steps to be followed .Go to ToolsSelect OptionsClick Te... read more...

add a comment |category: |Views: 34

tags: another

Setting up RavenDB as an IIS application by pictures.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 5 months ago

Steps to set up RavenDB as an IIS application. read more...

add a comment |category: |Views: 40

tags: another

Capitalise text inputs with CSS(blog.toepoke.co.uk)

submitted by chittychitty(114) 1 year, 5 months ago

Illustrates how to improve data quality and user experience by capitalising names without resorting to javascript. read more...

add a comment |category: |Views: 241

tags: another

Baby steps to create NuGet Package.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 5 months ago

Step by Step how to create a simple NuGet package. read more...

add a comment |category: |Views: 65

tags: another

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

submitted by PeterRitchiePeterRitchie(1505) 1 year, 6 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, 6 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

The Developer's Almanac(developersalmanac.com)

submitted by aaronlerchaaronlerch(1670) 1 year, 8 months ago

A developer's parody of the NPR (national public radio) show The Writer's Almanac. read more...

add a comment |category: |Views: 2

tags: another

Fix CodePlex Error: Repository UUID 'XXX' doesn't match expected UUID (blogs.microsoft.co.il)

submitted by arikparikp(1204) 1 year, 9 months ago

Fix CodePlex Error: Repository UUID 'XXX' doesn't match expected UUID 'YYY' About a month ago, CodePlex have upgraded their TFS servers to to TFS 2010. While this transition was supposed to be invisible to users who connect using the SVN interface, it wasn’t.The Problem This is what I got while trying to update a project which resides on CodePlex, using AnkhSVN plug-in. Or in a search-engine friendly way: SharpSvn.SvnException: Repository UUID 'XXX' doesn't match expected UUID 'YYY' at S... read more...

add a comment |category: |Views: 44

tags: another

MbUnit 3.2 makes it easier to work with Xml(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 10 months ago

Another new feature of new version of Gallio / MbUnit. read more...

add a comment |category: |Views: 6

tags: another

Assert.Count in MbUnit version 3.2(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 10 months ago

Gallio team is releasing new version of Gallio / MbUnit. Check out Assert.Count one of many new features. read more...

add a comment |category: |Views: 3

tags: another

How to display your assembly “Add References” dialog.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 10 months ago

When you are developing a class library, you may want Visual Studio .NET to list your library in the Add Reference dialog box on the .NET tab without the user having to browse for it. read more...

add a comment |category: |Views: 9

tags: another

Dew Drop June 16(www.alvinashcraft.com)

submitted by PeterRitchiePeterRitchie(1505) 1 year, 11 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, 11 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