|
|
david
Stories kicked by david
|
|
submitted by
david
3 days, 6 hours ago
davesquared.blogspot.com — A quick summary of the web/app.config changes required when moving from NHibernate 1.2 to the newly released 2.0. read more...
|
|
tags:
NHIbernate, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
david
15 days, 6 hours ago
davybrion.com — Provides some guidelines on how to answer the question "Do I need to mock this object for this test?". read more...
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
nrstott
1 month ago
davesquared.blogspot.com — An interesting story about a common task in text-manipulation done with TDD.
The problem is stated as such:
This aim of this challenge was to determine whether any given string has a legal bracket structure. Basically, make sure all the '(', '[', '{', and '<' have matching ')', ']', '}' and '>'. We also need to take nesting into account, so that "({)}" is incorrect, and "({}<{}>)" will pass.
read more...
1 comment
|
category: Unit Testing | Views: 11
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 4 days ago, submitted by
brandewinder
1 month, 4 days ago
lostechies.com — With Rhino Mocks 3.5 just around the corner, I've started using it to create much more readable tests. One of the things that always bothered me with Expect.Call, constraints and the like was that it mixed in the Arrange with Assert. For those that haven't heard of AAA, it's a pattern for authoring unit tests:
* Arrange - set up the unit under test
* Act - exercise the unit under test, capturing any resulting state
* Assert - verify the behavior through assertions
As I moved towards BDD context/specification style tests, working with Rhino Mocks didn't fit the picture very well. But with the new AAA syntax of Rhino Mocks 3.5, I can very cleanly separate out the behavior I want to observe from the mechanics of setting up the test. read more...
add a comment
|
category: Unit Testing | Views: 81
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bennage
1 month, 6 days ago
devlicious.com — The first in a series on building a FriendFeed client in WPF using TDD, MVP, DI, etc. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 7 days ago, submitted by
igoro
1 month, 7 days ago
igoro.com — Skip lists are a fascinating data structure: very simple, and yet have the same asymptotic efficiency as much more complicated AVL trees and red-black trees. In this article, I discuss the asymptotic efficiency of operations on skip lists, the ideas that make them work, and their interesting use cases. And, of course, I give you the source code for a skip list in C#. read more...
add a comment
|
category: C# | Views: 337
|
|
tags:
Pick, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 20 days ago, submitted by
shaharyr
1 month, 20 days ago
dev102.com — Be aware of this matter because it is not a trivial issue and apparently, there are no errors or warnings generated by the compiler. So, the rule to remember is to never call virtual methods from constructors. read more...
1 comment
|
category: Architecture | Views: 300
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 21 days ago, submitted by
DavyBrion
1 month, 22 days ago
davybrion.com — Microsoft’s upcoming ASP.NET MCV framework makes it easy to write tests for your application layer logic. But what about those of us who are stuck with ASP.NET WebForms? You can still write highly testable ASP.NET WebForms with only a little bit of extra effort. But that extra effort really pays off in the long run. In this post, i’ll give a detailed description of one approach that has worked for me really well. read more...
add a comment
|
category: ASP.NET | Views: 343
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jaltiere
2 months, 2 days ago
jaltiere.com — This article takes someone through setting up NHibernate for the first time using the AdventureWorks database. read more...
add a comment
|
category: C# | Views: 13
|
|
tags:
NHIbernate, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
terrble
2 months, 4 days ago
lostechies.com — Jimmy Bogard walks through eliminating dependencies in part 2 of his excellent series. read more...
1 comment
|
category: Patterns | Views: 6
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 4 days ago, submitted by
expresso
2 months, 5 days ago
devlicio.us — What makes me NOT want to leave a company read more...
add a comment
|
category: C# | Views: 502
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dzeng
2 months, 9 days ago
codebender.denniland.com — Finally it’s out, get it while it’s hot. Now you SharePoint developers no longer need to hesitate to upgrade to Visual Studio 2008 if you haven’t. Some tips are provided if you need to install the extension on your XP/Vista machine (i.e. not having WSS 3.0 preinstalled). read more...
|
|
tags:
Extension, Tips, VisualStudio, SharePoint | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 15 days ago, submitted by
rstrahl
2 months, 15 days ago
west-wind.com — Status bars are very useful in client applications to display well status information and having a reusable and easily callable and configured status component to display messages is extremely handy. Here's an implementation that uses jQuery plus a bit of CSS to make short work of displaying status content. read more...
add a comment
|
category: AJAX | Views: 355
|
|
tags:
JavaScript, jQuery, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ussherm
2 months, 18 days ago
stevenharman.net — A new Rhino.Mocks beta dropped a couple weeks ago to little fan-fare... but perhaps we should take a closer look because tests running on the new bits are executing about 50% faster! read more...
|
|
tags:
rhino.mocks, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|