Joshua Hudson

497
reputation
62 views

Registered User

name Joshua Hudson
member for 1 year
seen 5 hours ago
website
location Olympia, WA
age 28
Just a developer... :)
Sep
29
awarded  Popular Question
Sep
14
awarded  Yearling
Sep
9
accepted GridView - Show headers on empty data source.
Sep
8
awarded  
Sep
7
comment Renewing a wildcard SSL certificate in IIS 6 (1024 to 2048 bit)
This should be asked on serverfault.com. I dont' have enough rep to move it though.
Sep
5
comment GridView - Show headers on empty data source.
This would be a good question. You won't get any responses asking a question in response to another question.
Sep
2
revised File Transfer using FTP
clarity; deleted 40 characters in body
Aug
27
comment Logging all yellow screen of deaths, even when its a compilation problem
Great question. If things die very early in an app it is hard to even try to log. Looking forward to what others have to say.
Aug
17
comment ASP.net - membership
Correction: Not ASP.net page, I meant ASP.net tab.
Aug
17
comment ASP.net - membership
Ahh yes, that would be use if you were using IIS to host your pages. When you click on the virtual directory for your site in IIS there is a new ASP.net page. Since i'm assuming you are just using the built in visual studio host (You click run or debug and the page just opens), you can just edit the web.config.
Aug
17
comment ASP.net - membership
google the aspnet_regsql.exe command. It is used to create all the tables you need. Here is a pretty good walkthrough for using it with sql 2000. weblogs.asp.net/scottgu/archive/…
Aug
17
answered ASP.net - membership
Aug
14
comment accessing localhost??
Can you clarify? You want others outside your modem to go through the dynamic ip and load your site, but if you are internal you want it just to load the localhost? Also internal to your pc? Or from any machine on your network?
Aug
12
comment Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?
Then we must agree to disagree and be done with it.
Aug
12
comment File Transfer using FTP
Jon Skeet for the win! :)
Aug
12
revised File Transfer using FTP
clarity
Aug
12
answered File Transfer using FTP
Aug
12
comment Are there any projects with source code to download, developed in mvc framework ?
Got me by like 18 seconds. +1
Aug
12
comment How can i make pictureboxe on the form more fastly on runtime in .net winforms?
I agree with Charlie. He gave some good examples of how to fix your problem. Load the files into memory first and then add them to the panel. Plus do this operation on a background thread or separate thread so that the app does not freeze while you load 20 - 30 images.
Aug
12
comment Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?
@Aaron. Just remember your ABC's of WCF and you are good to go (Address, Binding, Contract). The benefits FAR outweigh the learning. Also since you are writing contracts you think more about the data you are going to expose with your services, which is always a plus. Finally, the ability to expose a service with multiple bindings really is the slick part.
Aug
12
comment How can i make pictureboxe on the form more fastly on runtime in .net winforms?
Can you clarify. What do you mean it is taking to much time. Do you see flicker on the screen, or is your app blocking (freezing up) while the pictures draw?
Aug
12
comment Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?
I did some more looking on this topic and found some discussion here: weblogs.asp.net/jasonsalas/archive/… One of the comments states what I was trying to get at, though I was not as clear as I should of been. See final comment by Jason. Since Microsoft developed the entire stack (ASMX server side + the client implientation of the proxy), this is a guess but they could have put the restriction in on the server since the client could not handle it. I will agree to agree with you on that we can only base our answers on guesses and be done with it.
Aug
12
comment Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?
@John Your final statement is correct. I see what you were saying now about the "There is no correspondence between the client-side proxy and the server-side web service" now with your further explanation. You are correct that the two speak via SOAP. However, I was merely making a suggestion that a possible reason the server side would not support this is in fact due to client implementation.
Aug
11
comment Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?
Atarikg, WCF supports basic webservices in it's implementation as well as much more more (It is a huge, full framework). It is pretty slick. I'm not sure if static methods are allowed in a WCF service though off the top of my head.
Aug
11
comment Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?
I believe so atarikg. I don't work for Microsoft, nor am I a member of the .NET team, but I would think anything to keep web services simple while avoiding overhead would be a good reason to make this restriction.
Aug
11
comment Better word for inferring variables other than var - C#
Haha it should just be "v": v dog = new Dog(); would be much better!
Aug
11
answered Better word for inferring variables other than var - C#
Aug
11
comment Getting value of Radio buttons with Master Pages
Oops sorry for my downvote. It was by accident and I cant' reverse it now. Good answer!
Aug
11
comment Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?
"There is no correspondence between the client-side proxy and the server-side web service instance." If this is the case how do the two even speak to each other...
Aug
11
comment Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?
My answer answers his question in way I think helps explain why static methods on the server side would not work. Just saying that web services are designed so they can't does not say why they were designed that way in the first place.
Aug
11
answered Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?
Aug
5
awarded  Nice Answer
Jun
20
awarded  Notable Question