5

I am looking for something that can help me implement a "Wall" like User Interface.

Fundamentally it's an ordered list of modules representing a stream of activities: comments, file uploads, images, video embeds, links and perhaps some more custom modules.

A module can be added to the stream using some sort of multiple purpose form (much like the facebook status form / Google+'s Stream form).

I am planning to implement it in ASP.NET MVC for server side and jQuery for the client side but It would be great to find anything that I can build upon. So far I couldn't find anything.

Variant
  • 17,279
  • 4
  • 40
  • 65

2 Answers2

1

This does not use ASP.NET or any MVC, but you can get the concept from here. More like a demo: http://www.9lessons.info/2011/05/facebook-wall-script-with-php-and.html

gentrobot
  • 673
  • 6
  • 25
1

Hi look at this: http://www.stefanprodan.eu/post-to-wall-asp-net-mvc-3-web-app/

kleinohad
  • 5,800
  • 2
  • 26
  • 34
  • This looks like what I was looking for. Any idea if this can be extended easily to support various post types? – Variant Mar 04 '12 at 12:07