RESTful
Apache Mod_Rewrite use as URL_Rewrite in iis 7
Apache Mod_Rewrite use as URL_Rewrite in iis 7
2009.01.21http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1691 IIS에서는 Mod_Rewrite의 역할을 URL_Rewrite가 담당하고 있습니다. 이를 활용하시는 것도 보안 강화나 접근성 향상에 도움을 줄 수 있습니다. 또한 ASP.NET MVC Pattern Framework 에서 제공하는 URL_Rewrite 엔진의 기능을 직접 패턴을 적용해서 구현할 수도 있겠죠. 물론 MVC 방식의 개발은 아니겠지만 말이죠.
Test-First Development for Rails
Test-First Development for Rails
2007.08.07http://peepcode.com/articles/2006/11/26/test-first-development http://topfunky.com/clients/peepcode/previews/peepcode-004-testing-tips.mov http://topfunky.com/clients/peepcode/REST-preview.mov Test-first development can improve your workflow, improve the quality of your software, and give you confidence. If you have looked at the “test” directory sitting at the bottom of your Rails applications ..