Part 2 of Developing an iPhone Web App in C# move to creating an installation footer, hiding the address bar, and creating a Home Screen icon..
Monthly Archive
for: ‘February, 2012’
Developing an iPhone Web App in C# – Part 1
I want to extend my websites to include a tailored experience for PC versus iPhone, iPad and Andriod – however I want to leverage my C# skills. Part 1 of Developing an iPhone Web App in C# begins with creating the base aspx page, understanding how iPhone’s Safari renders its viewport, and controlling the iPhone experience by preventing zoom and dragging with code behind.
Extract all Emails from Active Directory to File
Often you want to get all the valid email addresses that have been specified in an Active Directory domain. Most commonly I use this to create a incoming whitelist on an SMTP server in a DMZ. Extracting this list via C# is pretty easy these days. First you need to connect to the domain, and …




Recent Comments