Scott Hanselman

4,392
reputation
2605 views

Registered User

name Scott Hanselman
member for 1 year
seen Dec 17 at 5:00
website
location US
age 35
I am a programmer.
Dec
6
awarded  Mortarboard
Nov
11
accepted A custom ActionResult for a multi-part http response?
Nov
9
awarded  Necromancer
Oct
31
accepted Where can I Find GOOD ASP.NET tutorial(or books) online?
Sep
28
awarded  Nice Answer
Sep
16
awarded  Yearling
Sep
11
awarded  Good Answer
Sep
3
awarded  Enlightened
Aug
28
awarded  Necromancer
Aug
13
answered How to index your Silverlight application in search engine?
Aug
5
accepted How do you test your ASP MVC apps for user based security?
Jul
30
comment Having an issue understanding why NerdDinner MVC is returning an error
Is the 404 happening on the GET or the POST? The first method is for the GET, the second is for the POST. As blowdart says, we're not CHANGING the edit method, but ADDING a second one.
Jul
14
awarded  Nice Answer
Jul
3
awarded  Nice Answer
Jul
3
accepted ASP.net C# Multiple Documents on One Response Object
Jul
3
answered A custom ActionResult for a multi-part http response?
Jul
3
answered Hidden Features of ASP.NET
Jul
3
comment Hidden Features of ASP.NET
Yep, that's pretty ghetto. ;)
Jul
3
answered Do you ever try to explain how fun programming is?
Jul
3
answered Detect View or PartialView in controller
Jul
3
answered ASP.net C# Multiple Documents on One Response Object
Jul
3
answered How come that Chrome doesn’t render certain sites
Jul
3
answered Redirect to Refer on Partial View Form Post using ASP.NET MVC
Jul
3
comment Environment.TickCount vs DateTime.Now
As an unrelated aside, if you DO use DateTime for Date-related math calculations, always use DateTime.UtcNow as DateTime.Now is susceptible to Daylight Savings Time...your calculations could be off by a hour, or worse, negative numbers.
Jun
29
awarded  Nice Answer