EN
|
NL
Author: André Obelink (Host) Created: 13-12-2008 23:04
My.Brains.ToString()

Enumerations to strings and vice versa

Enumerations can help you to make your code more consistent and better readable. Learn some best practices for using the standard enumerations or your own enumerations.

Read More »

.NET 3.5 typed DataSets differs from .NET 2.0 typed DataSets?!

Yesterday a colleague encountered a strange behavior of Visual Basic 2008 Express Edition in combination with Typed DataSets. When talking about targeting older .NET platforms, the Express Edition of Visual Basic 2008 is not so well suited as the full versions of Visual Basic.

Read More »

VB2008 - Fun with LINQ - Part 1

LINQ is fun. And LINQ is hot. You will find many resources writing about LINQ to XML, LINQ to SQL or LINQ to ET. That's great, but what your perhaps not know, is that you can query almost any resource on your machine with LINQ. The technology is called: LINQ to Objects.

Read More »

VB2008 - Extension methods of arrays

Visual Basic 2008 in combination with the .NET framework 3.5 brings us a lot of new powerful features. Some of them are obvious like LINQ or XML literals; other new features are less obvious. Some very handy features are the new (extension) methods on arrays. Methods for concatenating of arrays, filtering or even mathematical operations like the minimum- or maximum value or the sum of all elements.

Read More »

Convert an image to a Base64 string and vice versa

In some cases you want to convert an image to a string which can be stored in for example a XML file. Once the string is stored as simple text, you want also be able to convert these readable characters back to the original image. Fortunately this is very easy to achieve with classes from the .NET platform.

Read More »

Blog
Blog archive
 

Bataafseweg 20, 7101 PA  Winterswijk  |  PO box 428, 7100 AK Winterswijk Netherlands  |  T +31647914464  |  E info@maryor.nl