Pavel Bánský

About .NET in Mobile and Embedded World

Goto menu
Tag » C#

String to Integer in a quick and dirty way

Wednesday, June 18, 2008 @ 16:45
What to do when you need int.TryParse() method in .NET Micro Framework? Use Jens Kühner's excellent implementation! What to do when it's not available? Maybe this will help a bit...

Extended SerialPort Class for Micro Framework (update)

Wednesday, April 23, 2008 @ 20:24
Current implementation of SerialPort class in .NET Micro Framework missing some useful methods. Here comes the one very compatible with the .NET Compact Framework implementation.

Firing thread safe events in Compact Framework

Friday, December 7, 2007 @ 09:54
Threads are salt and pepper of Windows programming. Let's see how to update user interface from threads in Compact Framework applications.

Compact Web Server in Compact Framework

Monday, October 22, 2007 @ 15:42
Sometimes man needs the web server functionality for it's application. Sometimes man needs web server for Windows Mobile or Windows CE. I worte web server class to be used with Compact Framework.

Fetching URL via default proxy in C#

Friday, October 12, 2007 @ 19:10
Downloading content from the web is the attribute of our present. So how to download content in C# application and utilize default system web proxy?

Changing Smartphone profile from the application

Tuesday, July 17, 2007 @ 22:04
How to change profile on your Smartphone from C# application