Friday 17 October 2014

Jeff Blankenburg - 31 days of Windows Phone 7

Jeff Blankenburg:



'via Blog this'

31 Days of Android

31 Days of Android:



'via Blog this'

Quick Tip: Enabling the Android Move To SD Card Feature - Tuts+ Code Tutorial

Quick Tip: Enabling the Android Move To SD Card Feature - Tuts+ Code Tutorial:



'via Blog this'

31 Days of Android: Day 23–Writing and Reading Files

31 Days of Android: Day 23–Writing and Reading Files:



'via Blog this'

Mastering the DOM access (100 lines of JavaScript) - Tech.pro

Mastering the DOM access (100 lines of JavaScript) - Tech.pro:



'via Blog this'

Native HTML5 Drag and Drop - HTML5 Rocks

Native HTML5 Drag and Drop - HTML5 Rocks:



'via Blog this'

How to Tags inside HTML table

How to Tags inside HTML table: "

This table contain Image , link,
List and Paragraph tags

  • VB.Net
  • Csharp
  • Asp.Net
About
"



'via Blog this'

How to layout html page with table 2

How to layout html page with table 2:



'via Blog this'

Learn X in Y Minutes: Scenic Programming Language Tours

Learn X in Y Minutes: Scenic Programming Language Tours:



'via Blog this'

Dynamic in C# 4.0: Introducing the ExpandoObject - C# Frequently Asked Questions - Site Home - MSDN Blogs

Dynamic in C# 4.0: Introducing the ExpandoObject - C# Frequently Asked Questions - Site Home - MSDN Blogs:



'via Blog this'

Sunday 12 October 2014

tsJensen | SharpZipLib and Kudos to Scott Galloway

tsJensen | SharpZipLib and Kudos to Scott Galloway:



'via Blog this'

Cant get the compression/decompression to work - SharpDevelop Community

Cant get the compression/decompression to work - SharpDevelop Community:



'via Blog this'

The Lowly Programmer: Straining the limits of C#

The Lowly Programmer: Straining the limits of C#:



'via Blog this'

BigArray, getting around the 2GB array size limit - SpankyJ - Site Home - MSDN Blogs

BigArray<T>, getting around the 2GB array size limit - SpankyJ - Site Home - MSDN Blogs: "You are correct in noticing that this means you can have 2x the number of slots in a maximally sized "



'via Blog this'

How to serialize and compress an object to FileStream?

How to serialize and compress an object to FileStream?: "try 
    { 
        FileStream fs = new FileStream(@"C:\Projects\Test\Test.txt", FileMode.Open); 
        GZipStream decompressor = new GZipStream(fs, CompressionMode.Decompress); 
        BinaryFormatter bf = new BinaryFormatter(); 
        CUnits ds = (CUnits)bf.Deserialize(decompressor); 
        decompressor.Close(); 
        fs.Close(); 
    } 
    catch (Exception ex) 
    { 
        MessageBox.Show(ex.Message); 
    } "



'via Blog this'

sharpSerializer - XML and binary serialization for .NET and Silverlight

sharpSerializer - XML and binary serialization for .NET and Silverlight:



'via Blog this'

Creating a Sparse Matrix in .NET

Creating a Sparse Matrix in .NET:



'via Blog this'

Tuesday 7 October 2014