FlySwat

23,068
Reputation
1926 views

Registered User

Name FlySwat
Member for 1 year
Seen 38 mins ago
Website
Location Issaquah
Age
I am a primarily .NET developer working for a large Seattle based corporation. However, I have a large amount of interest in most fields of development, and enjoy programming in various languages.
4h
awarded  Good Question
4h
awarded  Nice Answer
8h
awarded  Popular Question
Nov
11
awarded  Popular Question
Nov
8
revised Exposing WCF Services Via HTTP when not hosted in IIS
added 2642 characters in body
Nov
8
comment Exposing WCF Services Via HTTP when not hosted in IIS
It seems to work, but browsing to the endpoint gives me a "Cannot connect to this website" error, instead of pulling up service information.
Nov
8
revised Exposing WCF Services Via HTTP when not hosted in IIS
added 120 characters in body
Nov
8
asked Exposing WCF Services Via HTTP when not hosted in IIS
Oct
30
awarded  Notable Question
Oct
29
awarded  Notable Question
Oct
28
accepted ‘Design By Contract’ in C#
Oct
20
accepted Keeping queries out of JSP - how?
Oct
16
awarded  Popular Question
Oct
8
accepted How do I prevent and/or handle a StackOverflowException? (C#)
Oct
5
awarded  Popular Question
Oct
2
awarded  Good Answer
Sep
25
awarded  Popular Question
Sep
22
awarded  Popular Question
Sep
20
awarded  Nice Question
Sep
20
revised DoubleClick/YieldManager/Ad.com Tracking Pixels - What exactly do they track?
edited tags
Sep
20
comment DoubleClick/YieldManager/Ad.com Tracking Pixels - What exactly do they track?
I'm looking at it from a programming perspective, the marketing team wouldn't know what it does either. I want to know how they work.
Sep
20
asked DoubleClick/YieldManager/Ad.com Tracking Pixels - What exactly do they track?
Sep
15
awarded  Popular Question
Sep
14
awarded  Notable Question
Sep
8
comment Generic Key/Value pair collection in that preserves insertion order?
Not generic, but looks close enough. Thanks.
Sep
8
asked Generic Key/Value pair collection in that preserves insertion order?
Sep
8
awarded  Popular Question
Sep
8
comment Embed mIRC Color codes into a C# literal?
A mirc color code is simply a special character inserting into a string that most irc clients parse and then colorcode appropriately.
Sep
8
asked Embed mIRC Color codes into a C# literal?
Sep
2
accepted Asp.net User Control with underlying control editor functionality
Sep
1
answered Asp.net User Control with underlying control editor functionality
Sep
1
comment how to make string value accessible from one area to another in C# Silverlight App
Says the man who told him to use a Singleton...speaking of bad form.
Sep
1
comment how to make string value accessible from one area to another in C# Silverlight App
His issue was not really silverlight related, it was a general misunderstanding between the concept of a type and an instance. I was guiding him towards the larger issue without focusing on the specific implementation. Regardless, I have clarified using the provided silverlight static class.
Sep
1
revised how to make string value accessible from one area to another in C# Silverlight App
deleted 32 characters in body
Sep
1
comment how to make string value accessible from one area to another in C# Silverlight App
I wasn't saying he needs to instanciate an App, I was saying he needs to use the provided instance.
Sep
1
revised how to make string value accessible from one area to another in C# Silverlight App
added 48 characters in body
Sep
1
answered how to make string value accessible from one area to another in C# Silverlight App
Sep
1
awarded  Popular Question
Aug
31
awarded  Popular Question
Aug
31
comment How to subscribe to page events in Web Application Page
Stop using the designer....seriously.
Aug
30
comment Strip all punctuation from a string in VB.net
Google for VisualBasic string escape rules.
Aug
30
comment Strip all punctuation from a string in VB.net
LOL Guffa. Mine has merit in that the Regex is shorter and easier to modify.
Aug
30
comment Strip all punctuation from a string in VB.net
Escape with a \ in C#, I don't know about VB.
Aug
30
comment Strip all punctuation from a string in VB.net
You'll need to use Imports System.Text.RegularExpressions
Aug
30
revised Strip all punctuation from a string in VB.net
added 63 characters in body; added 55 characters in body; deleted 1 characters in body
Aug
30
comment Strip all punctuation from a string in VB.net
I'd use a positive match, not a negative match, personally.
Aug
30
answered Strip all punctuation from a string in VB.net
Aug
30
accepted Get Assembly Names in Current Application Domain
Aug
30
revised Get Assembly Names in Current Application Domain
deleted 5 characters in body; deleted 64 characters in body
Aug
30
comment Get Assembly Names in Current Application Domain
That still returns "MsCorLib"