ravinggoat

Stories kicked by ravinggoat

How to make a Gmail-like loading indicator with ASP.NET Ajax(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 5 years ago

A step by step tutorial on how to build a loading indicator like the one Gmail, using ASP.NET Ajax and the core UpdateProgress control read more...

add a comment |category: |Views: 153

tags: another

NStub Beta Released(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years ago

NStub is a test stub generator for unit tests. Just point it at any .NET assembly and it'll automatically generate a full project containing a one to one mapping of test methods for every method in the target assembly. This is great for fine grained unit testing where you're trying to test every method individually. read more...

add a comment |category: |Views: 6

tags: another

SubSonic Starter Site is Out!(blog.wekeroad.com)

submitted by robconeryrobconery(160) 5 years ago

Check out the new SubSonic starter site, complete with CMS, membership, and more. read more...

1 comment |category: |Views: 191

tags: another

Rasing events (from a mock) using Rhino Mocks(jpboodhoo.com)

submitted by andycwkandycwk(80) 5 years ago

How to raise an event within a unit test using good old Rhino Mocks. read more...

add a comment |category: |Views: 30

tags: another

Visual Studio Plugin GhostDoc 2.0.0 Released(weblogs.asp.net)

submitted by .NetKicks.NetKicks(1304) 5 years ago

Roland Weigelt released version 2.0 of his XML-Comment generator plugin for visual studio. It now runs under Vista and he added support for Orcas. All changes can be found in the changelog on his blog. For downloads visit http://www.roland-weigelt.de/ghostdoc/ . read more...

add a comment |category: |Views: 34

tags: another