Preface: Because an experiment in school requires a small program to simulate the functions of a mobile phone, many students use JAVA to do it. Winform is very simple, but since I just learned silverlight for a few days, I tried to use it to do it, and used all the functions. It is very basic knowledge and may be helpful to beginners. My consistent style is to share network resources.
Note: Use VS2008+SQL2005+SL2.0TOOLS to develop. There is a Sql2005 database file in the directory folder DB_51aspx. You can directly attach or create it with a .SQL file. Just change pwd=sa in web.config to yours. Just slide the button. There is a small white square dot at the top of the phone.
Use linq plus wcf to connect to the database,
Implementation function:
1.Dial function
2. Address book function (add, delete)
3. Play audio and video function
4. A web service (what I implemented is to query the school library)
5.silverlight animation effect (simple sliding function)
6. Mobile game, the code is to steal a puzzle game from the Internet. Note: Development environment (VS2008sp1+Silverlight2.0)
Expand