sheitm.blogspot.com
Ståle Heitmann´s Blog: DataWings – Data driven integration testing
http://sheitm.blogspot.com/2009/05/yes-im-now-officially-open-source.html
Ståle Heitmann´s Blog. Developing .NET applications and related matters. Thursday, May 28, 2009. DataWings – Data driven integration testing. Yes, I’m now officially an open source contributor, and the project’s even got it’s logo, so you know it’s gotta be good. So what we have attempted to do is to make a lightweight, easy to use, no set up tool to be used when testing code that sits on top of a database. With this tool,. Get the bits her. First, a word of caution. Configuring the connection string.
codeplex.com
CodePlex - sheitm
http://www.codeplex.com/site/users/view/sheitm
Project Hosting for Open Source Software. Member Since October 16, 2008. Last Visit June 25, 2015. DataWings - Data driven integration testing. No personal statement has been written. No activity in the last 60 days. No projects being followed. Version 8.21.2015.21031.
sheitm.blogspot.com
Ståle Heitmann´s Blog: May 2009
http://sheitm.blogspot.com/2009_05_01_archive.html
Ståle Heitmann´s Blog. Developing .NET applications and related matters. Thursday, May 28, 2009. DataWings – Data driven integration testing. Yes, I’m now officially an open source contributor, and the project’s even got it’s logo, so you know it’s gotta be good. So what we have attempted to do is to make a lightweight, easy to use, no set up tool to be used when testing code that sits on top of a database. With this tool,. Get the bits her. First, a word of caution. Configuring the connection string.
sheitm.blogspot.com
Ståle Heitmann´s Blog: October 2009
http://sheitm.blogspot.com/2009_10_01_archive.html
Ståle Heitmann´s Blog. Developing .NET applications and related matters. Tuesday, October 20, 2009. DataWings: Convention over Configuration. I've just released some new functionality for the increasingly popular (? Get the bits here. Var scope = new. Person{ Id = Guid.NewGuid() };. IoCGetInstance IDomainObjectProvider ().Save(person);. The old fashioned way. The New Way (using conventions):. Var scope = new. Person{ Id = Guid.NewGuid() };. IoCGetInstance IDomainObjectProvider ().Save(person);. Will have...
sheitm.blogspot.com
Ståle Heitmann´s Blog: March 2010
http://sheitm.blogspot.com/2010_03_01_archive.html
Ståle Heitmann´s Blog. Developing .NET applications and related matters. Saturday, March 27, 2010. According to the unit test purists, your code should never take a dependency on the System.IO namespace directly. In this way you can stub out the entire file system in your unit tests. Yes, I see the point, and I even agree, but unfortunatly I haven´t actually followed through and done this in my own code. Pure laziness. Imagine that I've written a class MyCustomBehavior with a method DoSomeStuff(), and an...
sheitm.blogspot.com
Ståle Heitmann´s Blog: DataWings and SQL Server Identity Columns
http://sheitm.blogspot.com/2010/03/datawings-and-sql-server-identity.html
Ståle Heitmann´s Blog. Developing .NET applications and related matters. Monday, March 8, 2010. DataWings and SQL Server Identity Columns. SQL Server has the practical concept of identity – you specify a column in your table as being the identity column, and this column automatically gets populated with unique values. This mechanism is most commonly used for the primary key column in the table. This new functionality hinges on the two new commands. I think that a couple of examples should make it clear w...
sheitm.blogspot.com
Ståle Heitmann´s Blog: DataWings: Convention over Configuration
http://sheitm.blogspot.com/2009/10/datawings-convention-over-configuration.html
Ståle Heitmann´s Blog. Developing .NET applications and related matters. Tuesday, October 20, 2009. DataWings: Convention over Configuration. I've just released some new functionality for the increasingly popular (? Get the bits here. Var scope = new. Person{ Id = Guid.NewGuid() };. IoCGetInstance IDomainObjectProvider ().Save(person);. The old fashioned way. The New Way (using conventions):. Var scope = new. Person{ Id = Guid.NewGuid() };. IoCGetInstance IDomainObjectProvider ().Save(person);. Will have...