.net
Time to register again for this years Code Camp. Technorati tags: .net, code camp, silicon valley, programming...
Back in February we (me and one other co-worker) started on a new project. We were both very excited about the project (and still are) so we needed to come up with a great codename. Since we were both Transformers fans as kids we named all the different components after Transformers characters. And now in July we are almost done with the project, so today we all went to the noon showing of the Transformers movie. Mini-movie-review: if you can get passed the GM advertising, it is an excellent summer...
Thanks to Andrew Stopford and everyone else who works on MbUnit development. MbUnit 2.4 was just released. If you are not unit testing or practicing TDD in your projects, I don't know how you could choose plain old NUnit over MbUnit. If you are using regular NUnit it is very simple to convert your projects MbUnit, they use the same [Test] attribute. MbUnit has: Row Testing: [RowTest] [Row("Hello")] [Row("Goodbye")] public void TestString( string myString ) { // do your tests in here... }More row...
My team has been working on and off all week trying to find out why one of our windows services was crashing at the same time every day with a very unhelpful eventlog message. Like all good errors, a search on the error message returns many results where people get the same message but for a bunch of different reasons and where many of the search result threads are left unanswered. This service was first developed in .NET 1.1 way before I joined the company (only 5 months ago). It had been running...