Contents tagged with Mobile
-
Surface RT–first impressions
Couple months ago I bought Surface RT because I needed some lightweight business supporting thing to take with me sometimes. Carrying ~3kg development laptop is not always fun, specially when you have long days and you need to move from one place to another often. Surface RT turned out to be pretty good investment and here are my first real-life experiences.
-
Sessions I plan to visit at TechDays 2013 Belgium
As I’m going to
TechDays 2013 Belgium
I made my first plans about sessions I want to visit.
It’s always good idea to make some home work before
event because it is the only way how to make good
decisions. Here is the list of sessions I plan to visit.
-
ASP.NET MVC 4: Display modes
One new features of ASP.NET MVC 4 is support for display modes. This means that you can conditionally show different output to different user agents like desktop and mobile browsers. Of course, you can define your own custom rules too. In this posting I will show you how display modes work and explain how to use them in your ASP.NET MVC applications.
-
ASP.NET MVC 4: New mobile web application template
ASP.NET MVC 4 Developer Preview introduces also new template for mobile web applications. These templates are special because they are using jQuery Mobile – special jQuery library for building mobile user interfaces. In this posting I will show you how new mobile web application template looks like.
-
Windows Phone 7 development: Using isolated storage
In my previous posting about Windows Phone 7 development I showed how to use WebBrowser control in Windows Phone 7. In this posting I make some other improvements to my blog reader application and I will show you how to use isolated storage to store information in phone.
-
Windows Phone 7 Series development: reading RSS feeds
One limitation on
Windows Phone 7
is related to
System.Net namespace
classes. There is no convenient way to read data from
web. There is no
WebClient
class. There is no
GetResponse() method
– we have to do it all asynchronously because compact
framework has limited set of classes we can use in our
applications to communicate with internet. In this
posting I will show you how to read RSS-feeds on Windows
Phone 7.
-
Windows Phone 7 Series development: first impressions
After hard week in work I got some free time to play with Windows Phone 7 CTP developer tools. Although my first test application is still unfinished I think it is good moment to share my first experiences to you. In this posting I will give you quick overview of Windows Phone 7 developer tools from developer perspective.