Microsoft Developer Network > 포럼 홈 > SQL Azure — Getting Started > Online Guestbook Demo App up and running
질문하기질문하기
 

일반 토론Online Guestbook Demo App up and running

  • 2008년 8월 1일 금요일 오전 2:40Mike Amundsen 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    All:

    I put together a simple 'guestbook' app this week and posted a live version for folks to play with.

    This app uses a single Container (guestbook) with two Entity 'Kinds' (guest and message). Users can create an account and then post messages for everyone to see. You can also filter the message list by guest's nickname. 

    I'm testing out the user account authentication pattern (a custom HTTP Basic using cookies for browsers) and the notion of running queries in a single container over multiple 'Kinds.'  I am also working on a solid list/query caching (and cache _invalidation_) pattern as SSDS does not yet support ETags/caching of lists.

    If things go well, I have some other features to add including editing/delete your messages, RSS feeds, and searching.

    As usual, I posted the code in SSDS Examples on Codeplex and my GoggleCode space

    Looking forward to feedback. Hey, you could leave your comments in the Guestbook[grin]!



    Mike Amundsen [http://amundsen.com/blog/]
    • 편집됨Mike Amundsen 2008년 8월 1일 금요일 오전 2:41fix grammar
    •  

모든 응답

  • 2008년 8월 4일 월요일 오후 12:32Kwez 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Nice, can't wait to have a look. I've been toying with the idea of creating a discussion forum that uses SSDS as it's backing store. Hopefully your code will come in useful.
  • 2008년 8월 4일 월요일 오후 1:27Mike Amundsen 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    kwez:

    discussion would be cool. the challenge would be to map out threads/replies cleanly. i skipped that with this 'guestbook' demo. 


    Mike Amundsen [http://amundsen.com/blog/]