Guest Myke Posted October 27, 2003 Report Posted October 27, 2003 Can someone explain what's so much better programming for .NET and how people can get started (what they need, any sites that explain it, tutorials, etc..) Maybe we can get a nice discussion about it
Guest Peter Foot Posted October 29, 2003 Report Posted October 29, 2003 Probably a good place to start is the recently released official .NET Compact Framework FAQ:- http://msdn.microsoft.com/mobility/prodtec...AQ/default.aspx This explains briefly what it is and what you need to get started. For the Microsoft Smartphone platform you will need a 2003 device to be able to run a .NETCF application. Essentially .NETCF is a higher level programming platform than writing native code in C++ which means you have a lot of rich code you can make use of, however native code is still required for applications which are performance or time sensitive as they are compiled down to machine code. As to what is most suitable for you - that really depends on your experience and the types of applications you are looking to create. Do you have experience in any other development platforms or are you starting as a beginner? If you are a beginner and looking to get up to speed quickly then .NETCF will allow you to do this. There are a lot of articles for .NETCF now many are written from a Pocket PC perspective because Smartphone support has only recently become available - however the differences are minimal and are mostly due to the smaller range of UI controls available on smartphone and no Sql Server CE support. If you follow up with more details of what you would like to do I can post some more specific links but take a look at the Resources section of www.opennetcf.org to see what is available. Peter
Guest spacecowboy6982 Posted November 1, 2003 Report Posted November 1, 2003 Wow, this is quite exciting ! .NET is sure to be big and can only be good for the future of smartphones which is why Im going to force myself to learn about this sort of thing from today ! spacecowboy
Guest spacecowboy6982 Posted November 2, 2003 Report Posted November 2, 2003 It does - that me on my second days reading and Ive completely forgoton about assignments for uni etc ! .NET is so gooood !
Guest Peter Foot Posted November 5, 2003 Report Posted November 5, 2003 You should do a Computer Science degree where you can use .NET in your assignments, makes them a little more bearable! (Worked for me, mind you that was before the Compact Framework). Peter
Guest spacecowboy6982 Posted November 5, 2003 Report Posted November 5, 2003 Hmm, could be a thought - im getting the hang of everything - i dont find it too difficult....yet. Cant wait to have my E-200 to really start !!
Guest NeilC_MVP Posted November 5, 2003 Report Posted November 5, 2003 Chances are the E200 will belocked down tight.
Guest spacecowboy6982 Posted November 5, 2003 Report Posted November 5, 2003 Really? So what are the plans then ? How are you gonna bypass the "problems" ? spacecowboy
Guest NeilC_MVP Posted November 5, 2003 Report Posted November 5, 2003 Code signing. It's the only legit way.
Guest spacecowboy6982 Posted November 5, 2003 Report Posted November 5, 2003 And how difficult is this to bypass?
Guest NeilC_MVP Posted November 5, 2003 Report Posted November 5, 2003 Depends on your skills. It can be very difficult.
Guest spacecowboy6982 Posted November 5, 2003 Report Posted November 5, 2003 Lol - oh well - i'll keep reading all the articles/journals etc for now and see what happens in the future. Thaks 4 the tips, spacecowboy
Guest NeilC_MVP Posted November 18, 2003 Report Posted November 18, 2003 Yes, it appears Orange have "done the right thing" at last! The SPV E200 has configurable security so you can indeed run unsigned apps, if you so wish. Happy coding!
Guest chucky.egg Posted November 18, 2003 Report Posted November 18, 2003 Do I need the SP2003 SDK to write apps for the E200, or is everything I need in the "vanilla" installation?
Guest NeilC_MVP Posted November 18, 2003 Report Posted November 18, 2003 You'll need the Smartphone 2003 SDK. This will install all the bits you need to develop .NET CF apps with Visual Studio .NET 2003, including those funky emulator images.
Guest NeilC_MVP Posted November 18, 2003 Report Posted November 18, 2003 I forgot to mention that the next version of Visual Studio .NET, code named "Whidbey", will contain all you need to develop Smartphone apps, for both managed and unmanaged applications. But... you'll have to wait about a year for that. Whidbey is expected to beta in May 2004. The tech preview of Whidbey distributed at the recent PDC does not have working Smart Device Programmability.
Guest raider84 Posted November 19, 2003 Report Posted November 19, 2003 nuts! I was hoping to get a beta copy of Whidbey at the MS Developer Event in December
Guest Peter Foot Posted November 20, 2003 Report Posted November 20, 2003 nuts! I was hoping to get a beta copy of Whidbey at the MS Developer Event in December Working Smart Device programming in Whidbey is still a fair way off. If you get VS 2003 in the mean time you won't be dissappointed!
Guest raider84 Posted November 20, 2003 Report Posted November 20, 2003 got VS 2003 Arch edition so I can't really complain.... but I always like to have a play with what's next!!!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now