Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.

Browse by Tags

All Tags » iPhone   (RSS)
Sqlite on the iPhone - Retrieving the last inserted row id with MonoTouch
I'm a database type of guy. I like data. I work with data all the time. One thing that is common across all database is the need to retrieve the row identifier of a record that was just inserted. Oracle has a sequences. Sql Server has scope_identity(). Read More...
Developing with MonoTouch and the iPhone SDK 3.2 Beta
Yes Virginia, there is a Santa Claus and yes, you can do development on the iPhone SDK 3.2 Beta, monotouch, monodevelop, C#, and the iPhone today. I did a check of the System Information and boom, the System Version reports 3.2. PS. Somebody on twitter Read More...
The iPhone 20 second rule
If you didn't know it, the iPhone has two twenty second rules that developers need to pay attention to: The iPhone has a startup timer. If an application takes longer than 20 seconds to start up, it is killed by the iPhone OS. The iPhone OS will kill Read More...
One thing I don't like about MonoTouch applications
With .NET, executables are fairly small. Every application shares the .NET Framework, so the applications don’t have their own copy of the framework. MonoTouch is not built into the iPhone. MonoTouch applications must have their own copy of the framework. Read More...
Safari and WebKit Development for iPhone OS 3.0
I bought this book a few weeks ago. I've been reading it and trying to absorb the features in the iPhone's version of Safari. I'm impressed. This book contains a huge amount of information about Safari on the iPhone. So, why is this important Read More...
UIAlertView - the alert box for the iPhone
There are times when the user needs to be presented with some information or question. MonoTouch has a UIAlertView object. The UIAlertView is instantiated with a set of parameters. On the object instance, the .Show() method is called. For .NET developers, Read More...
Opening another application on the iPhone using NSUrl
The NSUrl class is what allows an application to open other applications within the iPhone OS while passing parameters. The calling sequence is fairly simple. There are two steps to making this call: 1. When the NSUrl class is instantiated, a string representing Read More...
UIPicker in the iPhone with MonoTouch
The UIPicker is visually different than the drop down listbox that most .NET developers are familiar, however, it is designed to perform the same type of function. It allows users to select from a fixed set of data isntead of typing in data in a text Read More...
The Mono / MonoTouch Soft Debugger
Honestly, I thought that it was really cool when the Novell guys put a soft debugger into Mono/MonoTouch so that it is possible to debug an application running on the iPhone Simulator or on the actual device. Basically, its a set of code inside of MonoTouch Read More...
Putting a Point on a Map in the iPhone
I wrote the following code to put a point on a map on the iPhone. It works pretty well. Basically, I draw a map, then I inherit from the MKAnnotation object and create a new constructor, go out to geocoder and get a lat lon to senter the map on, and finally, Read More...
.NET Talks in 2010
I've worked up the following talks for 2010. If you are interested, get ahold of me. Contacting me through LinkedIn and Twitter are the best. iPhone Development for .NET/C# Developers. The iPhone is the smartphone leader in mindshare and the amount Read More...
My thoughts on MonoTouch as we enter 2010
What a wild and crazy last 6 months its been for my personal development direction. I've always been excited about mobile development. Every couple of years, I ask somebody at Wrox about a book on mobile development. Every time, the response is along Read More...
10 Commandments of Mobile Development
I see all kinds of problems with mobile development and companies trying to do mobile development and I've boiled them down into my 10 Commandments of Mobile Development: Thou shalt realize that the mobile environment is a diverse ecosystem with many Read More...
We need Microsoft and Google phones
I just finished writing why Microsoft and Intel are having problems with tablets and kinda threw mobile into my thoughts . I now want to go one step further and that is to ramble a little bit on what Microsoft and Google need to do in the phone marketplace. Read More...
Thanks
I wanted to thank everyone that purchased a copy of my MonoTouch ebook . I got an email from my editor at Wrox last week and he saiys that sales are going very well. I think mobile is finally panning out! Share this post: email it! | bookmark it! | digg Read More...
More Posts Next page »