There is a stack of free vs2010 resources – thanks to the MSDN Australia guys :
http://blogs.msdn.com/dannawi/archive/2010/04/30/visual-studio-2010-resources.aspx
Dom
There is a stack of free vs2010 resources – thanks to the MSDN Australia guys :
http://blogs.msdn.com/dannawi/archive/2010/04/30/visual-studio-2010-resources.aspx
Dom
Early bird is still available – $195 for the two days
http://www.microsoft.com/australia/remix/agenda/schedule.aspx
Dom
So I was going to put together tools of the trade list untill I came across this article by that Hanselman fellow:
http://www.hanselman.com/blog/ScottHanselmans2009UltimateDeveloperAndPowerUsersToolListForWindows.aspx
Its massive… has all the tools I was going to mention and a million more. Most are totally free – and most make a serious difference to your .NET day.
Dom
Code (Please Note was built with XCODE 3.0.1)
#import “iPhone_TorchViewController.h”
Summary
Ok so this was an extremely simple applIcation and no test driven development (Curse you Dom) but was achieved in just over an hour and considering this is my first iPhone app – I am pretty happy. In terms of the process, it was all fairly basic but as we consider this series of Projects you’ll see things get more complex.
Dom
OK there’s been a lot of noise on the monotouch mailing lists relating to a change in the developer agreement with iPhone OS4 (Currently beta), specifically this clause…
“Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine”
Check the monotouch site for further information http://www.mono-project.com/newstouch/archive/2010/Apr-19.html
Dom
This is the roundup of Mix2010 and although I haven’t been to one of these conferences yet my good buddy gave it the thumbs up last year…I think its only $195 (not bad for a two day conference) for an early bird rego
This event is always a massive hit on M/S web directions and the videos whilst big are great…
http://live.visitmix.com/Videos
Dom
Not a lot of publicity on this free event but if Scott Hanselman is coming I suspect it will be good.
http://www.webcamps.ms/#sydney_panel
If you haven’t seen any of Scott’s work check out http://www.hanselman.com/blog/
Dom
For east coast Australian .Net developers this is a great free training option – I have been to the last few and they are great . The presenters are very good and the amount of code you’ll see is excellent. All you need to do is make a reservation, get yourself to wagga and organise your own accomodation for a weekend in late november.
impressive www.codecampoz.com
I just thought it was worthwhile documenting the upgrade process I had to go through upgrading my mac from Leopard to Snow Leopard, as it was a bit of a pain.
My starting point was:
Leopard
Monotouch 1.0
MonoDevelop 2.4
iPhone SDK 3.0.1
How I upgraded:
SnowLeopard Upgrade
SDK for Leopard 3.1.2 – Note: I tried Monotouch at this point and it failed so then embarked on the following:
MonoFramework
MonoDevelop 2.2 (beta)
MonoTouch 1.1
Then Discovered 3.1.2 was avail
SDK for Leopard 3.1.2 (Note for young players encountered some problems because the simulator was running and was kept stopping the install – closed he simulator and all fixed)
Then all worked fine!!!!
Hope this helps
Dom