How to User HttpHandler such as .ashx file with IIS7 Integrated Mode, Webfarm Environment
Saturday 6 September 2008 @ 10:20 am
Recently, we’ve moved our hosting for the Silicon Valley Code Camp to MOSSO, which is a hosted web farm.  In order to run modules and handlers, it seems it’s necessary to run in IIS7’s integrated mode.  Once this is set, other small issues creep up like for example you can no longer run HttpHandler’s [...]

How to do URL Rewrites with ASP.NET 2.0 3.0 3.5 on IIS6 and IIS7 and What is Wild Card Mapping
Sunday 24 August 2008 @ 10:19 pm

A Step by step tutorial on how to use WildCard Mapping for processing URL requests. It includes how to set it with IIS6 and IIS7. It also discusses the theory behind how it works and talks about a great open source packaged called URLRewriter.Net. Basically, how to resolve http://mydomain.com/Home to http://mydomain.com/HomeSite/Home.aspx which looks so much nicer.



How to find your temporary asp.net executing assemblies location
Monday 18 August 2008 @ 12:22 pm
Seems, I keep forgetting where the temporary files asp.net uses. The reason it’s nice to know is sometimes you may want to open them with Reflector to see the generated code.  Also, sometimes, you want to delete those files because asp.net is confused and is reusing old ones.  So, here is the magic lines of [...]

Using MapPath with WCF Service, Setting aspNetCompatibilityEnabled to true
Monday 18 August 2008 @ 10:05 am
I’m just starting out using WCF in an application for the first time.  I’m using Visual Studio 2008 sp1 and created an asp.net web site from the standard create project wizard.  I then created a simple AJAX–enabled WCF Service as follows: I then added some code to the service that looks like the [...]
Comments (0) - Posted in C#, JavaScript, WCP  


Convert Garmin 705 Navigator TCX Format using LINQ to XML and Data Objects - Article 1
Saturday 16 August 2008 @ 4:51 pm

In this post, we will discuss what is necessary to convert the file created from a Garmin 705 navigator to C# .net Data Objects. We will use LINQ to XML to perform this function

Comments (0) - Posted in ASP.NET 3.5, Garmin, LINQ, XML  


Assigning a Custom Label Value in a ASP.NET GridView Using ObjectDataSource
Wednesday 6 August 2008 @ 7:10 am
In my previous post, Assigning a DropDownList Value in a ASP.NET GridView Using ObjectDataSource, I discussed how to put a DropDownList value in a GridView.  As I explained, my motivation was to answer a common question that appears on often on the forums.  If you are wondering what my process is for deciding what to [...]

Assigning a DropDownList Value in a ASP.NET GridView Using ObjectDataSource
Tuesday 5 August 2008 @ 4:57 pm
As a moderator in the asp.net forums, I often see the same or similar questions.  The answer to this question is pretty straight forward but not 100% obvious so I thought I’d do a post about in the hopes that with a couple key words, people will find the answer.  The title basically says it [...]

Untangle Partners with InstallFest Fro Schools at LinuxWorld San Francisco, Free Conference Day!
Monday 4 August 2008 @ 8:50 am
Untangle, a network software company in San Mateo California,  specializing in open source firewall software, has partnered with IDG World Expo to donate used laptops to schools in need.  In exchange, those that donate their computers will get a free conference day at LinuxWorld.  Below is a clipping from today’s San Jose Mercury News Advertising [...]
Comments (0) - Posted in Charity  


Seeing All @Replies From Twitter
Sunday 3 August 2008 @ 2:52 pm

Customize your Twitter options so that you see any time anyone (even someone you do not follow) Tweet’s with your name in the @reply field

Comments (0) - Posted in Twitter  


Using Google Reader Offline
Sunday 27 July 2008 @ 7:08 am

A review of using Google’s offline news reader. The story of how I switched from Bloglines to Google Reader, then finally to the offline Google Reader

Comments (0) - Posted in News Reader, RSS, Tools  


Next Page