Recent Posts

1
Comments

Aptana 1.1 IntelliSense Weirdness for JQuery by wenching

I had installed Aptana 1.1 to learn JQuery and hopefully I could get full IntelliSense support for JQuery. Aptana has lots of interesting features though which impressed me. In terms of Intellisense experience, Visual Studio 2008 is indeed better. Maybe...
Filed under: ,
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:
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:
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:
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:
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:
7
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:
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:
More Posts Next page »