Rasyadi's blog
Programming, Software, and Tools
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
Open Source
TFS
Tools
Visual Studio
WPF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
June 2011 (1)
January 2010 (1)
September 2008 (1)
August 2008 (2)
Blogs - Friends
Rizal Almashoor
My Stories (MixMode)...
Ady Romantika
Lan
Fadzli
UI Blues
Hadzramin
Mahzan
Jet
Dirn.Name
Mariam
Blogs I Read
Scott Hanselman
Jeff Atwood
John Paul Boodhoo
Phil Haack
Jeffrey Palermo
Jeremy Miller
Scott Guthrie
Rob Conery
Steve Yegge
Paul Graham
Joel Spolsky
Eric Sink
Rich Skrenta
Marc Andreesen
Wil Shipley
Douglas Crockford
John Resig
Recent Posts
2
Comments
Visual Studio 2010 slow access to TFS
by
rasyadi
Initially I thought it was a network issue. Though I compared the performance with Visual Studio 2008 and notice a huge different in terms of performance. After a few days, it was still the same. After a few google search. I found out the solution is...
Filed under:
Visual Studio
,
TFS
12
Comments
How to uninstall GAC without gacutil
by
rasyadi
The web server behave differently and after tracing using ProcMon (Process Monitor) I found out that it using dlls from the GAC_MSIL directory. The directory doesn't visible to human eye because it used by the system the read the IL code. Basically the...
Filed under:
.NET
0
Comments
Meet WPF Twitter Client
by
rasyadi
I'm not sure how many of my readers being on twitter. If you have no idea what it is, go to twitter.com , create your account there and start post what are you doing. I am a big fan of twitter. Normally I post and read it on the web, until I found this...
Filed under:
Open Source
,
Tools
,
WPF
2
Comments
Shame and Down to Earth HttpContext.Items Property
by
rasyadi
There is a few options to used if you want to stored object on the server-side. Some of the common techniques people used are including Session, Cache, Application. There's a different between each of the techniques.Obviously Items does not gain a lot...
Filed under:
ASP.NET
6
Comments
Bridging TFS and SVN
by
rasyadi
This is my second attempt to write on a public on what I've found interesting to be shared and I hope it can established a series of posting. From The Pragmatic Programmer's book tip #23: Always Use Source Code Control . For me, using source control is...
Filed under:
Open Source
,
Tools
More Posts