jokiz
(x-a)(x-b)(x-c)...(x-z)
Browse by Tags
All Tags
»
agile
(
RSS
)
.NET
continuous integration
CSLA
interface
subversion
tdd
techie
version control
visual studio
referencing gac assemblies will result to broken build
Published 07-28-2006 1:15 PM |
jokiz
i was creating this excel workbook reader module so i referenced the excel com interop assembly which resulted in a failing build in our build server minutes after i commit. the problem is because the said assembly is in my machine's global assembly cache...
safe commit with continuous integration
Published 07-19-2006 10:33 PM |
jokiz
whenever i have a major change in our projects (e.g. add, remove, rename files), i always try to check if i've broken something by running a nant build locally. everybody here is monitoring our build server and it is a bad impression to break something...
setting up data for persistence tests
Published 07-12-2006 3:55 PM |
jokiz
i find writing persistence tests for business objects to be tiresome. imagine setting up all the data that a current business object needs, including all the references needed by the test business objects to be saved. initially, the tests assumes a default...
error code 1 returned by nunit.console
Published 06-16-2006 3:55 PM |
jokiz
i am having this problem with nunit.console ran by nant. i have recently segrated our tests to have the persistence tests to be on a separate project. all is well, i was able to attach another task for the nant build for the added test project and i have...
test driven observations
Published 06-09-2006 8:48 PM |
jokiz
i have been doing tdd and reading agile developer blogs helps a lot. Jay Fields have blogged about his observations in doing TDD and i can see my experience is slowly catching up with his. Still a lot to learn though. http://jayfields.blogspot.com/2006...
The Craftsman article series
Published 06-07-2006 10:45 PM |
jokiz
an officemate pointed me to " The Craftsman " series of article in objectmentor by Robert Martin. I am currently reading through the series and it seems that the first parts are about refactoring. Looks like a good read... Robert Martin's articles
embracing interfaces
Published 06-01-2006 6:22 PM |
jokiz
For the past years of my career as a .NET developer, i can hardly remember that i used interfaces as parameters or return types from my business objects. DAL interfaces are out of this context since you want your DAL methods to be generic for whatever...
Unit testing CSLA business objects
Published 06-01-2006 1:04 PM |
jokiz
Our current project is using CSLA 1.1 for the business object framework and NHibernate for persistence. I don't know if this is a good combination but personally, I'd rather go for stored procedures since using NHibernate for a small application such...
struggling with unit testing
Published 05-27-2006 1:56 AM |
jokiz
we were through with the first iteration of our project and all i can say was it was a mess. although we were able to include much of the functionality for the one-month iteration, the tests took minutes to run since they are talking to external systems...
Visual Sourcesafe vs SVN, AnkhSVN, TortoiseSVN
Published 05-26-2006 2:19 PM |
jokiz
I have worked with used Microsoft Visual Sourcesafe and now in my current company, we are using the SVN-Tortoise-Ankh combo. One thing i noticed though is that teammates really have to communicate. Although we are just two in the team, in order to prevent...
tedious tdd
Published 03-08-2006 11:39 PM |
jokiz
i've been reading a number of samples of tdd including the bookmarkcollection sample of james newkirk in his blog here ( http://blogs.msdn.com/jamesnewkirk/archive/category/5458.aspx ). some samples i've read tests for the value of the property after...
test driven development
Published 02-09-2006 3:41 AM |
jokiz
i have long wanted to do test-driven development and currently i've been reading a number of articles about it (before implementing it of course). i've just read the Test-Driven Development in .NET article of Peter Provost in CodeProject and what struck...
Search
Go
This Blog
Home
Contact
Tags
.NET
agile
ASP.NET
blogging
bug
C#
continuous integration
controls
design guidelines
designer
keyboard shortcuts
lokal
mobile
ms word
NHibernate
rants
resharper
SQL
subversion
tdd
techie
tips
version control
visual studio
windows forms
Community
Blogs
Blogs
Media
Forums
Archives
December 2008 (1)
December 2007 (3)
October 2007 (3)
September 2007 (2)
August 2007 (4)
July 2007 (9)
June 2007 (5)
May 2007 (12)
April 2007 (7)
March 2007 (8)
February 2007 (11)
January 2007 (15)
December 2006 (10)
November 2006 (8)
October 2006 (9)
September 2006 (20)
August 2006 (23)
July 2006 (17)
June 2006 (30)
May 2006 (27)
April 2006 (21)
March 2006 (24)
February 2006 (14)
January 2006 (5)
December 2005 (4)
November 2005 (7)
October 2005 (2)
September 2005 (7)
August 2005 (5)
July 2005 (6)
June 2005 (14)
May 2005 (4)
April 2005 (18)
March 2005 (17)
February 2005 (14)
January 2005 (8)
News
Subscribe to jokiz by Email
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go