String Compression - Decompression

by Bar Zohan 21. April 2010 23:07
Compressing strings using c# [More]

Tags:

.Net Framework | C#

Accessing Files Inside a Mobile Device That Is Connected To PC Over Microsoft Activesync

by Bar Zohan 16. April 2010 23:55
Here you can download the OpenNETCF Desktop Communication Library which includes all necessary classes to use activesync to connect and transfer files to/from a mobile device. Add the project to your solution. Add a reference to the OpenNETCF Project you've just added inside the project you want t... [More]

Tags: , ,

.Net Compact Framework | Mobile Devices

Taking Gps Information - .Net Compact Framework

by Bar Zohan 16. April 2010 23:32
If you have a mobile device that has an entegrated gps and uses windows mobile as operating system you can access the gps data very simply using a wrapper library that handles gps operations. First download this wrapper library. Microsoft.WindowsMobile.Samples.Location.rar (7.19 kb) Add a referen... [More]

Tags: , ,

.Net Compact Framework | Mobile Devices

Uploading a File Through An Asp.Net Web Service

by Bar Zohan 6. April 2010 00:48
Writing an asp.net web service function which handles file upload. [More]

Tags: , ,

.Net Framework | C# | Web | Asp.Net | MVC

Storing An Object In Sequential File, C++

by Bar Zohan 5. April 2010 23:46
Storing An Object In Sequential File, C++ [More]

Tags: , , ,

C | C++ | OOP | Design Patterns

Dynamic Array In C++

by Bar Zohan 5. April 2010 23:34
A dynamic sized array class in c++ [More]

Tags: , , ,

C | C++ | Data Structures

Linked List In C++

by Bar Zohan 5. April 2010 23:20
Writing a linked list in c++ [More]

Tags: , ,

C | C++ | Data Structures

Using GDI To Draw Outlined Text

by Bar Zohan 5. April 2010 23:02
Using GDI To Draw Outlined Text [More]

Tags: , ,

.Net Framework | C# | GDI & Image Processing

Sorting Generic Lists and IQueryable's With A Dynamic Property Name

by Bar Zohan 5. April 2010 21:12
For sorting IQueryable's [code:c#] public enum SortDirection { Ascending, Descending } public static IQueryable<T> DynamicSort<T>(this IQueryable<T> data , string columnName, SortDirection direction)        {      ... [More]

Powered by BlogEngine.NET 1.5.0.7
Theme by Mads Kristensen