NetHawk

338
reputation
85 views

Registered User

name NetHawk
member for 1 year
seen Sep 23 at 16:07
website
location
age
Dec
4
awarded  Yearling
Nov
12
awarded  Popular Question
Aug
20
comment Lambda query to reverse order a list by date
Thanks, for the answer. You are both right, but Noldorin was first. Thanks for the code, but the reason that I used the intermediate collection was because I got an error saying my data source must implement ICollection or can perform data source paging if AllowPaging is true.
Aug
20
asked Lambda query to reverse order a list by date
Jun
26
comment Is there any Open Forum software that uses the ASP.NET membership Provider
Requests for info and suggestions on a component for programming is aren't usually tagged not-programming-related stackoverflow.com/questions/885186/… stackoverflow.com/questions/953714/… stackoverflow.com/questions/342614/… stackoverflow.com/questions/241575/… stackoverflow.com/questions/242606/…
Jun
23
revised Is there any Open Forum software that uses the ASP.NET membership Provider
Title
Jun
23
awarded  Cleanup
Jun
23
asked Is there any Open Forum software that uses the ASP.NET membership Provider
Jun
23
asked How do I know when a session has ended when sessionState != InProc
Jun
18
answered When do you believe software AIs will truly be able to pass the Turing Test?
Jun
18
comment Jargon: expressions you use among programmers in non-work context?
Also: iterate and increment are two common programmer words that you might use in a regular sentence most people don't seem to understand.
Jun
18
answered Is writing specifications for hobby projects the only way for them to be finished?
Jun
18
comment Is writing specifications for hobby projects the only way for them to be finished?
I hope this doesn't get closed, I am interested in this too.
Jun
16
comment Session and app pool: an ASP.NET app that stores and displays images
Sorry for the late reply. I mean using the Solution Explorer interface.
Jun
16
revised GDI+ resizing for Pixel zoom
correction, wiki; deleted 2 characters in body
Jun
15
comment Should I precompile ASP.NET 2.0 sites before deployment or not?
Thanks, Rob. I'm voting this up as a good counterpoint and defiantly useful. This does seem like good process, and our whole system here is really ad-hoc. You are correct that we use SS here, and I would love to use something better.
Jun
15
comment Should I precompile ASP.NET 2.0 sites before deployment or not?
I am not sure that is either of those statements is entirely true.
Jun
15
comment Should I precompile ASP.NET 2.0 sites before deployment or not?
Thanks, Steve. Is every page compiled separately? It seems like the performance hit is all on the first request.
Jun
15
comment Should I precompile ASP.NET 2.0 sites before deployment or not?
The apps aren't very large, really just a few pages and assemblies. I've tried to access some on the server that weren't precompiled and just deployed. The time it takes to access those ones was noticeable (I was looking for it), but not that bad. Most of them also don't see a lot of access.
Jun
15
comment Should I precompile ASP.NET 2.0 sites before deployment or not?
Actually, Ishtar, It is almost trivial to decompile a .NET assembly with Reflector. Since the webserver doesn't serve files that should be protected in ASP.NET, like .cs files and your web config, is that really a big advantage? I agree that performance is the most popular concern. Thanks for your answer.
Jun
15
comment Should I precompile ASP.NET 2.0 sites before deployment or not?
Agreed, but I'm trying to make improvements where I can. Having bigger organizational problems that I can't solve is no reason not to bother with things I can influence at my level.
Jun
15
asked Should I precompile ASP.NET 2.0 sites before deployment or not?