Presentation: 26/04/2008 - Code Camp OZ - Bindable LINQ

I just (as in, 5 minutes ago) presented Reactive Programming with SyncLINQ at CodeCampOZ.

Download the slides and samples
SyncLINQ Subversion repository
More information about SyncLINQ
Custom TypeDescriptor example
SearchQuery example
Flapjax

Thanks everyone who stuck around for the talk

Presentation: 30/03/2008 - Adelaide Happens - LINQ

This afternoon I spoke about LINQ at the ADNUG Happens event. I covered:

How we got to LINQ: IEnumerable, Anonymous Delegates, Generics
New features that enable LINQ: Extension methods, generic parameter interference, lambda expressions, anonymous types
What LINQ is
LINQ flavours:

LINQ to Objects
LINQ to XML
LINQ to SQL
LINQ to CRM (open source)

The slides and code are on Subversion:
http://svn.paulstovell.net/Presentations/LINQ/
Here are the […]

Presentation: 14/09/2007 - ADNUG - LINQ

Darren Neimke and I are speaking at the Adelaide .NET User Group next week, on Wednesday 14th November.
Darren’s going to be talking about a technology called “JavaScript”, which I could have sworn died a decade ago when Rich Clients took over the world.

Darren Neimke — Developing client-centric web applications with ASP.NET Ajax and VS2008
The […]

Presentation: 12/09/2007 - ADNUG - Binding Oriented Programming

Just a reminder that I’ll be preaching the benefits of Binding Oriented Programming at the Adelaide .NET Users Group this Wednesday, 12th September. For a sneak peak at what the talk covers, check out the notes from last time.

Presentation: 05/07/2007 - SDNUG - Binding Oriented Programming

Last night I gave my talk on Binding Oriented Programming at the Sydney .NET User Group. The agenda looked something like this:

What is data binding? We looked at a number of important interfaces:

INotifyPropertyChanged
IDataErrorInfo
IBindingList, BindingList<T>, INotifyCollectionChanged
I also talked about a few advanced binding topics - check out my webcasts for more details:

Binding to DataSets
Binding to Objects […]