|
|
Front Page News
-
|
This is pretty easy to setup. >> All you have to do is, setup command prompt in external tools with following option Title :MyCommandPrompt Command c:\windows\System32\cmd.exe Arguments: /k $(ItemPath) Initial directory : $(ProjectDir) http://www.dotnetjunkies.com/WebLog/hdcornerblogs/archive/2006/03/09/135823.aspx...
|
-
|
We've created a new ticket repository on the oh so elegant lighthouseapp.com. https://ent0.lighthouseapp.com/projects/28937-deltarunner/overview Come on over and create new tickets or help close out already existing ones! Share this post: email it!...
|
-
|
We've created a new ticket repository on the oh so elegant lighthouseapp.com. https://ent0.lighthouseapp.com/projects/28938-datafresh/overview Come on over and create new tickets or help close out already existing ones! Share this post: email it!...
|
-
|
This new version contains various bug fixes and enhancements that have been submitted. This version is compatible with NHibernate. Please report any bugs that you find. Thanks! Download the dataFresh Update Share this post: email it! | bookmark it! |...
|
-
|
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...
|
|
|
|