RhythmAddict

Stories submitted by RhythmAddict

iHttpHandler vs. iHttpAsyncHandler(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 3 years, 4 months ago

An explanation on the IHttpAsyncHandler and explanation of when it does (and doesn't) make sense to use. read more...

add a comment |category: |Views: 44

tags: another

Lesser Known ASP.NET Performance Tips (geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 3 years, 4 months ago

A small collection of less-popular ASP.NET Performance Tips. read more...

2 comments |category: |Views: 833

tags: another

A [Real World] Abstract Factory Example(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 3 years, 5 months ago

A concise example of a real-world, useful way to use the abstract factory pattern. read more...

add a comment |category: |Views: 608

tags: another

SqlSiteMapProvider in VB.NET(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 3 years, 6 months ago

Ported over from the MSDN article - this is a custom SqlSiteMapProvider that enables you to store your navigation in the DB. read more...

add a comment |category: |Views: 163

tags: another

Send e-mail with attachment from database image column (geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 3 years, 6 months ago

Code snippet on how to send an email with an attachment that is stored in your DB as in Image column. read more...

add a comment |category: |Views: 63

tags: another

Google Search Appliance API in VB.NET(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 3 years, 6 months ago

An VB.NET based API to wrap Google Search Appliance functionality transparently into your application. Ported from the C# code project on CodePlex. read more...

add a comment |category: |Views: 265

tags: another

Convert C# To ActionScript (and JavaScript, and Java...)(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 3 years, 6 months ago

The jsc library helps you convert your C# code to actionScript and a number of different languages. Interesting. read more...

add a comment |category: |Views: 399

tags: another

Extension Methonds (A pretty way to HTML Encode)(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 3 years, 6 months ago

This short entry depicts an example of using .NET 3.0 extension methods to extend the String class and HTMLEncode(). This means you can HTMLEncode() by doing something like .ToString().HTMLEncode() read more...

add a comment |category: |Views: 17

tags: another

ASP.NET (C#) Client side AND server side image cropping(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 3 years, 8 months ago

This article gives full-source code + demo on how to do client & server side image cropping with ASP.NET read more...

add a comment |category: |Views: 139

tags: another