ahsteele

1,514
reputation
468 views

Registered User

name ahsteele
member for 10 months
seen 34 mins ago
website
location US
age 28
The majority of my development efforts are geared towards creating data driven enterprise applications using ASP.NET and C#.
21h
accepted Using WCF to consume service and receieving varying errors depending on binding configuration
21h
answered Using WCF to consume service and receieving varying errors depending on binding configuration
1d
revised Using WCF to consume service and receieving varying errors depending on binding configuration
small change for clarity
Dec
18
revised Using WCF to consume service and receieving varying errors depending on binding configuration
deleted 56 characters in body
Dec
16
comment Using WCF to consume service and receieving varying errors depending on binding configuration
Added end point clarification. Any help is greatly appreciated.
Dec
16
revised Using WCF to consume service and receieving varying errors depending on binding configuration
formatting and small content addition
Dec
16
comment Using WCF to consume service and receieving varying errors depending on binding configuration
Yes it is an https / ssl endpoint. I am not the maintainer of the service I am trying to consume. For what it's worth I believe it is written in Java and hosted on a WebLogic server.
Dec
16
asked Using WCF to consume service and receieving varying errors depending on binding configuration
Dec
15
comment How can I make a redirect page In jQuery?
This doesn't appear to be an answer to the original poster's question.
Dec
11
comment Limit RemoveAll to a certain number of objects
Sweet that's almost more clear.
Dec
11
comment Limit RemoveAll to a certain number of objects
Without testing this does i get reset to 0 upon each iteration? It seems like it would work for the first find but wouldn't afterwards.
Dec
11
comment Limit RemoveAll to a certain number of objects
With @Randolpho's modification this works like a charm. Otherwise a .ToList had to be appended to matches before using ForEach. I had never seen the Take extension method. Thank you for pointing it out!
Dec
11
revised Limit RemoveAll to a certain number of objects
fixed error in code
Dec
11
asked Limit RemoveAll to a certain number of objects
Dec
8
comment Efficent way of retrieveing HttpWebResponse and putting it in XDocument
Good idea about handling WebException. That said, what would your suggested modification be for an asynchronous request?
Dec
8
answered jQuery hover and fadeTo effect is slow in IE 8
Dec
8
asked Efficent way of retrieveing HttpWebResponse and putting it in XDocument
Dec
7
comment jQuery set value only if empty
$('.foo[value=""]').val(fooVal); works in IE but not in Firefox while $(".foo[value='']").val(fooVal); works in both. Why is that?
Dec
7
asked jQuery set value only if empty
Dec
6
comment Should an intranet web application utilize a CDN
check the About and FAQ to more fully understand the site's workings. If you want to discuss them try meta.stackoverflow.com
Dec
5
comment Should an intranet web application utilize a CDN
Stack Overflow doesn't work like most forums in that answers are not intended for continuing threads.
Dec
3
revised Remove row from one table and add it to another with jQuery
deleted 389 characters in body
Dec
3
comment Remove row from one table and add it to another with jQuery
Unfortunately, this does not work. The fadeout still occurs but the row is not appended to the NewTableBody.
Dec
3
comment Remove row from one table and add it to another with jQuery
Unfortunately, this does not work. The fadeout still occurs but the row is not appended to the NewTableBody.
Dec
3
asked Remove row from one table and add it to another with jQuery
Dec
2
comment Return an empty collection when Linq where returns nothing
Thanks for pointing me in the right direction by asking if I was sure I was looking in the right place.
Dec
2
comment Return an empty collection when Linq where returns nothing
The error had to do w/ the way MachineList was being built. I had been consuming this method from another developer and hadn't checked the way it was being built up. Thanks for pointing me in the right direction by asking if I was sure I was looking in the right place.
Dec
1
revised Return an empty collection when Linq where returns nothing
added clarity
Dec
1
comment Return an empty collection when Linq where returns nothing
Added some additional information to my question that might shed some light on what's going on. That said, I think I might be bordering on needing to open a new thread.
Dec
1
revised Return an empty collection when Linq where returns nothing
added additional information, clarity, and discareded unneeded tag
Nov
30
revised Return an empty collection when Linq where returns nothing
added 615 characters in body
Nov
30
comment Return an empty collection when Linq where returns nothing
That's what I thought. I've modified my question to reflect a modification that throws the same error.
Nov
30
asked Return an empty collection when Linq where returns nothing
Nov
30
comment DefaultIfEmpty but in declarative?
Typically just let them sit. As the owner you can vote to delete the question but best bet is to just let it sit out there.
Nov
24
comment Using the conditional operator in conjunction with IsAjaxRequest to return ActionResult
I learned several things from your answer. Thank you.
Nov
24
comment Using the conditional operator in conjunction with IsAjaxRequest to return ActionResult
I would have thought so but I get a compiler error if don't cast Json to ActionResult
Nov
24
revised Using the conditional operator in conjunction with IsAjaxRequest to return ActionResult
modified code
Nov
23
revised Using the conditional operator in conjunction with IsAjaxRequest to return ActionResult
added clarity
Nov
23
asked Using the conditional operator in conjunction with IsAjaxRequest to return ActionResult
Nov
23
comment Html.BeginForm and HTML Attributes w/o specifying Controller and Action
No reason other than trying to follow examples. I prefer your suggested method to Html.BeginForm. @CodeMonkey how could you tell I am a new user of ASP.NET MVC? :)
Nov
23
asked Html.BeginForm and HTML Attributes w/o specifying Controller and Action
Nov
23
comment State of Ruby on Rails Community and Framework
Absolutely the influence of Rails is immeasurable. I am looking at you at you ASP.NET MVC. Further, while the MVC design pattern has existed forever Rails can be credited for largely reintroducing it to the web development world.
Nov
23
asked State of Ruby on Rails Community and Framework
Nov
17
comment Using a method in seeds.rb in Ruby On Rails
+1 for the explanation about how .rb files without a class definition get wrapped in an anonymous ruby class
Nov
17
asked Using a method in seeds.rb in Ruby On Rails
Nov
17
comment How to get a random number in Ruby?
What's funny is that this post is now the first Google result.
Nov
13
accepted The before_destroy callback prevents child records from being deleted in Ruby on Rails
Nov
12
answered The before_destroy callback prevents child records from being deleted in Ruby on Rails
Nov
12
revised The before_destroy callback prevents child records from being deleted in Ruby on Rails
fixed grammar
Nov
12
revised The before_destroy callback prevents child records from being deleted in Ruby on Rails
added tests