Twitter Updates
- Mac malware signed with Apple ID infects activist’s laptop ars.to/16EkLX6 13 hours ago
- iOS 6.0 gets US federal government's security stamp of approval imore.com/ios-60-gets-us… via @iMore 4 days ago
- Dear the Oatmeal, I see your Mantis Shrimp post, and I raise you my favorite animal… thedoghousediaries.com/5076 via @willrayraf 4 days ago
- RT @dursunovic: I Don't Want Your Fucking App idontwantyourfuckingapp.tumblr.com 5 days ago
- @gisellis that would be a wonderful silver lining if it worked out that way! 1 week ago
What I’m Reading
No data foundTags
.NET airplay akamai asp.net awk books browser customer service cygwin debugging DNS experiments family google home technology iis iMovie iOS iPad iPhone ISP javascript jboss judaism location services memcached methodology mobile networking npr parenting performance personal finance photography powershell routing security shabbat shortcuts social media sql sqlserver television tomcat travel-
Recent Posts
- Caught cheating while reading my daughter’s bedtime story
- How I became one of those jackasses with a bluetooth headset
- Trying out GoldieBlox on my five year old daughter
- A parent’s emergency mnemonic for bolting out the door with kids
- TripIt Pro is absolutely worth the money, even if you travel infrequently
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
RSS
Categories
Meta
Tag Archives: .NET
Solved: Bug in memcached client library .Net port causes inconsistent key distribution
Memcached is most popularly used in php and java applications, but it’s a great technology that can integrate with anything. For those with programs in the .Net world, there is a .Net memcached client library, which is a port called … Continue reading
Performance: generate web traffic load using a powershell script
The other day, I found myself wanting a quick and dirty way to throw a controlled amount of load against a server for the purpose of tuning some thread settings. What I wanted was to simulate varying numbers of concurrent … Continue reading
Solved: Invoke a cygwin script from an asp.net web application and stream the output to the browser in real time
For back-end system monitoring like log analysis, I frequently use cygwin scripts to process data. These tools are often useful for diagnosing issues or checking whether a problem could be specific to one server in a pool. I’ve wanted to … Continue reading
Debugging: Use Fiddler and WebProxy to debug HttpWebRequest / HttpWebResponse issues in ASP.NET
We recently found ourselves debugging code that was making web requests to another server. If we hit the server manually in a web browser, it worked fine, but when we ran it through the code simulating the request using HttpWebRequest, … Continue reading
Solved: ASP.NET Web Services using POST only work on localhost by default
This information isn’t exactly secret, but it took a bit of googling around to piece the answer together, so I wanted to share it in a more condensed form. We are in the process of migrating some legacy ASP … Continue reading
Performance: speed up creation of ASP.NET DataSet objects
During some recent performance tuning work, I took a look at a method that was taking around 450 ms. The primary task of the function was to build a relatively large DataSet object, with around 350 rows and over 110 … Continue reading
Performance Tuning: Clear hidden form variables to avoid unnecessarily large post backs #browser #html #javascript
To create rich web applications, it is fairly common to encode data in JSON on the server and then manipulate it using javascript on the client. For example, when creating a rich Datatable in YUI, rather than rendering the data … Continue reading
Recent ASP.NET security patch KB2416471 can break CompositeScript elements
Microsoft released a patch (KB2416471) to fix a security vulnerability where a malicious party could use errors generated in the application to decrypt the data used in certain requests. In theory, the fix should not require changes in the application. … Continue reading
