Since I've been using SVN and stumbled upon this technique I've also been using since then
This is one of the many (but easiest way) to remove SVN folders (.svn) recursively from a given folder. Effectively "unbinding a folder from SVN"
Follow these easy steps: More...
I was curious how to maintain my database at a consistent state while unit testing (technically integration testing already - but since it uses unit testing framework as they say the lines are terminologies are getting blurry) so I looked around for "database unit testing" write ups.
It turns out that More...
Rodolfo Cerrada, one of the best minds in software development that I know of just opened up his "Learn by Example" blog with a a simple to understand but comphrehensive post on the Model View Presenter pattern. Including a downloadable solution for everyone to explore.
Check out the article with following link: Model View Presenter Part I - Building from Scratch
Keep 'em coming Rod.
I caught my first bug (regression) because of WatiN and NUnit just now. Something I wasn't able to catch during my previous manual tests. More...
I was looking googling around the web for unit testing strategies for ASP.NET (UI/Presentation Layer) and posting some partial notes.
ASP.NET MVC Framework is something to look forward too. It is still in Preview 2 but pointing to a good direction. In addition, if I'm not mistaken however it can only be used with Web Application Projects. Unfortunately the project I'm looking at using a testing framework for is a Web Site Project (and file based). I don't have control over decisions of moving it to Web Application Project so I'd need something that would work with WSP and easier to start up.
I'm currently looking into More...