TestDriven.Net 2.13: Support for NUnit 2.4.7The latest release of TestDriven.Net
August 30, 2008 – 12:00 amTestDriven.Net 2.13: Support for NUnit 2.4.7
The latest release of TestDriven.Net is now compiled against NUnit 2.4.7. This version of NUnit includes Andreas Schlapsi’s popular RowTest extension. The RowTest attributes have been moved to the ‘nunit.framework.extensions’ assembly (which you can find here: \Program Files\TestDriven.NET 2.0\NUnit\2.4\nunit.core.extensions.dll).
Here is an example RowTest method that tests a prime number function:
The prime number function might look like this:
As you can see the intention of the test is very clear and there is no repetition. I’ve written more about parameterized unit tests here.
A New Approach to HttpRuntime.Cache Management
For most ASP.NET developers, the Cache (ala System.Web.Caching) offers great promise for scalability and performance, especially in a mostly read-only environment. The hardest part about caching is populating it with data. What are the safest ways to get this data? What are the safest ways to store this data? The author will discuss his framework for accessing and storing data in the ASP.NET cache (with a “Generics” twist). He also shows how to keep your cache fresh with the help of detailed explanation and relevant source codes.
David Penton
Dhananjay Nene on Cache Design
Many discussions about caching focus on specific caching tools and APIs. In a recent blog post, Dhananjay Nene offers a tool-agnostic overview of designing an enterprise application for good cache performance.
Review: Website Publisher
Nowadays, article management systems are available in plenty. Each product has its own unique features. Anand recently tested out a powerful script with which ads enabled sites can be created with limited manual intervention from the part of site owners. In this review, he records his observations regarding the product by analyzing each step from the installation stage.
Anand Narayanaswamy
You must be logged in to post a comment.