A Better Approach to Logging
jul 11,
2012
Following on from my post last week about one-star reviews associated with the choice of artwork resolution for the retina iPad, there’s no surer way to get one-star reviews than have an application that crashes. At best it’s frustrating, at worst it results in data loss or corruption in applications that store data. For live […]
debugging,
ipad development,
ipad programming,
iphone app development,
iphone development,
iphone programming,
logging,
mobile application development,
mobile computing,
nslog,
objective-c,
xcode
Debugging with Your Hands Tied
jan 9,
2012
The scenario was as follows: As part of a SharePoint project a custom event handler was needed that looked across two libraries to assign some metadata automatically. This required a farm level solution created in Visual Studio. (Such development is covered by our course, Programming SharePoint® 2010 Applications with .NET.) I don’t have administrative access […]