My Note on Solutions.
Pages
(Move to ...)
Home
Contact/Tip Me
▼
Thursday, November 29, 2012
How to: invoke C# generic method dynamically
›
Here is the sample code I figure out, using System; namespace X { class Pro...
Wednesday, November 21, 2012
asp.net , Request.Url differs between .net versions with Load balancer
›
Got a weird problem, here is the quick story. I have several Web servers with the web app binding to private port 8011. the Load balancer ha...
Wednesday, November 7, 2012
Google Tag Manager tutorial.
›
As the name says, it’s a tag manager offered by Google for free. Here is one basically tutorial show you what it can do, what kind of benefi...
Friday, October 5, 2012
Ubuntu /centos virtual machine doesn't have IP address/ can't connect to network?
›
you may turn on the NAT/Bridget/HOST ONly setting for your GUEST OS, but when you run the ifoncfig, there is no IP v4 address associated. ...
Thursday, October 4, 2012
asp.net output cache not working? and the same code works on some servers? why
›
Here is one very typical issue that bring you to this blog. I ssues , I have one asp.net application with nothing special, for the perfor...
4 comments:
Wednesday, October 3, 2012
How to test RamDisk /Ram disk on centos
›
It turns out super easy to setup one RAM disk on centos, since linux 2.4 and beyond has the built-in support for ramdisk. when you check t...
2 comments:
Friday, September 28, 2012
How to capture network traffic through command line in C#
›
Wireshark is a GUI tool which enable us to click and capture network traffic. if you are IT admin guy, you may want something like tcpdump i...
‹
›
Home
View web version