|
Project Information
Featured
Downloads
Links
|
OverviewDropthings is a Personalizable Widget powered Web Portal framework that demonstrates the power of Ajax and Widget Framework to build Web 2.0 websites as well as Enterprise Dashboards. It is an Open Source framework that embraces learnings from my 10+ year long journey with .NET and shows all the Performance and Scalability techniques I have used to scale sites to millions of users. You can extend the fully functional site in any way you like. You can build your own custom widgets, besides the built in RSS, Twitter, Flickr, Weather, Stock, HTML and Static Content widgets. You can build widgets to show reports, grids of data from your database, consume webservices to render data and so on. Dropthings is N-tier web app with nearly 100% automated test coverage on the business layer as well as 80% automated UI tests that cover all the UI behaviors. It is a great foundation to extend upon and build your own application on top of it leveraging the highly extensible codebase that embraces best coding practices. Features:
LicensePlease donate the following license fee to any prominent charity and show me a receipt. I will would be happy to send you a written signed license. License: Free for personal use. For commercial use, non-redistributable license costs $399 per server per site. Unlimited license costs $2499. You just need to donate the license fee to a prominent charity and then email me the receipt and I will send you a signed license agreement. If it is impossible for you to donate, let me know. Email me at omaralzabir at gmail dot com. Install it from Microsoft/Webhttp://www.microsoft.com/web/gallery/Dropthings.aspx See it livehttp://dropthings.omaralzabir.com/
Features
Why shouldn't I just code it myself?
Who Am II am the Chief Architect of SaaS Platform, BT (formerly British Telecom). Ex Co-Founder and CTO of the first Web 2.0 Social Start Page Pageflakes There's a whole book written on how Dropthings works: Project documentation
Here's the original article: Build Google IG like Portal in 7 days This latest article explains the recent changes made in Dropthings: Web 2.0 AJAX Portal using jQuery, ASP.NET 3.5, Silverlight, Linq to SQL, WF and Unity On the Wiki tab, you will find some more articles and video tutorials. Quick Video Tutorials
See the Wiki for more tutorials. Project Urls
How to run this
If you do not have SQL 2008, then see video tutorial how to get it to work on SQL 2005. But you cannot make it work without VS 2008 SP1 and Silverlight 3 tools for VS SP 1. Source CodeClick on the "Downloads" tab Downloads Production sites using DropthingsBT Business MyOffice portal http://myoffice.bt.com Customers using Dropthings
Technologies
What is an AJAX portalA Portal refers to a page that allows users to customize their own homepage by dragging and dropping widgets onto the page. This approach gives users complete control over what content they see on their page, where they want to see it, and how they want to interact with it. A widget is a discrete piece on a Web page that performs a particular function and comes with its own UI and set of features. Examples of widgets include a to-do-list, an address book, a contact list, an RSS feed, or even a clock, calendar, playlist, stock ticker, weather report, traffic report, dictionary, game, or almost anything you can imagine that can be packaged up and dropped on a Web page. In a corporate environment, widgets can connect to internal systems, such as an Expense Tracker widget that interacts directly with the internal Accounting System. If you are familiar with Sharepoint Portal, then you already know about Widgets. They are called Web parts in Sharepoint’s term and also in ASP.NET 2.0. Portals are powerful RSS aggregation platform. You can put as many RSS widgets as you like on your page and get fresh content delivered to you as soon as it is published. Some Portal like Pageflakes archives RSS for a long time and thus you can go back in time and read older posts, save posts, and forward interesting articles to your friends. An Ajax-powered portal is specifically a portal that uses Ajax technologies to create richer experiences for its users. It is one step ahead of previous generation portals like My Yahoo or MSN.com, because it gives you state-of-the-art UI that behaves more like a Windows client application -- with widgets, animations, popups, client side data grids, and other effects not usually found on a non-Ajax Web portal. How is ASP.NET AJAX used in this project?It is an N-tier application, with a user interface (UI) layer, a business layer, and a data access layer. I have used ASP.NET AJAX to implement the UI layer of the portal application which includes the homepage and the widgets’ UI. ASP.NET AJAX provides the framework for loading widgets onto the home page, updating widgets without doing any postbacks (via UpdatePanel), and changing page layout by dragging and dropping widgets on the page. It also provides a rich collection of Control Extenders, that add cool effects like fade in/fade out, smooth transitions, and client side animations . You can add to the rich clientside experience by providing auto-completion behavior on text boxes, asynchronous data loading via webservice calls, and client side paging, sorting and many more. How is .NET 3.5 used in this projectThe business layer of the application is built with the Workflow Foundation in .NET 3.0 . Major operations like a first-time user visit, a subsequent user visit, adding a new widget, and creating a new page are all orchestrated using workflow . The workflows contain all the business rules and activities needed to complete each operation. For example, the "New User Visit" workflow creates the user account, populates the user profile with default values, creates some default pages, populates them with specific widgets, etc. Such compound operations are very easy to build with Workflows , which enables you to break the complete workflow operation into smaller chunks named Activities. Each Activity does a very small amount of work. It talks to the data access layer and performs the task. The data access layer is built with .NET 3.5 , utilizing LINQ to SQL . The web project and the widgets make good use of .NET 3.5 by utilizing lambda expressions , LINQ to SQL, and LINQ to XML. You will use Linq queries to work with collections and database rows. Widgets make good use of Linq to Xml in order to consume XML from external data sources. Warning: Dropthings.com is a very simple, open-source example of what can be done with AJAX and Microsoft technologies. It is intended for educational purposes only. Dropthings.com has absolutely nothing to do with http://www.pageflakes.com. But this project does a good job to show you how all the new hot technologies work together in a working web application that's production ready. |

