November 2010
13 posts
2 tags
jQuery Gantt Chart →
A client side gantt chant written in jQuery.
3 tags
log4net ColoredConsoleAppender & NHibernate →
Not sure if using profiles would be required, but an interesting reference. Nice work Kristian.
1 tag
3 tags
Dear Tumblr: I want my post summary!
If {PostSummary} and/or {PostTitle} theme variables worked inside {block:Posts} I could do something like this:
<a href="http://twitter.com/share" class="twitter-share-button" data-url="{Permalink}"{block:PostSummary} data-text="{PostSummary}"{/block:PostSummary} data-count="none"data-via="sdowding">Tweet</a><script type="text/javascript"...
2 tags
NHibernate & Bulk Operations →
Should NHibernate be used for bulk operations? The jury is still out but Davy Brion has some good suggestion on how to use IStatelessSession session instead of ISession.
1 tag
2 tags
3 tags
Testing CRUD Operations With NHibernate →
Worked well for me.
3 tags
Simple NHibernate Session Management in ASP.NET →
No framework required.
4 tags
MonitornWang →
MonitorWang is an extensible windows service based framework for running jobs to monitor your software and system. The data collected can be sent directly to Growl clients, WCF, SQL, NServiceBus. It comes preloaded with some tasks but it’s simple to implement your own!
4 tags
NHibernate session management in NServiceBus →
I used a variation on using the IoC container to manage the session.
5 tags
NServiceBus + WebSphere MQ = nservicebuswmq →
IBM WebSphere MQ transportation layer for NServiceBus
5 tags
NServiceBus: A Getting Started Series by Adam...
Adam has an awesome list of posts on getting started with NServiceBus. He’s taking a more real world approach by converting the MVC Music Store.
Part 1: Analysis of ASP.NET MVC Music Store
Part 2: Music Store Schema
Part 3: Putting Messages on the Bus
Part 4: (Missing?)
Part 5: MVC Music Store Basic Pub/Sub
Part 6: MVC Music Store Saga(Workflow)
Part 7: Custom Performance...