cribe

Stories submitted by cribe

Testable and reusable cookie access with ASP.Net MVC RC(chwe.at)

submitted by cribecribe(50) 3 years, 3 months ago

This time I will show you, how you can build a fully unit testable and strongly typed way to access your cookies. As there has been Christmas time 2 days ago (ASP.Net MVC RC1 was released gg) I’m using the latest MVC bits for my example! read more...

add a comment |category: |Views: 32

tags: another

Don’t use Response.Cookies[string] to check if a cookie exists!(chwe.at)

submitted by cribecribe(50) 3 years, 4 months ago

If you use code like “if (Response.Cookies[“mycookie”] != null) { … }”, ASP.Net automatically generates a new cookie with the name “mycookie” in the background and overwrites your old cookie! Always use the Request.Cookies-Collection to read cookies! read more...

1 comment |category: |Views: 14

tags: another

IE8 Readiness and IETester(devlicio.us)

submitted by cribecribe(50) 3 years, 5 months ago

Read about how you can run multiple IE versions (from 5.5 to 8 beta) on XP AND VISTA! really helpful for every developer! read more...

add a comment |category: |Views: 13

tags: another