Chua Wen Ching's Blog
Technologies, Communities, Career, Life
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
Aptana
ASP.NET
ASP.NET 2.0
ASP.NET MVC
C#
C# 3.0
C# Code Snippets
Community
DotNetNuke
DotNetRocks
General
Holiday
Javascript
JQuery
LINQ
LINQ Code Snippets
Malaysia
Microsoft
MIND
MVP
Presentation
Software
Sri Lanka
Subversion
TortoiseSVN
Visual Studio
Visual Studio 2008
XSS
XSSDetect
Sponsors
advertise here
Navigation
Home
Blogs
Archives
October 2008 (5)
September 2008 (1)
July 2008 (3)
June 2008 (3)
May 2008 (5)
November 2007 (2)
October 2007 (4)
September 2007 (1)
Communities
Malaysian Independent Developers (MIND) User Group
techNation
Sri Lanka CDNUG
SQL Server Sri Lanka UG
International .NET Association (INETA) APAC
Sri Lanka IT Pro UG
Singapore .NET UG (SgDotNet)
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:
Community
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:
Visual Studio 2008
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:
LINQ Code Snippets
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:
C# Code Snippets
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:
C# Code Snippets
More Posts