分享
 
 
 

Best of Articles :: Microsoft Smartphone Programming

王朝other·作者佚名  2006-01-09
窄屏简体版  字體: |||超大  

[This (sort of) book is a collection of different articles combined under related chapters]

Chapter 1: Introduction to the .NET Compact Framework

Fundamentals of Microsoft .NET Compact Framework Development for the Microsoft .NET Framework Developer

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/net_vs_netcf.asp?frame=true>

What's New in Smartphone 2003

<http://msdn.microsoft.com/library/en-us/dnwmnew/html/manew_sp03.asp?frame=true>

Develop for Windows Mobile 2003 for Smartphone Using the .NET Compact Framework

<http://msdn.microsoft.com/library/en-us/dnsmtphn2k3/html/Smartphone_2003.asp?frame=true>

An Introduction to Microsoft SmartPhone, and Programming SmartPhone using C#

<http://www.codeproject.com/netcf/SmartphoneIntroCSharp.asp>

Design Considerations for Microsoft Smartphone Applications

<http://www.oreillynet.com/pub/a/wireless/2004/01/07/smartphone.html>

Chapter 2: The Smartphone User Interface

Write Apps for the Smartphone without Dumbing Down Your UI

<http://www.devx.com/wireless/Article/21291>

Creating a Multiple Form Application Framework for the Microsoft .NET Compact Framework

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfuiframework.asp?frame=true>

How to Create a Microsoft .NET Compact Framework-based Image Button

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/ImageButton.asp?frame=true>

Crafting Smartphone User Interfaces Using .NET Compact Framework

<http://msdn.microsoft.com/library/en-us/dnsmtphn2k3/html/grfCraftingSmartphoneUserInterfacesUsingNETCompactFramework.asp?frame=true>

Develop for the SmartPhone Using Techniques You Already Know

<http://www.devx.com/wireless/Article/17968>

Chapter 3: Smartphone Controls

Creating Controls by Hand in the .NET Compact Framework

<http://www.devx.com/getHelpOn/10MinuteSolution/17430>

.NET Compact Framework Sample: Hosting A Native Windows Control

<http://www.microsoft.com/downloads/details.aspx?familyid=794f5e1a-984b-474f-8139-a1a64c595151&displaylang=en>

Developing Custom Controls in C# with Smart Device Extensions

<http://msdn.microsoft.com/library/en-us/dncenet/html/customctrlssde.asp?frame=true>

Chapter 4: Graphics

Creating a Microsoft .NET Compact Framework-based Animation Control

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/animationcontrol.asp?frame=true>

Chapter 5: Files and Directories

Working with files on Smartphone devices with the .NET Compact Framework

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/SPFiles.asp?frame=true>

Chapter 6: Mobile Web Services

Consuming Web Services with the Microsoft .NET Compact Framework

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfwebservices.asp?frame=true>

Chapter 7: Working with Unmanaged Code

Accessing Phone APIs from the Microsoft .NET Compact Framework

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfphoneapi.asp?frame=true>

Advanced P/Invoke on the Microsoft .NET Compact Framework

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfadvinterop.asp?frame=true>

An Introduction to P/Invoke and Marshaling on the Microsoft .NET Compact Framework

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfintrointerp.asp?frame=true>

Creating a P/Invoke Library

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/PInvokeLib.asp?frame=true>

P/Invoking Serial APIs in the Compact Framework

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/PISAPICF.asp?frame=true>

Using dumpbin.exe as an Aid for Declaring P/Invokes

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfdumpbinpinvoke.asp?frame=true>

Chapter 8: Deploying Smartphone Application

Deployment Patterns for Microsoft .NET Compact Framework

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/DeploymentPatterns.asp?frame=true>

Smartphone 2003 Application Deployment Demystified

<http://msdn.microsoft.com/library/en-us/dnsmtphn2k3/html/sp_2003_app_deploy_demyst.asp?frame=true>

Chapter 9: Interoperability

Connecting Microsoft Mobile Devices to Java Infrastructures

<http://www.sys-con.com/story/?storyid=47342&DE=1>

Architecting Disconnected Mobile Applications Using a Service Oriented Architecture

<http://msdn.microsoft.com/library/en-us/dnppc2k3/html/develop_disconnect_mob_apps.asp?frame=true>

Chapter 10: Game Programming with Smartphone

Games Programming with Cheese: Part One

<http://msdn.microsoft.com/library/en-us/dnsmtphn2k3/html/gamesprogwithcheese.asp?frame=true>

Games Programming with Cheese: Part Two

<http://msdn.microsoft.com/library/en-us/dnsmtphn2k3/html/playingthegame.asp?frame=true>

Games Programming with Cheese: Part Three

<http://msdn.microsoft.com/library/en-us/dnsmtphn2k3/html/completingthegame.asp?frame=true>

Games Programming with Cheese: Part Four

<http://msdn.microsoft.com/library/en-us/dnsmtphn2k3/html/agameapplication.asp?frame=true>

Chapter 11: Advanced Topics

Security:

A Practical Guide to the Smartphone Application Security and Code Signing Model for Developers

<http://msdn.microsoft.com/library/en-us/dnsmtphn2k3/html/smartphone_security.asp?frame=true>

Sending and Receiving SMS Messages:

Receiving SMS Messages Inside a Managed Application

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp?frame=true>

Sending SMSs from your Microsoft .NET Compact Framework-based Applications

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfsendsms.asp?frame=true>

Debugging:

Microsoft .NET Compact Framework Debugging

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/CompactFXDebug.asp?frame=true>

Performance:

An Overview of the .Net Compact Framework Garbage Collector

<http://weblogs.asp.net/stevenpr/archive/2004/07/26/197254.aspx>

Microsoft .NET Compact Framework Multi-threading Tips

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfmultithreadedapp.asp?frame=true>

Microsoft .NET Compact Framework Background Processing Techniques

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/BackgroundProcess.asp?frame=true>

Improving Microsoft .NET Compact Framework-based Application Form Load Performance

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfimproveformloadperf.asp?frame=true>

Developing Well Performing .NET Compact Framework Applications

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfperf.asp?frame=true>

.Net Compact Framework Advanced Memory Management

<http://weblogs.asp.net/mikezintel/archive/2004/12/08/278153.aspx>

Miscellaneous:

Creating Self-Updating Applications With the .NET Compact Framework

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/AutoUpdater.asp?frame=true>

Improving .NET Compact Framework HTTP Communications using HttpWebRequest and Custom ASP.NET Providers

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/httpcomm.asp?frame=true>

Connecting a Smartphone 2003 Application to a Remoting Infrastructure

<http://www.devx.com/dotnet/article/22460>

.NET Compact Framework Mobile Web Server Architecture

<http://msdn.microsoft.com/library/en-us/dnnetcomp/html/NETCFMA.asp?frame=true>

Chapter 12: What's Next

What's New in the .NET Compact Framework 2.0

<http://msdn2.microsoft.com/library/ws1c3xeh.aspx>

Other Resources (Links gathered from comments)

Pragmatic Smartphone Application Hints and Tricks:

http://homepages.inspire.net.nz/~gambit/Article/

Programming Smartphone 2002/2003/SE with Embedded Visual Basic (eVB):

http://www.omnisoft.com/articles/spevb/default.asp

Smartphone "Tip-o-the-Day"

http://spaces.msn.com/members/lesgainous/

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有