by Admin
1. April 2009 18:26

I will be speaking at devLink 2009! If you are not familiar with devLink, take a look at what great technical content you get over three days for only $75. Here is my speaker bio, and my sessions will be:
Windows Mobile Development*
Do you want to learn how to develop applications for Windows Mobile that are useful in your personal life, or in the enterprise? Had enough drag-and-drop demos where you build boring-looking applications? This session will include an introduction to the Windows Mobile platform, .NET Compact Framework, Windows Mobile SDKs, SQL Server Compact Edition, and frameworks from Microsoft and third-parties. The latter half of the session will discuss and demonstrate creating advanced user interfaces with .NET CF as well as tools and techniques for testing, debugging, and tuning your applications. This session expects no Windows Mobile or .NET CF experience, but will presume some Visual Studio and .NET experience.
Compact and Capable!**
SQL Server Compact Edition is an in-process database for use in applications that extend data storage capabilities to the desktop and to mobile devices. It is ideal for distributed and embedded applications and delivers essential relational database functionality in a small footprint while providing the familiar programming and management interfaces of SQL Server. This session will explore how you can leverage SQL Compact as a local data store for Smart Client and Smart Device applications. Also covered will be Visual Studio support, deployment options, ADO.NET interfaces, and synchronization options. Leave this session empowered with knowledge how to make your applications work anywhere the users are.
My sincere thanks and appreciation to the devLink speaker selection committee for selecting my abstracts. Register today and come join me in Nashville, TN from August 13 – 15, 2009.
* The WM Dev session is an in-depth session which will be a multi-hour session.
** Yes, I stole the tagline of the SQL CE team for my talk title (and think it quite apropos for the product).
by Nino
22. March 2009 16:47
TMM is back after a four month hiatus…
by Nino
9. November 2008 04:43
- jiggy Create native iPhone apps in your browser.
- Force Sensing/Mobile Device Interaction ..and you thought twisting and bending a mobile device was a bad thing.
- Got a TyTN II? Got Android? Get some Android on your TyTN II. (running as an app, no less, not replacing WM). Cool stuff from the crazy and inventive XDA-Dev crowd. Although I'd prefer to get some peanut butter in my chocolate instead (and yes, I'm old enough that I remember these commercials on TV).
- Want Windows Mobile? Need dual-SIM? Check out what HKC just announced. Samsung also recently announced a dual-SIM, but without WM.
- Paul from MoDaCo, announces AppToDate, a generic updater for WM.
- Dale Vanderboom has a good post on .NET MF vs MRS I would also suggest his post on Extension Methods for manipulating bitmaps in .NET CF.
- Jason Langridge tells us how to get clickable phone numbers on WM Professional. Maddening issue, and sure, I figured this out a while ago, but why wasn't this fixed in for 6.1 ?
- Reed Robison has a great post on XML provisioning for WM devices. XML provisioning is very powerful stuff; I've used often to great effect. Also note that the latest issue MSDN Magazine (April 2008) has an article about this, too.
by Nino
9. November 2008 04:43
by Nino
9. November 2008 04:43
I am delighted to announce that two of the abstracts I submitted for the Central Ohio Day of .NET 2008 have been accepted! Go to http://cinnug.org/cododn/default.aspx for details, session list, and event registration (even though the event is FREE, please do register as it helps with planning for facilities, swag, and refreshments). I hope to see you there on April 19, 2008! My sessions are:
A Quick Tour of the Windows Mobile Development in Visual Studio 2008 (Level 200)
This session will give attendees a quick tour of Windows Mobile Development in Visual Studio 2008, primarily focusing on developing with the .NET Compact Framework 3.5 against the Windows Mobile API and SQL CE 3.5. See what features are in VS2008 to enable development of Windows Mobile applications for both the hobbyist and the enterprise. This session will also discuss and demonstrate use of Windows Mobile APIs including GPS, Outlook Mobile, SNAPI, and WISP as well as SQL CE 3.5
Access to Your Data Anytime and Anywhere With the Microsoft Sync Framework (Level 300)
The Microsoft Sync Framework (MSF) is a comprehensive synchronization platform that enables synchronization, offline, and collaborative scenarios for services, applications, and devices. This session will discuss MSF, its architecture (including the default providers (Sync Services for ADO.NET, Sync Services for File Systems, and Sync Services for FeedSync)), and the mechanisms by which MSF can be extended. Demonstrations of MSF usage and building a custom provider will also be featured in this presentation
I am very excited about the Sync presentation as I can also now talk about ADO.NET Sync Services for Devices which just released CTP1!
by Nino
9. November 2008 04:43
No blogging last week on account of the MVP Summit, but we're back at it this week...
by Nino
9. November 2008 04:43
by Nino
9. November 2008 04:42
I’ll be speaking at the Microsoft Developer Care event this Friday, March 17 in Southfield, MI. Registration is here. Come up and see me, Drew Robbins and Josh Holmes at this event.
Location:
Microsoft Corporation
1000 Town Center, Suite 1930
Southfield, MI 48075
11:30 – 12:00
Lunch
12:00 – 1:15 Building a Windows Mobile Device
To kick things off, we’ll demonstrate how to build a Windows Mobile 5.0 device using Microsoft’s Platform Builder tools. You may never build your own device, but this session will help you better understand the Windows CE operating system and the components available to you for building applications. If you will be creating devices with the Windows Mobile operating system, this session is essential for understanding Platform Builder and the various components involved with creating a device.
1:30 – 2:45 Creating and Deploying Mobile Applications
Now that we have a Windows Mobile 5.0 device, we’ll discuss how to target that device with Visual Studio 2005. This session will cover the options for creating applications using unmanaged code as well as applications built on the .NET Compact Framework. We will use Visual Studio 2005 to build an application and deploy it to a Pocket PC.
3:00 – 4:15 Connecting Mobile Applications
The true power of mobile applications is realized when the device allows us to take our work with us and stay connected to the home office. In this session, we’ll demonstrate how to build applications that synchronize with the desktop, connect to services on the Internet and integrate with enterprise systems.
4:30 – 5:00 Question & Answer
Stick around to ask questions of the Developer Care speakers.
by Nino
9. November 2008 04:42
Software / Hardware
Development
In Other News . . .
by Nino
9. November 2008 04:42
This morning I am sitting in a very full session by the P&P folks: "Patterns & Practices for Mobile Client Part 2/4 - Mobile Composite UI Application Block". I have started to look at the Mobile Client Software Factory bits, evaluating the various components for use in my current project (of course comparing to Avanade's own ACA Devices asset). Once I have fully explored it, I'll be dropping some blog posts. Join the workspace for the MCSF and pull down the latest drop if you haven't yet.
One great point that John [Socha-Leialoha] made during the presentation was that while some of the code looks complex, it allows teams to scale - as opposed to some simpler-looking code that won't scale (and becomes spaghetti code). While you might think that this is only applicable to teams (or even large teams at that), I would argue that it is applicable and valuable to a team of one (just like source control). He also noted that they use pair programming (a concept which I admittedly still struggle with), and, of course, Test-Driven Development (TDD).
The Mobile CAB bits of MCSF (and MCSF itself) are a GoodThing(tm) for managed mobile application developers. I am very excited to see this output from the P&P team. ...and go get the MCSF bits. The bits, while not yet RTW'd, will release on June 30.