Unable to send emails through GoDaddy's hosted exchange

Unable to send emails through GoDaddy’s hosted exchange

Unable to send emails through GoDaddy’s hosted exchange After days of wasted time calling GoDaddy who claimed “everything is working fine” and emailing several complaints I discovered several things. 1. GoDaddy had a huge influx of SPAM which caused GoDaddy to outsource. 2. GoDaddy couldn’t or didn’t want to handle their SPAM situation in-house so they […]

debugging breakpoints (part 2)

debugging breakpoints This is the second part of the Break points tutorial. Before you continue reading this article, you might want to check out part 1, if you haven’t already done that. With that being said we can return our focus on this article. The main goal in this article is to explain the debugging breakpoints […]

debugging breakpoints (part 1)

debugging breakpoints One of the daily routines for every developer is debugging. As many developers already know it can be a very difficult, and some times even more annoying of a process. It often require code changes just to find the bug, adding debug/trace lines, assertions and God knows what else. At the end when […]