In this day of elastic on-demand compute resource it can be easy to lose focus on how best to leverage a smaller footprint when it's so easy to add capacity. Having spent many a year working on the web it's interesting to see how development frameworks and web infrastructure has matured to better support developers … Continue reading Save Bytes, Your Sanity and Money
Tag: web application server
Safely Testing .Net Code That Does Email Delivery
As a .Net developer you will most likely have come across the need to create and send an SMTP (email) message as part of a solution you've built. When under development you will have either stubbed out the mail delivery code or will have substituted a test email address for those of the final recipients in a live … Continue reading Safely Testing .Net Code That Does Email Delivery