About.me
Categories
- Awards (1)
- Development (57)
- Questions (1)
- Silverlight (16)
- Tips & Tricks (11)
- Tutorials (24)
- Web (1)
- Windows Phone 7 (54)
- Binding (2)
- Custom Controls (2)
- DI (1)
- IoC (2)
- Layout (1)
- Media (1)
- Multi-touch (1)
- MVVM (1)
- Navigation (4)
- Optimization (1)
- Push Notifications (1)
- Sensors (1)
- Serialization (7)
- System Tray (1)
- Themes (2)
- Toolkit (1)
- Events (8)
- MVP (2)
- Presentations (6)
- General (1)
- Tools (2)
Monthly Archives: December 2010
Windows Phone 7: Getting Started
In this post you will find a list of materials and resources to begin with while becoming a “Windows Phone 7 Jedi”. Hopefully, you know the very basics of Silverlight and C# .NET or Visual Basic.NET programming languages. Tweet
Windows Phone 7 Serialization: sharpSerializer
Hopefully, it will be my last post regarding different types of Windows Phone 7 serialization. I have chosen sharpSerializer for today. I find this serializer quite interesting, because it is very easy to use and it is good at performance. … Continue reading
Posted in Development, Serialization, Windows Phone 7
Tagged serialization, silverlight, tutorials, windows phone 7, wp7
3 Comments
Windows Phone 7 Serialization: Json.NET
After receiving several requests to add Json.NET (custom solution for Windows Phone 7 / Silverlight serialization) to my Windows Phone 7 Serialization Comparison I have decided to analyze this type of serialization. In this post I am going to demonstrate … Continue reading
Posted in Development, Serialization, Silverlight, Windows Phone 7
Tagged serialization, silverlight, tutorials, windows phone 7, wp7
5 Comments
Windows Phone 7 Serialization: Comparison
In this post I am going to compare several ways of serialization in Windows Phone 7 applications. I will show how much time was needed to serialize and deserialize an object and what size did the output stream had. Comparison … Continue reading
Posted in Development, Serialization, Windows Phone 7
Tagged serialization, silverlight, windows phone 7, wp7
23 Comments
Windows Phone 7 Serialization: Binary Serialization
Many of you probably noticed that Windows Phone 7 does not support standard Binary Serialization (using BinaryFormatter from System.Runtime.Serialization namespace), like full version of .NET Framework does, so I have decided to create my own custom solution for Binary serialization … Continue reading
Posted in Development, Serialization, Silverlight, Windows Phone 7
Tagged serialization, silverlight, tutorials, windows phone 7, wp7
6 Comments
Windows Phone 7 Serialization: DataContract JSON
This time I am going to cover DataContract JSON Serialization using DataContractJsonSerializer. This type of serialization is very similar to the DataContract Serialization described in my previous tutorial. DataContract JSON Serialization is mostly used by Windows Communication Foundation (WCF) services, … Continue reading
Posted in Development, Serialization, Silverlight, Windows Phone 7
Tagged serialization, silverlight, tutorials, windows phone 7, wp7
3 Comments
Windows Phone 7 Serialization: DataContract Serialization
In this post I am going to continue studying the ways how to serialize objects in Windows Phone 7 applications. This time I will explain DataContract Serialization using DataContractSerializer class. This type of serialization can also be applied to Silverlight … Continue reading
Posted in Development, Serialization, Silverlight, Windows Phone 7
Tagged serialization, silverlight, tutorials, windows phone 7, wp7
1 Comment


