EnergizeIT 2008#

EnergizeIT 2008 is happening this Saturday May 24, at the Toronto Congress Centre.  I'll be there participating at the ATE Booth plus I'll be doing a short demo on WCF and Windows Mobile under the "Grok and Load Visual Studio 2008" track.

Here are some more details for the event:

EnergizeIT is all about recognizing and realizing the potential of you and the IT industry. We start the day by looking at how great your potential as an individual working in the IT field is, and provide insight into how the field is changing so that you can take control of your career and continue to realize your potential. We will also take some time to recognize the potential achieved and accomplishments of your peers whose hard work will be rewarded at EnergizeIT. Phil Sorgen, the President of Microsoft Canada will present the MSDN Code Award and TechNet Innovation Award to these accomplished winners.
Finally, working in the IT field, you also understand the potential of technology and the real possibility to make anything possible. Before the morning is over you will see and be a part of three examples of technology impacting the way you live and work. Don’t miss it.

Date: Saturday May 24, 2008
Location: Toronto Congress Centre - Toronto, Ontario MAP IT
Time: 9:30am – 4:30pm. Registration starts at 9:00am
Cost: Free of charge. Come and enjoy the day!

Register Now.


Thursday, May 22, 2008 5:42:49 PM (Eastern Daylight Time, UTC-04:00) #    Comments [0]  | 

 

Tech-Ed Developers 2008#

With TechEd 2008 quickly approaching wanted to point out some sessions OpenNETCF partners (well one partner :) ) will be doing related to Compact Framework and Windows Mobile

Building CustomDraw and OwnerDraw Controls Using the Microsoft .NET Compact Network (Alex Feinman)
Standard Windows controls allow a degree of customization that offers significant UI flexibility, while relying on proven and robust foundation of existing OS controls, such as TreeView, ListView. This session shows how to build such controls in managed code, using the .NET Compact Framework 2.0 or newer.

Using Microsoft DirectDraw in Windows Mobile Applications (Alex Feinman)
As GAPI becomes deprecated, the recommended approach to building high-speed, device-independent Windows Mobile applications is using DirectDraw API. This session provides information on DirectDraw for mobile devices basics, as well as common problems and pitfalls associated with using it.

Hope you are able to attend!


Wednesday, May 21, 2008 1:30:51 PM (Eastern Daylight Time, UTC-04:00) #    Comments [0]  | 

 

DevTeach Follow-Up#

Just finished my session at DevTeach Toronto.  Thanks to all those that came out at 8am this morning to listen to me blab on Windows Mobile and Compact Framework.

Most demos were similar to my CodeCamp session with the exception of the WCF Demo.

The presentation can be found here and the code can be found here.

Here is a summary of the demos:

SMSInterception - Demo showing how to intercept a message, automatically respond to a message and call back the sender of the message.  Used the Cellular Emulator.

SNAPI - Demo showing some of the functionality of SNAPI, changing battery level, adding headset and detecting incoming calls.

WISPPic - Sample showing some of the WindowsMobile.Forms classes, selecting a picture and displaying it, and using the InkPicture class from Mobile Ink Library and articles can be found here.

WCFDispatch - Sample Dispatch application using Push Email for Windows Mobile and WCF Exchange Server Mail Transport for .NETCF 3.5.  There is a good article here on WCF for Compact Framework which I based WCFMessagingManger from, there is also a lot more info on WCF using Exchange. (Requires Smart Device Framework Community Edition)

If there are any followup questions email me at mark[dot]arteaga[at]opennetcf[dot]com.


Thursday, May 15, 2008 10:25:22 AM (Eastern Daylight Time, UTC-04:00) #    Comments [0]  | 

 

DevTeach Toronto 2008#
Technorati tags: ,

DevTeach Toronto is coming up from May 12 - 16.  I'll be doing the only Windows Mobile development session for the week.

Other than seeing the only session related to developing for Windows Mobile, there are a number of reasons why you should attend the event.

Here's a few to start:
Keynote by Scott Hanselman, Microsoft
Scott Hanselman is one of the most prolific, renowned and respected blogger and podcaster about technologies. Scott is a hands-on thinker, a renowned speaker and writer. He has written a few books, most recently with Bill Evjen and Devin Rader on Professional ASP.NET. In July 2007, he joined Microsoft as a Senior Program Manager in the Developer Division. In his new role he'll continue to explore and explain a broad portfolio of technologies, both inside and outside Microsoft. He aims to spread the good word about developing software, most often on the Microsoft stack. Before this he was the Chief Architect at Corillian Corporation, now a part of Checkfree, for 6+ years and before that he was a Principal Consultant at STEP Technology for nearly 7 years.

Silverlight 2.0 workshop
For the first time an independent conference is having a workshop on Building Business Applications with Silverlight 2.0.  Join Rod Paddock and Jim Duffy as they give you a head start down the road to developing business-oriented Rich Internet Applications (RIA) with Microsoft Silverlight 2.0. In case you just crawled out from under a rock, Microsoft Silverlight 2.0 is a cross-browser, cross-platform, and cross-device plug-in positioned to revolutionize the way next generation Rich Internet Applications are developed. Microsoft’s commitment to providing an extensive platform for developers and designers to collaborate on creating the next generation of RIAs is very clear and its name is Silverlight 2.0. In this intensive, full-day workshop, Rod and Jim will share their insight and experience building business applications with Silverlight 2.0 including a review of some of the Internet’s more visible Silverlight web applications. This workshop is happening on Friday May 16 at the Hilton Toronto.

Bonus session: .NET Rock host a panel May 14th at 18:00
This year the bonus session (Wednesday May 14 at 18:00) will be a panel of speakers debating the Future of .NET. Where is .NET going? How will new development influence .NET and be influenced by .NET? Join Carl Franklin and Richard Campbell from .NET Rocks as they moderate a discussion on the future directions of .NET. The panellists include individuals who have strong visions of the future of software development and the role that .NET can play in that future. Attend this session and bring your questions to get some insight into the potential future of .NET! This bonus session is free for everyone. Panelists are: Ted Neward,Oren Eini ,Scott Bellware

Party with Palermo, DevTeach Toronto Edition
Jeffrey Palermo (MVP) is hosting Monday May 12th in Toronto is acclaimed "Party with Palermo". This is the official social event  kicking off DevTeach Toronto. The event is not just for the attendees of Toronto it’s  a free event for everyone. It’s a unique chance for the attendees, speakers and locals  to meet and talk with a free beer.   The event will be held at the Menage club  location and you need to RSVP to attend. Get all the details at this link:

Interested? You can register for Devteach at: http://www.devteach.com/


Wednesday, April 30, 2008 9:50:48 PM (Eastern Daylight Time, UTC-04:00) #    Comments [0]  | 

 

Toronto Code Camp Follow up#

For those that attended my session this morning on Leveraging Windows Mobile API using .NET Compact Framework this morning thanks for coming out on a Saturday at 9am!

The presentation can be found here and the code samples can be found here.

Here is a summary of the demos:

GPS - Demo showing how to use the Fake GPS and GPS sample included in the Windows Mobile SDK

PocketOutlook - Demo showing how to use some of the classes in Pocket Outlook object model

SMSInterception - Demo showing how to intercept a message, automatically respond to a message and call back the sender of the message.  Used the Cellular Emulator.

SNAPI - Demo showing some of the functionality of SNAPI, changing battery level, adding headset and detecting incoming calls.

WISPPic - Sample showing some of the WindowsMobile.Forms classes, selecting a picture and displaying it, and using the InkPicture class from Mobile Ink Library

If there are any followup questions email me at mark[dot]arteaga[at]opennetcf[dot]com.


Saturday, March 01, 2008 12:14:31 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  | 

 

All content © 2008, Mark Arteaga
Related Sites
Archives
Sitemap
Disclaimer

Powered by: newtelligence dasBlog 1.9.7174.0

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Send mail to the author(s) E-mail

Theme design by Jelle Druyts