May 2008 - Posts

0
Comments

Heroes Come Together in {Penang} by wenching

Dear IT heroes, Four Malaysian t echnical communities, Intel IT Technical Community Malaysia Chapter .NET SIG, ELITE , MIND and SPAN , are coming together to host a community event focusing on technical dives of Microsoft Windows Server 2008™, Visual...
Filed under:
13
Comments

GACUtil missing in Windows Server 2008/Visual Studio 2008 installation by wenching

I was testing Visual Studio 2008 on Windows Server 2008 for my research and development (sharepoint). Later I need to configure a post build for my class library in Visual Studio 2008. I need to set up the path as below: "%programfiles%\[PATH_WHERE_THIS_TOOL_TO_BE_INSTALLED...
Filed under:
6
Comments

LINQ DataTable Query - Group Aggregation by wenching

My colleague asked me this question. Instead of doing the conventional way, he liked to try on LINQ for simplicity. The naming convention was ignored for this example. This was something that we hooked up together. var query = from row in dtInvoice.AsEnumerable...
Filed under:
1
Comments

LINQ to XML over conventional ways by wenching

Imagine you have this XML file: 1 <? xml version=" 1.0 " encoding=" utf-8 "?> 2 < NewDataSet > 3 < Table > 4 < ID >bc307ed4-4a5b-479e-9298-0831e077850c</ ID > 5 < ResourceKey >0000001</ ResourceKey > 6 < CultureCode...
Filed under:
3
Comments

Custom sorting with ArrayList using IComparer by wenching

Last week, my colleague approached me for a help on sorting a list of string. Let's assume the data will be: 1C 2A 10B 9Z 2D Let's break that into a string[] array using split and then you can choose to store in any collections for sorting. By default...
Filed under:
More Posts