Tag Archives: asp.net

Coldfusion and ASP.NET coexisting on IIS, where’d WebResource.axd go?

My Monday morning WTF comes from IIS7 on Windows 7.  I recently installed Coldfusion9 on this machine which has a handful of existing ASP.NET 3.5 web applications.  The problem I ran into came after installing Coldfusion9 and electing to configure … Continue reading

Posted in .net, adobe, coldfusion, development, microsoft, tips and tricks | Tagged , , , , , | 13 Comments

How to JOIN two tables using LINQ to SQL

Wanted to share this since it gave me so much trouble figuring out.  It’s a simple SQL query ported to LINQ to SQL that joins two tables to return a filtered listed of data. Here are the tables from my … Continue reading

Posted in .net, C#, database, development, microsoft, SQL, tips and tricks | Tagged , , , , , , | 6 Comments

Create a delimited list of SortedList Keys in C#

I love C#, but miss the simplicity of PHP sometimes.  Specifically when dealing with collections.  Recently I ran into a situation where PHP’s implode would have been perfect, but I wasn’t able to find any quick and easy built in … Continue reading

Posted in .net, C#, php | Tagged , , , , | 4 Comments

Send custom objects from Flash to ASP.NET web service ( asmx )

I came across a new server message today – “The test form is only available for methods with primitive types or arrays of primitive types as parameters” While working with flash and asp.net web services I learned that you can … Continue reading

Posted in .net, C#, flash platform, microsoft | Tagged , , , , , | Leave a comment