harriyott

Stories kicked by harriyott

Adding nodes to ASP.NET sitemap files at runtime(harriyott.com)

submitted by ifitistodosoifitistodoso(75) 5 years, 1 month ago

Adding dynamic nodes to existing ASP.NET sitemap files at runtime by deriving from StaticSiteMapProvider. read more...

add a comment |category: |Views: 134

tags: another

Getting Started with NUnitForms(pksoftware.net)

submitted by mrprkmrprk(370) 5 years, 3 months ago

A simple introduction to unit testing a user interface using NUnitForms. read more...

add a comment |category: |Views: 239

tags: another

The World of Crazy URLs .. Digg.com = 1086311198(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 4 months ago

Digg.com can be accessed by simply typing 1086311198 in the Internet Explorer address bar.. this is a technique used by phishers when sending out fake HSBC emails... Have a look how it's done. read more...

2 comments |category: |Views: 5

tags: another

Ruby on Rails for .NET developers(harriyott.com)

submitted by harriyottharriyott(170) 5 years, 5 months ago

Ruby on Rails sounds cool, but you don't need a Mac to use it. Here's how to get started with Ruby on Rails in Windows, and play with the cool kids. read more...

1 comment |category: |Views: 11

tags: another

Starting the Distributed Transaction Coordinator from C#(harriyott.com)

submitted by harriyottharriyott(170) 5 years, 6 months ago

How to start MSDTC from your winforms application. read more...

add a comment |category: |Views: 34

tags: another

Have you noticed this function in C# 2.0(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 6 months ago

This is really weird, I've been using C# 2.0 since beta 2, and I didn't notice this function in List class Consider the following code. read more...

2 comments |category: |Views: 1

tags: another

WebSnapr provides thumbnailing service (used by dotnetkicks.com)(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 7 months ago

I have added thumbnail previews to story summaries on DotNetKicks.com. The service is provided by websnapr.com. read more...

add a comment |category: |Views: 6

tags: another

SourceSafe and branching in Visual Studio(harriyott.com)

submitted by harriyottharriyott(170) 5 years, 7 months ago

A little gotcha when branching projects read more...

add a comment |category: |Views: 6

tags: another

Free OCR software? You may already have it...(weblogs.asp.net)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

Office 2003 gives you a great little OCR tool. And this can be controlled via .NET read more...

1 comment |category: |Views: 351

tags: another

throw; vs. throw ex; Here's the difference!(mattgollob.blogspot.com)

submitted by dalzieldalziel(6230) 5 years, 7 months ago

The difference is that throw; preserves the original stack trace and throw ex; truncates the stack trace below the method in which the throw ex; call is located. read more...

add a comment |category: |Views: 23

tags: another

Determining which method called me...(irishdev.com)

submitted by harriyottharriyott(170) 5 years, 10 months ago

Using the stack trace to find out the caller. read more...

1 comment |category: |Views: 7

tags: another

Behind the kicks - multiple hosts within one ASP.NET application(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 4 months ago

This is the first in a series of planned articles which cover the implementation of these sites. You may have seen the website in the guise of www.dotnetkicks.com, but it also can be viewed from the following domains: www.kick.ie, www.javakicks.com & www.mozillakicks.com. All of these hosts are mapped to the same ASP.NET application in IIS. read more...

2 comments |category: |Views: 64

tags: another