spender
|
Registered User
|
Company director, specialising in c#/.net and flash based solutions
|
|
6h |
answered | function that returning index position of string after match found C# |
|
1d |
answered | Timing a set of methods - the second time they are run, they are quicker. |
|
1d |
comment |
ASP .net (IIS 7) web site hanging after reboot Perhaps try to eliminate the SQL session state by reverting temporarily to in-process state? |
|
1d |
comment |
ASP .net (IIS 7) web site hanging after reboot Where does the db sit in all of this? |
|
1d |
comment |
ASP .net (IIS 7) web site hanging after reboot What happens when you hit one of the webservers directly? |
|
2d |
revised |
avoid compiling whole asp.net project? added 1 characters in body |
|
Dec 2 |
revised |
How to most elegantly iterate through parallel collections in C#? added 323 characters in body; added 63 characters in body |
|
Dec 2 |
answered | How to most elegantly iterate through parallel collections in C#? |
|
Dec 1 |
accepted | Upgrading / Patching .Net Mvc |
|
Nov 30 |
answered | Adding Silverlight MimeType using adsutil |
|
Nov 30 |
answered | Network Load Balancing (NLB): is it suitable for “stateful” ASP.NET applications? |
|
Nov 30 |
comment |
HTML scraper to remove and modify html pages? I'd suggest that your mistrust of HTMLAgility pack is misplaced. Once you convert to XML, you're using standard .Net XML manipulation which doesn't require a knowlege of XPath, is well documented, efficient, reliable and about as simple as it gets. Using the technique above means you need know very little about HTMLAgility pack. It works. We use this technique to good effect. |
|
Nov 30 |
answered | HTML scraper to remove and modify html pages? |
|
Nov 29 |
revised |
Python: How to shutdown a threaded HTTP server with persistent connections (how to kill readline() from another thread)? edited title |
|
Nov 29 |
comment |
How to split strings on carriage return with C#? Is there a guarantee that this wouldn't first split by \n, leaving \r\n reduced to \r? |
|
Nov 29 |
comment |
Asp.net session state server with SQL Server Bingo. I was under the impression that session state also is responsible for maintaining forms authentication (I'm running a few servers under a balancer). Session state is indeed being saved (just unused on the pages I was testing). What I actually needed to do was set the same machineKey keys to preserve authentication as users are shunted between nodes of my farm. A severe case of RTFM. |
|
Nov 29 |
comment |
Asp.net session state server with SQL Server +1 for not requiring the state service. See comments under marcc's post to learn of my stupidity! |
|
Nov 28 |
asked | Asp.net session state server with SQL Server |
|
Nov 26 |
answered | Displaying attributes in XML |
|
Nov 26 |
answered | Flex randomly dropping connections to server |
|
Nov 25 |
comment |
Stubbing Sinatra helper in Cucumber Being completely unfamiliar with any of these, I simply congratulate you on your question title. |
|
Nov 24 |
comment |
Most suitable .net Timer for a scheduler I'm looking into the usages of the scheduler. My belief is that all items are submitted in chronological order, so this may indeed be the best fix. |
|
Nov 24 |
asked | Most suitable .net Timer for a scheduler |
|
Nov 23 |
revised |
When programming for an hourly rate, should you keep the timer running while processing code automatically in the background? edited body |
|
Nov 23 |
answered | When programming for an hourly rate, should you keep the timer running while processing code automatically in the background? |
|
Nov 23 |
comment |
Why don’t these two math functions return the same result? What magnitude of difference is there between the two? This isn't the typical floating point accuracy issue that catches so many people out is it? |
|
Nov 22 |
comment |
Should ‘if’ statement always have an ‘else’ clause? They aren't paid per line are they? |
|
Nov 22 |
answered | Should ‘if’ statement always have an ‘else’ clause? |
|
Nov 22 |
comment |
Write a value into PE file Won't the checksum be different once it's written into the file? |
|
Nov 22 |
comment |
Flex/Flash Shoutcast player ok, but the real gold is the semicolon (stream.mp3 is not necessary). looks like you got there in the end. |
|
Nov 19 |
accepted | How risky is development against SQL Server 2008 with production on SQL Server 2005 |
|
Nov 19 |
accepted | Asynchronous processing in SQL Server vs. .NET Asynchronous processing |
|
Nov 18 |
revised |
Text shadow in IE, alternatives added 154 characters in body; added 122 characters in body |
|
Nov 18 |
answered | Text shadow in IE, alternatives |
|
Nov 18 |
answered | Flex/Flash Shoutcast player |
|
Nov 18 |
answered | How to stream a shoutcast radio broadcast in Flash (Shoutcast Flash Player) |
|
Nov 18 |
answered | How to create a thread-safe pool of objects? |
|
Nov 18 |
answered | Flex: image scale stopped working after deploy to server |
|
Nov 18 |
comment |
What’s wrong with word ‘recursion’ in Google Search? Hmm. That's interesting, but a problem with Google and not programming related. Voting to close |
|
Nov 18 |
revised |
.net Satellite assembly? typo in title |
|
Nov 18 |
answered | Inserting a GROUP BY result into another table |
|
Nov 18 |
comment |
Compare Strings in C# ...but there's quite a few other questions waiting to be asked ;) |
|
Nov 18 |
answered | How risky is development against SQL Server 2008 with production on SQL Server 2005 |
|
Nov 17 |
answered | LINQ: When to use SingleOrDefault vs. FirstOrDefault() with filtering criteria |
|
Nov 16 |
accepted | what code should be for comet application on server side |
|
Nov 14 |
comment |
Speeding up lookup of ranges of data from a collection The collection itself is not amazingly large... thousands... but I have thousands of these collections and need to lookup tens/hundreds of date ranges on each one, so speed is of the essence. |
|
Nov 14 |
asked | Speeding up lookup of ranges of data from a collection |
|
Nov 14 |
revised |
Implement a Comet server in C# added 1 characters in body |
|
Nov 14 |
revised |
Asynchronous processing in SQL Server vs. .NET Asynchronous processing added 42 characters in body |
|
Nov 14 |
answered | Asynchronous processing in SQL Server vs. .NET Asynchronous processing |
