Bindable LINQ: Announcing 1.0 Beta 1

Logo 

It’s been a long time coming, but the first beta for Bindable LINQ is available for download from CodePlex:

http://www.codeplex.com/bindablelinq

The source download contains a set of sample projects that show various ways to use Bindable LINQ. The samples are:

  • Samples.Basic: a bindable GroupBy filter that filters data based on what is typed into a TextBox, with just one query. It also reacts to changes made to the data that the grouping is based on.
  • Samples.MessengerClient: an Instant Messenger simulator using a bindable domain model.
  • Samples.PizzaHaven: a bindable, testable domain model that calculates a running total for purchasing a pizza based on selected toppings, all with a couple of LINQ queries.
  • Samples.WindowsForms: shows a list of all running processes on your system and allows you to filter and sort the list. Demonstrates polling and the ToBindingList adapter.
  • Samples.Silverlight: shows the use of Bindable LINQ in Silverlight.

What’s next?

Everything in this beta is expected to work, but there are some areas that need polish, such as dependency detection. The goal of this beta will be to help us find all those remaining issues and fix them for a full, stable release. If you find bugs or issues, report them here. If something isn’t clear, ask it here.

Why the name change?

Since it was first announced the project has been called SyncLINQ. However, the more I’ve spoken to people about it, the more I realized people confused it with talking to a database or ADO.NET Synchronization Services. I hope the name change helps set the right expectations.

What’s happening to the old URL’s?

Now that all of the code is hosted on CodePlex, I’ll be turning redirecting a lot of the old URL’s. I’m also going to update a lot of my old blog entries to point to the new URL’s. No old URL’s should be broken.

10 Responses to “Bindable LINQ: Announcing 1.0 Beta 1”

  1. […] Bindable LINQ 1.0 Beta 1 (Paul Stovell) […]

  2. Congratulations Paul! Brilliant work and ABOUT TIME :)

    Let me just praise the amount of work you put into this and all the sleepless nights.

    Now we are all truly in the presence of GREATNESS!

  3. Woot! Time to grab a new copy that’ll actually compile :P

  4. @Aaron - Compiling is the best feature! :)

  5. I can’t wait to dig into this! Keep up the awesome work, Paul. Please! :)

    Josh

  6. Awesome stuff Paul, love this project!

  7. Great job, Paul! Thanks for all the effort.
    Patrick

  8. Awesome, congrats Paul!

    Guess the next major would be to get this to run on Silverlight 2 Beta 2 which is probably just around the corner ;)

    Downloading the code *now*

    Cheers,
    Jonas

  9. Paul

    This is 1st class work, and very useful

  10. […] Endpoint for One-Way and Request-Reply Call Forwarding Via Steve Main WCF Visualizers Paul Stovell Bindable LINQ 1.0 Beta 1 Part 2 of Linq to SQL with WCF in a Multi Tiered Action Mary Jo Foley - More Microsoft ‘Oslo’ […]

Leave a Reply