John Sheehan
|
Registered User
|
Follow me on TwitterRead my blogVisit managedassembly.com - A community for .NET developers.I work for Treefort building web and digital signage applications primarily using .NET, C#, SubSonic, and jQuery. I am also the founder of RIM Systems, maker of SnapLeague, a web-based league management system for recreational athletics. |
|
7h |
comment |
Equivalent of URL parsing PCRE regex for .NET Nice work :) Thank you! |
|
7h |
comment |
Equivalent of URL parsing PCRE regex for .NET Also, I think you'll find yourself enjoying SO more if you just take questions at face value and don't make assumptions about the asker, especially those that have been around a long time. The way this question is posted is 100% intentional. And I got my answer in < 10 minutes so I'd call this a success. |
|
7h |
comment |
Equivalent of URL parsing PCRE regex for .NET I could figure it out, but I am choosing to spend my time elsewhere. Plus I think this could help other people in the future. |
|
7h |
asked | Equivalent of URL parsing PCRE regex for .NET |
|
Dec 18 |
comment |
Injection question when using Ninject 2 in ASP.NET MVC application Added code and tried to clarify better |
|
Dec 18 |
revised |
Injection question when using Ninject 2 in ASP.NET MVC application added 478 characters in body; added 79 characters in body; added 22 characters in body; added 216 characters in body |
|
Dec 18 |
comment |
Injection question when using Ninject 2 in ASP.NET MVC application Yeah I'm doing that. I'll update the question |
|
Dec 18 |
asked | Injection question when using Ninject 2 in ASP.NET MVC application |
|
Dec 17 |
awarded | ● Nice Answer |
|
Dec 15 |
awarded | ● Nice Answer |
|
Dec 10 |
comment |
Forms Authentication and POST requests from AJAX You'll also need to call setInterval again within ping() if you want it to run more than once |
|
Dec 10 |
comment |
Forms Authentication and POST requests from AJAX you can do just setInterval(ping,60000); passing a string to setInterval is not recommended as it's the equivalent of eval() |
|
Dec 9 |
asked | How can I call Edit.FormatDocument on a file from within a T4 template? |
|
Dec 9 |
comment |
How to automatically determine best .NET type match of a value It won't be the end of the world. There's only so many CLR types you can represent in XML. I learned that when writing my own deserializer :) |
|
Dec 9 |
comment |
How to automatically determine best .NET type match of a value I have a feeling I'm going to end up having a list of supported types and just checking them one by one using a bunch of TryParse calls until one works and using that. |
|
Dec 9 |
comment |
How to automatically determine best .NET type match of a value Check out RestSharp (restsharp.org) and it might make more sense as a use case. The WCF REST Toolkit has a 'Paste XML as Types' function that does this, so I know it's possible. |
|
Dec 9 |
asked | How to automatically determine best .NET type match of a value |
|
Dec 8 |
revised |
ValidateRequest not working editing so i can undo my downvote |
|
Dec 8 |
comment |
ValidateRequest not working I like the updated answer, but it says my downvote is too old to undo. |
|
Dec 8 |
comment |
ValidateRequest not working Sorry, -1. You should never pass HTML in a querystring. |
|
Dec 8 |
answered | ValidateRequest not working |
|
Dec 7 |
comment |
Hidden Features of ASP.NET There's no setting for that. You'll have to manage the config differences using other methods (Web Deployment Projects, Build tasks, etc) |
|
Dec 6 |
awarded | ● Mortarboard |
|
Dec 2 |
revised |
how to know click event has been fired or not in jquery? added 44 characters in body |
|
Dec 1 |
accepted | Subsonic 3 - how do you execute a stored procedure that returns a value? |
|
Nov 30 |
comment |
Are there any good reasons NOT to use jQuery instead of plain old JavaScript? I want to vote to close as 'Subjective and Argumentative' but can't pull the trigger for some reason. I think the question has merit, but maybe should have been community wiki since it's a poll. |
|
Nov 30 |
comment |
Are there any good reasons NOT to use jQuery instead of plain old JavaScript? Similar question: stackoverflow.com/questions/471597/… |
|
Nov 30 |
comment |
How to redirect with HttpContext If you're just using WAP, you can create this class anywhere in the proejct. |
|
Nov 30 |
comment |
How to redirect with HttpContext As long as you only have one requirement sure. If you have more than one module-type requirement the Global.asax file gets really cluttered. This gives you something reusable between projects too. |
|
Nov 30 |
revised |
How to redirect with HttpContext deleted 17 characters in body |
|
Nov 30 |
comment |
How to redirect with HttpContext That's a good point, I'll update it. (I just whipped this up quick from memory and couldn't remember the details) |
|
Nov 30 |
answered | How to redirect with HttpContext |
|
Nov 30 |
comment |
How to 301 redirect Feel free to accept the answer ;) |
|
Nov 30 |
asked | Mark a folder as ‘Permanent’ in VS Setup Project |
|
Nov 29 |
comment |
How to 301 redirect This will only work for requests processed by ASP.NET |
|
Nov 29 |
answered | How to 301 redirect |
|
Nov 29 |
comment |
jQuery attr method failing to add attribute. He shouldn't have to do that. Setting attributes effects all selected elements: docs.jquery.com/Attributes/attr#keyvalue |
|
Nov 29 |
accepted | Minimizing use of explicit padding style attributes |
|
Nov 24 |
comment |
Partial View getting URL paramater Need some more code. Is the partial rendered inside the form being submitted? |
|
Nov 24 |
revised |
Partial View getting URL paramater edited tags |
|
Nov 20 |
answered | How do you Debug/Run classic asp pages in Visual Studio 2008? |
|
Nov 20 |
comment |
Detect DNS Redirect in .NET Since OpenDNS simulates a successful request I doubt you'll be able to tell without looking for it specifically like David mentions. |
|
Nov 20 |
answered | Detect DNS Redirect in .NET |
|
Nov 20 |
revised |
Detect DNS Redirect in .NET added 46 characters in body |
|
Nov 17 |
accepted | Is Linq to SQL dying? |
|
Nov 16 |
answered | How to call Eval in codebehind? |
|
Nov 14 |
revised |
fail to get yahoo stock quote by Ajax added 96 characters in body |
|
Nov 14 |
answered | Is Linq to SQL dying? |
|
Nov 14 |
comment |
Embedding C# code using <%= code %> within javascript <script> tags Post some code. There's nothing stopping you from using <%=%> inside javascript. There's no intellisense support in 2008 (not sure if they fixed this in 2010 or not). Without a code sample, there's no way to help. |
|
Nov 13 |
accepted | ASP.NET MVC - Error wish to use a property of a control model |
