Viewing profile — mkchandler
mkchandler
HN member- Joined
- Sat, Mar 05, 2011, 6:40 PM UTC
- HN karma
- 13
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About mkchandler
Recent public activity
-
comment
Comment #12352469
There is a repo for posting feedback (such as proofreading errors) here: https://github.com/imposters-handbook/feedback/issues
-
comment
Comment #7066631
It's a daily blog post that rounds up some of the more popular .NET related posts around the web: http://blog.cwa.me.uk/
-
comment
Comment #6628573
Looks like it was built with ASP.NET MVC 4, which has minification and bundling built in. Should be easy for them to take advantage of it... maybe they just ran out of time or don'…
-
comment
Comment #4634699
We recently moved to GitHub Enterprise and it really is not as expensive as it looks. It is $250/year per developer... not really that much considering what you get. Plus it is a v…
-
comment
Comment #3931047
The ASP.NET MVC and WebAPI frameworks use Git (hosted on Codeplex.) Link: http://aspnetwebstack.codeplex.com/
-
comment
Comment #3336033
I know you say that in jest, but I would say that it is still good to know the underlying technology. It is much easier to debug issues in the future once you understand them.
-
comment
Comment #3336013
This is actually referenced in the article. You can use the Last-Modified date and the server will either return a 304 (Not Modified) or the modified image if it is newer.
-
comment
Comment #3279236
This is why we use QA servers for most of our systems. We try our best to test all functionality on a patched QA server before deploying patches to our production servers. We have …