LieberLieber List it Update

Since my wife is using List it for quite some time now she found some “issues”. So we got an update. Update notes: fixed  accidental strike outs during scrolling added a new “clipboard importer” added list sending feature for email added list sending feature for sms...

LieberLieber List it pending on WP7 Marketplace

Since I was in desperate need of an easy to use and fast todo list application, I write my own (as usual). LieberLieber List it is a simple app for shopping, todo or other lists. With an Overview as startup page and pivot control for list navigation it’s a snap to...

New WP7 Apps

Long time no see! It has been some time since my last post and my last free software. But I have been busy since that and also I got some things done. Today we uploaded 2 new apps and one update to the Microsoft WP7 Marketplace. The update is for Mexico since it got...

WP7 authentication via asp.net applications

During a recent consulting, I helped a client to resolve his authentication issues with his existing Web application and Windows Phone application. Using the existing MembershipProvider If you have already an existing Web application and you want to extend it...

WP7 Mexico Developer preview

We did an update for Mexico (Meiern, Mäxchen,…) to run on Windows Phone 7. Currently we are trying to get this on the WP7 Marketplace and decided to give you a developer preview. Don’t forget to check out the Video: [mediaplayer...

WP7 and the story of WCF Service References

If you ever want to add a service reference to your Windows Phone 7 app, and fail with a message like: Custom tool warning: No endpoints compatible with Silverlight 3 were found. Please remember the following 2 simple actions to finally get your reference: 1)...

Windows Phone 7 RTM

Last week Microsoft published the final version of the all new operating system Windows Phone 7. Those lucky guys (yes, that’s me!) who own a prerelease of a WP7 phone, can update the phone’s OS to RTM. All the others just may uninstall the Developer Tools...

Reset your Windows Phone 7

If you are a developer, and own one of the prototypes, Microsoft gave away, you might want to reset the device, before showing it a potential customer: Go to the main screen, settings, info. On the bottom of the screen there’s the button to reset the device to...

Windows Phone 7 Devicetype

How to find out, if your app is running in an emulator, or on a real device? In July’s beta, Microsoft has moved this property from System.Environment to Microsoft.Devices.Environment namespace. //enum DeviceType contains: Device, Emulator this.IsEmulator =...

Windows Phone 7 Database

MS announced, that there will be no database available for 3rd party applications, like on windows mobile 6.5. Instead of using SqlServerCE the user shall use cloud computing or xml files to store data. So I searched for alternatives, and found a very pretty proof of...