aoki

Stories kicked by aoki

Putting the “M” Back in MVC(blog.wekeroad.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 1 month ago

"Trying to keep up my end of the bargain with respect to MVC and SubSonic :). I did a walkthrough of it and decided that I was talking too much and, in honor of everyone telling me “SubSonic is dead” I thought it fitting to toss in some Rob Zombie." read more...

1 comment |category: |Views: 218

tags: another

3 themes adapted for Blogengine.NET(onesoft.dk)

submitted by stenbaekstenbaek(545) 3 years, 7 months ago

3 wp themes: Notepad Chaos, FreshCitrus and Scruffy adapted for Blogengine.NET 1.4.5... more to come ;-) read more...

1 comment |category: |Views: 332

tags: another

Avoiding Dependencies(stevesmithblog.com)

submitted by ssmithssmith(1160) 3 years, 8 months ago

As a rule, code should not directly depend on external resources such as System.Net.Mail's email sending capabilities. Having code that directly calls out to System.Net.Mail is difficult to unit test as well as difficult to walk through in a test or stage environment without having actual emails sent. Two design patterns can be used to reduce this dependency: Facade and Strategy. The Strategy pattern offers a host of benefits above and beyond what the facade layer provides, as this articles demonstrates with code examples. read more...

add a comment |category: |Views: 558

tags: another

New Unofficial BlogEngine.NET Forum(blogfodder.co.uk)

submitted by leen3oleen3o(365) 3 years, 8 months ago

The awesome ASP.NET blogging platform BlogEngine.NET has fascinated me for a while now - I learnt so much just by looking through the solution and seeing how well it had been built. Since then I am convinced with a little 'community' love, BlogEngine.NET could also be used a CMS just like WordPress made the transition and you see a lot of sites using it as a CMS and Blog. read more...

7 comments |category: |Views: 239

tags: another

Why Every Good Developer needs to Know how to Mock(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 8 months ago

While unit testing is generally considered a good practice ( even among those who don't do unit tests), mocking doesn't seem to carry the same aura. There are a lot of arguments saying why mocking is bad , how it kills testability etc. But in my day-to-day job, as well as in my personal projects, I found mocking is definitely indispensable. read more...

1 comment |category: |Views: 557

tags: another

BlogEngine.NET Hierarchical Page Listing(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years, 1 month ago

BlogEngine.NET already has built in support for child/parent pages but why doesn't the page listing reflect the hierarchy? This simple code modification will accomplish just that. read more...

add a comment |category: |Views: 22

tags: another