cryptic

Stories kicked by cryptic

Subsonic 3 released(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 10 months ago

Just read Rob Conery’s Blog and saw that Subsonic 3 is now available for download. For those unfamiliar with Subsonic it really is the ONLY no BS ORM out there, in fact it is so easy to get up and running that it is easy to forget that you ever set it up in the first place. The whole Subsonic ethic is to remove the hoops that other ORM’s have you jump through and essentially to get you home earlier. read more...

add a comment |category: |Views: 443

tags: another

Creating a better Wrapper using AOP(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 3 years, 3 months ago

If you've ever had to adapt third-party objects to your object model, here's a technique that you can use to skip the grunt work of building those wrapper classes. read more...

1 comment |category: |Views: 351

tags: another

Export Providers and Custom factories with MEF(codebetter.com)

submitted by crypticcryptic(10) 3 years, 5 months ago

MEF has several points which can use to extend it's behavior, one is catalogs, another is using Export Providers. This post takes a look at these points within the context of a real world problem which Matt Hawley had where he needed to export WCF proxies. read more...

add a comment |category: |Views: 76

tags: another

Configure log4net for Excel or LogParser friendly output(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 3 years, 6 months ago

log4net is a great logging framework, but parsing the output using standard tools can be difficult. This handy article shows you a few tweaks you can make to your configuration so that your output can be read by most tools. read more...

add a comment |category: |Views: 668

tags: another