|
|
Front Page News
-
|
Visit Apple's iTunes App Store today to get your copy! http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=292146767 Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!...
|
-
|
We have just released a public beta of our new database profiling tool called dataProfiler. This new tool encompasses data interrogation concepts that we have derived in performance testing and database tuning of large scale applications. Here are some...
|
-
|
The long awaited public release of dataProfiler is now here! The first public beta is now avilable for public consumption. Please download the beta and start profiling your data driven applications! Download the beta today! Share this post: email it!...
|
-
|
Do you stand out in your organization? Are you excellent at what you do? Are you a team leader? We are hiring yet again and are looking for the very best! Join our team of professional senior level developers as we continue to grow and learn new ways...
|
-
|
You know, it's times when I'm creating a new library of entity classes (or the wholesale modification of a dismayingly large set of existing entities) that I hate unit testing; especially when I simply want to prove that I'm implementing a...
|
-
|
Since the iPhone has what I consider a flaw in it's IMAP implemenation, we built this handy windows service that will wipe away deleted emails from your Microsoft Exchange other other IMAP based mail servers. Now you can use your iPhone and love it...
|
-
|
With the recent switch to use the Intel processor, Steven and I decided it was time to go buy the MacBook Pro as our primary laptops. I am very happy so far. I love what the Mac OS has to offer in terms of UI and how easy it is to get "gadgets"...
|
-
|
This post is for those of you who don't already know of this great font pack from Microsoft. The font is called Consolas and it was built specifically for use in programming environments. This pack will automatically install the font pack and set...
|
-
|
I want to thank everyone for your patience as we prepared the codebase for open access, but the wait is finally over. dataFresh is now available to the open source community and can be downloaded here . We have decided that though we are sharing our source,...
|
-
|
Here are some links to a few really cool cheat sheets. http://weblogs.asp.net/rosherove/archive/2007/01/29/cheat-sheets-for-asp-net-regex-mock-objects-and-more.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!...
|
-
|
I built the Miles Ahead Farm Website a few years ago. I built it for a friend of ours with the intention that my wife would manage the content. I built some administrative functionality using the FreeTextBox control as a rich content editor. It worked...
|
-
|
So you have a database with real data that you want to use in your testing framework and you are looking for a way to get that data out so that it can be maintained in a script and be run as part of your unit tests. Thycotic Software has a great tool...
|
-
|
I will start the series with the DELTA_TableExists function that is provided in the deltaHelper script. We have implemented certain guidelines on our team for writing deltas. One guideline required that all delta be repeatable. As you may have already...
|
-
|
In this post I will walk you through the steps of implenting dataFresh into your testing framework. A few of our users have reported issues but as it turns out, dataFresh was simply improperly being called. Here is my attempt to provide more documentation....
|
-
|
How many times do you have to write a query against the information_schema.tables view before you finally remember the name of it and where that underscore goes? deltaHelpers are a collection of stored procedures and sql functions that are a direct result...
|
-
|
deltaRunner is now available with signed assemblies. This is the only difference in this release. deltaRunner can be used to manage the life cycle of your database from development all the way through production. It helps you manage versions with small...
|
-
|
There have been a few requests for us to sign our dataFresh assemblies. This is the only change in this release and it is available here . dataFresh is a database rollback library for unit tests and provides simplified database unit testing for your testing...
|
-
|
First of all, I would like to thank Roy Osherove for his recent blog about dataFresh . Right away we had more exposure for dataFresh than we have ever had! For those who don't know, Roy contributes to the agile/TDD world on his blog and has earned...
|
-
|
dataFresh is extremely easy to implement into your test framework. I will demonstrate just how easy it is by blogging a very simple implemenation using a test fixture base class from which all test fixtures should derive. [SetUp] public virtual void Setup()...
|
-
|
So I decided it was time to get on the bandwagon and see what Vista has to offer a developer, both good and bad. Good Pleasent on the eyes. Vista has a lot of eye candy that can bring some fun to a long day of coding. There is now a cancel button on whindows...
|
-
|
When you let deltaRunner create the database for you, you will reduce the amount of time required to get your development environment setup on new machines. SqlDeltaRunner.CreateDatabase(DatabaseName, MasterConnectionString, false ); Add this line when...
|
-
|
In an effort to provide a more complete TDD developer's toolkit, we are please to accounce the release of deltaRunner. This toolkit can be used to manage the life cycle of your database from development all the way through production. Once integrated,...
|
-
|
I have always heard that you learn somthing new everyday. Some days I don't see it but yesterday was a learning day for sure. I am testing Cpanel for Entropy. Cpanel is an adminitration tool for mail that sits on top of linux. First let me say that...
|
-
|
Entropy's dataFresh is a toolkit that assists test driven development projects in restoring their database to a known state before each test within a test fixture. The time consuming effort of having to write tear down methods to clean up the database...
|
-
|
First of all we have over 3,000 automated NUnit tests in our application! Most of these tests are in fact writting to the database. Up until dataFresh, we used a stored procedure that was coded with all our setup or test data. This procedure would be...
|
|
|
|