I had always thought StructureMap is just another IOC tool similar to Castle windsor, until yesterday I read Karl Seguin’s Foundations of Programming, Chapter 4, I was shocked immediately by the… more →
maonet technotesMorten Petteroe wrote 3 months ago: TypeMock is holding another live webinar on 11/AUG/2009. In this webinar they will show how to unit … more →
Morten Petteroe wrote 5 months ago: Typemock is working hard these days, and are now releasing a new unit testing product called Racer. … more →
Morten Petteroe wrote 6 months ago: Being a TypeMock MVP, I have been given a license of the newly released TypeMock and Ivonna bundle t … more →
ppetrov wrote 6 months ago: Today I’ve read this Get Free Typemock licenses – ASP.NET bundle launch on the official Typemo … more →
NoMoreHacks wrote 10 months ago: I’ve never used Typemock, but this seems too good to miss an opportunity to try something new … more →
noocyte wrote 1 year ago: We’re just now starting a huge Sharepoint project and this new edition of Isolator might be good for … more →
charlescho wrote 1 year ago: One of the most highly requested topic of guidance for the patterns & practices SharePoint guida … more →
benbiddington wrote 1 year ago: Today we found TypeMock.Init() began to fail with an error like: Could not find any resources approp … more →
Frank Mao wrote 1 year ago: I had always thought StructureMap is just another IOC tool similar to Castle windsor, until yesterda … more →
charlescho wrote 1 year ago: If you’ve done SharePoint development, one of the challenges you’ve probably run into is … more →
jpnair wrote 1 year ago: In an earlier post, I had touched upon TDD very briefly, and had promised some practical tips on imp … more →
Frank Mao wrote 1 year ago: To test CSLA BO’s authorization settings, I have to mock the IPrincipal.IsInRole method, Rhino … more →
Frank Mao wrote 1 year ago: CSLAEx DAL’s basic idea is adding an middle method in DataPortal_XXX(): CSLA BO Get -> Data … more →
Frank Mao wrote 1 year ago: Miguel’s CSLAEx provides a very good DAL for CSLA BL. The DataAccess class wraps all the db ca … more →
Frank Mao wrote 1 year ago: First, we need to create a IocContainer with a static field IWindsorContainer, this idea is from Ste … more →
Frank Mao wrote 1 year ago: Still not quiet clear how this work, but I finally made it, the basic idea is: I made CSLA BO which … more →
Vadim wrote 2 years ago: In my early stages of following TDD light I was looking for a mock object framework. I tried Rhino.M … more →