Chua Wen Ching's Blog
Technologies, Communities, Career, Life
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET 2.0
C#
C# 3.0
C# Code Snippets
Community
DotNetNuke
DotNetRocks
General
Holiday
LINQ
LINQ Code Snippets
Malaysia
Microsoft
MIND
MVP
Presentation
Software
Sri Lanka
Visual Studio 2008
Sponsors
advertise here
Navigation
Home
Blogs
Archives
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)
Recent Posts
0
Comments
Running ASP.NET 2.0 on FileSystem instead of IIS without Visual Studio 2005/2008 installed
by
wenching
How are you able to run your ASP.NET 2.0 web application on File System (Standalone web server without IIS) without Visual Studio 2005/2008 installed in your local machine. I will say this is particular useful for POC ASP.NET 2.0 web application to customers...
Filed under:
ASP.NET 2.0
0
Comments
My coming initiatives for Green Computing/Orphans July 20, Senior Citizens July 26
by
wenching
I will be having 2 events that is worth to highlight in my blog: Date: Sunday, July 20, 2008 Organizers: MIND and Mesiniaga (co-organizer) Venue: FRIM (within the forest) Target audience: 60 orphans (age between 8 - 17), 60 working adults (registration...
Filed under:
MIND
0
Comments
C# 3.0 - Using Anonymous Types
by
wenching
I had a friend who recently asked me on the ways using Anonymous Type in C# 3.0. Take note, this is just an example and to me it is like syntactic sugar. You can do the conventional way and it still works. If you have a ComboBox within .NET Windows Forms...
Filed under:
C# 3.0
0
Comments
Japanese C# MVP session "Gaku Pro"
by
wenching
Great work Yuto. Even though I don't understand Japanese, but I like to see synergies among other countries C# MVP to promote C# in non English version. You can download his "Gaku Pro" slides here http://www.questudents.com/Event/20070810gakupro/Materials...
0
Comments
Download my slides for Heroes Community Launch {Here} in Microsoft Malaysia
by
wenching
My session was called C# 3.0 Syntactic Sugar ++. It was really about c# 3.0 but I was thinking about discussing other elements like software practices, lacking in software industry especially Malaysia, Visual Studio 2008 in general in case these audiences...
0
Comments
Microsoft Silverlight Tools Beta 2 and Expression Blend 2.5 June 2008 Preview are out
by
wenching
Check this out. I am downloading it now :) http://www.microsoft.com/downloads/details.aspx?FamilyId=50A9EC01-267B-4521-B7D7-C0DBA8866434&displaylang=en http://www.microsoft.com/downloads/details.aspx?FamilyID=32a3e916-e681-4955-bc9f-cfba49273c7c&DisplayLang...
Filed under:
Software
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
6
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
1
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
0
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
More Posts
Next page »