summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-23added payroll domain model from spike project.mainmo khan
2010-07-22fixed equality error in Entity when no id's are assigned.mo khan
2010-07-21imported some of the accounting domain i built in my spike project.mo khan
2010-07-19figured out why the application was not getting shutdown. needed to stop the ...mo khan
2010-07-17started working on the add new detail account dialog.mo khan
2010-07-17replaced usage of IContainer with DependencyRegistry.mo khan
2010-07-17refactored out some of the mocking duplication.mo khan
2010-07-17replaced rhino mocks with moq.mo khan
2010-07-17started writing specs around the WPFCommandBuilder.mo khan
2010-07-10updated run target to allow for running app from commandline. removed unused ...mo khan
2010-07-10got the first mspec running from the build file.mo khan
2010-07-10fixed references to libraries in project files.mo khan
2010-07-10removed unused assemblies.mo khan
2010-07-10moving lib assemblies to thirdparty folder.mo khan
2010-07-10updated create.configs targetmo khan
2010-07-10added moq and wrote first mspec.mo khan
2010-07-10re-organizing folders.mo khan
2010-07-10cleaned up the client application.mo khan
2010-07-10added mspec and finally figured out how to get around syncing nhibernate and ...mo khan
2010-07-09created startup command to ensure application data directory exisits.mo khan
2010-07-09created nhibernate bootstrapper.mo khan
2010-06-13switched to sql server ce.mo khan
2010-05-21Merge branch 'master' into developmentmo khan
2010-05-21trying to get the server app to run.mo khan
2010-05-21added newtonsoft json stuff.mo khan
2010-05-21displaying error in console.mo khan
2010-05-21removed another winforms project.mo khan
2010-05-21removed old winforms project.mo khan
2010-05-20renamed solution.sln to studio.slnmo khan
2010-05-19upgraded to .net 4.0mo khan
2010-05-19upgraded to vs 2010.mo khan
2010-05-19removed dead assemblyinfo.cs files.mo khan
2010-04-25trying to figure out why the message cannot be processed... the transaction i...mo khan
2010-04-25hooked up unit of work around receving messages from queue.mo khan
2010-04-24switched to a single queue manager per side and it looks like its working.mo khan
2010-04-24trying to get this rhino queues working with two queue managers per side.mo khan
2010-04-24trying to hookup rhino queues.mo khan
2010-04-17created server to listen for messages and respond to them.mo khan
2010-04-16got the app shutting down properly by shutting down the command processor on ...mo khan
2010-02-22* fixed the registration of the dispather synchronization context.mo khan
2010-02-21removed unused anonymous interceptor.mo khan
2010-02-21* Now able to add a new family member, and load them in the family members co...mo khan
2010-02-07trying to figure out a clever way to run queries within a unit of work.mo khan
2010-02-07got nhibernate exporting the schema to the application program data folder.mo khan
2010-02-06refactored family member region to a usercontrol.mo khan
2010-02-06added an error window for when errors occur.mo khan
2010-02-06hooked up the status bar and progress bar.mo khan
2010-02-06got the first dialog popping up to add new family members.mo khan
2010-02-05tried to format unit test output.mo khan
2010-02-05switched from mbunit to nunit.mo khan