25 Nov
As a convenience, here is a quick summary of the prior posts that cover the ‘Inside the Sausage Factory’ series to-date. As this covers the initial refinement of features, design of the database schema, prototyping of the UI, and the initial round of development and tests on the first component of our MVP-style ASP.NET application, it [...]
Posted in Inside the Sausage Factory by: sbohlen
4 Comments
21 Nov
In my last three posts (here, here, and here) I documented the slight detours I took to address some perceived shortcomings in two of my tools-of-choice for the SkillPortal Project: CIFactory and MbUnit. Now that those are resolved favorably, I can return to the work on the project.
In the last post about the actual project, [...]
Posted in Inside the Sausage Factory by: sbohlen
1 Comment
21 Nov
In my last post, I talked about the second part of the detour that derailed (albeit only temporarily) my progress on the SkillPortal project. The first part of the detour took me on a journey that ended with my delivering an updated VAULT Package to the CIFactory project and the second detour took me on a [...]
Posted in Inside the Sausage Factory by: sbohlen
No Comments
13 Nov
In the last post, I described the extended detour that my attempt to implement CIFactory took me on. Its worth reiterating, just in case it wasn’t clear from my last post, that I consider the detour needed to implement CIFactory (and by extension, modify the Vault ‘package’ for CIFactory to be a little more flexible) [...]
Posted in Inside the Sausage Factory by: sbohlen
No Comments
12 Nov
Well, its been quite some time (23 days!) since my last post on this project on October 20 and I’ve been on quite the journey in the mean time. It all started innocently enough: with the project now having a unit test or two worth running, I figured the next step would be to setup a Continuous Integration (CI) environment for the SkillPortal project. [...]
Posted in Inside the Sausage Factory by: sbohlen
No Comments
20 Oct
In our last post we built the beginnings of the View and the Presenter parts of our home-grown Model-View-Presenter approach to the User Interface for our application. Although it would seem our next step would be to begin building the actual user interface that will interact with our Presenter, that’s not quite true.
Building even the [...]
Posted in Inside the Sausage Factory by: sbohlen
No Comments
14 Oct
In our last post we took a little detour from developing our solution so that we could fix the nagging problems with the NDbUnit software so that our data-dependent Unit Tests would be able to be more easily (and correctly!) run. Now that we’re done with that, we can safely return to the task at [...]
Posted in Inside the Sausage Factory by: sbohlen
No Comments
06 Oct
In the last post, we completed our data-dependent unit tests for the Data Access Layer of our application using the NDbUnit software to assist us in ensuring our database is in a known-good state before our tests begin so we can accurately evaluate the results of our tests.
In an earlier post, I alluded to [...]
Posted in Inside the Sausage Factory by: sbohlen
No Comments
30 Sep
In our last post we leveraged NDbUnit to create our Test Fixture Setup and Teardown methods to get our database loaded with data and into a known state so that we could develop our unit tests for our Data Access Layer (DAL) to interact with it. Now we are (finally) ready to code our actual [...]
Posted in Inside the Sausage Factory by: sbohlen
No Comments