Articoli su sviluppo per Windows Mobile

Ecco alcuni link interessanti a nuovi articoli sullo sviluppo di applicazioni per Windows Mobile.

Northwind Pocket Analyze: Decision Support for Windows Mobile-based Pocket PCs

Christian Forsberg

https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/nw_pocket_analyze_decision_support_wm2k3_ppc.asp?frame=true

Summary: Learn about mobile decision support and how to design and develop solutions for Windows Mobile 2003–based Pocket PCs using Visual Studio .NET and the .NET Compact Framework. The download code sample for this article implements a server XML Web service, database, and a Pocket PC client.


Northwind Pocket Analyze: Decision Support for Windows Mobile-based SmartphonesChristian Forsberg
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/nw_pocket_analyze_decision_support_wm2k3_sp.asp?frame=true

Summary: Learn about mobile decision support and how to design and develop solutions for Windows Mobile 2003–based Smartphones using Visual Studio .NET and the .NET Compact Framework. The download code sample for this article implements a server XML Web service, a database, and a Smartphone client.


Northwind Pocket Delivery: Transportation for Windows Mobile-based Pocket PCsChristian Forsberg
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/nw_pocket_transport_wm2k3.asp?frame=true

Summary: Learn about mobile transportation and how to design and develop solutions by using Visual Studio .NET and the .NET Compact Framework for Pocket PCs based on Windows Mobile 2003 software. The source code in this article implements a server Web application, an XML Web service, a database, and a Pocket PC client.


Northwind Pocket Delivery: Transportation for Windows Mobile-based SmartphonesChristian Forsberg
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/nw_pocket_transport_wm2k3_sp.asp?frame=true

Summary: Learn how to develop mobile enterprise transportation applications for Windows Mobile 2003–based Smartphones by using Visual Studio .NET, the .NET Compact Framework, and the Windows Mobile 2003 software development kit (SDK). The source code in this article implements server components, a database, and a Windows Mobile 2003–based Smartphone client.


Effective Memory, Storage, and Power Management in Windows Mobile 5.0Christian Forsberg
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/effective_memory_storage_power_mgmt_wm5.asp?frame=true

Summary: Learn about how to manage memory, storage, and power in your native and managed applications running on a Windows Mobile 5.0–based device. This article gives you an overview about the memory, storage model, and device hardware. It gives concrete advice and best practices to help your applications make the best use of the limited resources on devices like Pocket PCs and Smartphones.


Serial Communication with the .NET Compact FrameworkChristian Forsberg
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/serial_com_netcf.asp?frame=true

Summary: Learn how to make your applications communicate over a serial port and how to handle common issues when implementing serial solutions. After a general discussion about serial communication and a common serial communication standard, this article demonstrates a practical use of the technologies through sample source code written in C#.


Interprocess Communication with the .NET Compact Framework 1.0Christian Forsberg
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/inter_process_comm_netcf.asp?frame=true

Summary: Learn about the ways an application can communicate with another application on a Pocket PC. After a general discussion about interprocess communication, the article's download code sample, which is written in C#, demonstrates the available options for implementing IPC.


Bar Code Scanners with the .NET Compact FrameworkChristian Forsberg
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/barcode_scanners_netcf.asp?frame=true

Summary: Learn how to make your applications use bar code scanners in a generic way—ndependent of the specific bar code scanners that are used on different devices. Using the design patterns Façade and Factory, the implementation not only supports multiple bar code scanners, but it also makes it easy to add support for other bar code scanners. After a brief discussion about bar code scanners and the bar code scanner pattern, a download code sample, written in C#, demonstrates the use of the pattern and technologies.