Articles : Page 1 of 1
- Filter:
- Appharbor
-
Making Let Me Bing That For You Open Source
May 1112Almost two years ago, I announced the launch of http://letmebingthatforyou.com/, a blatant and obvious rip-off of the Let me Google that for you website. The initial site was created by Maarten Balliauw and Juliën Hanssens in response to a call for help I made. It was just something we did for fun. I’ve been maintaining the site privately always intending to spend some time to refresh the code and open source it. Just recently, I upgraded the site to ASP.NET MVC 3, refactored a bunch of co...
-
Compiling MVC Views In A Build Environment
May 1109ASP.NET MVC project templates include support for precompiling views, which is useful for finding syntax errors within your views at build time rather than at runtime. In case you missed the memo, the following outline how to enable this feature. Right click on your ASP.NET MVC project in the Solution Explorer Select Unload Project in the context menu. Your project will show up as unavailable Right click on the project again and select Edit ProjectName.csproj. This will bring up the p...
- 1

