jazzman007

Stories submitted by jazzman007

The best (and next best) advice I could give about using ASP.NET MVC(codebetter.com)

submitted by jazzman007jazzman007(170) 3 years, 8 months ago

Jeremy D. Miller's excellent advice on using the ASP.NET MVC framework - take the time and effort saved on the server and put it into client-side development. read more...

add a comment |category: |Views: 20

tags: another

PersistJS: The Cross Browser Storage...Without Cookies!(pablotron.org)

submitted by jazzman007jazzman007(170) 4 years ago

Modern web browsers support some form of persistent storage that doesn't involve cookies. The problem is that they each use a different storage mechanism. Introducing PersistJS - a small, standalone persistent storage library that lets you access the browser storage while remaining ignorant to which browser you're using! read more...

add a comment |category: |Views: 102

tags: another

Stop creating custom delegate types!(lostechies.com)

submitted by jazzman007jazzman007(170) 4 years, 1 month ago

If you declare even a single delegate type in your code (and you're using .NET 3.5), stop and make sure there isn't already an Action or Func delegate that works for you. read more...

add a comment |category: |Views: 16

tags: another