|   Register
Tuesday, December 02, 2008   
Meetings Agenda

6:00pm - Doors Open

6:30pm - Meeting Begins: Welcome, Problem Clinic, Top Tips

7:00pm - Main Presentation Part 1

7:50pm - Break

8:10pm - Main Presentation Part 2

9:00pm - Presentation Ends. Retire To Bar.

Meetings Downloads

This section lists the links for file downloads for meetings.


November 2008 - A Developers Guide To Network Admin with Dave McMahon

DotNetDevNet Introduction Slides

DotNetDevNet News

The Need For Professional Mentoring (Slides)

Code Generation In Visual Studio Using T4 (Slides)

A Developers Guide To Network Admin (Slides)


October 2008 - Virtualisation for developers - What, Why, Where ? with Liam Westley

DotNetDevNet Introduction Slides

DotNetDevNet News

Virtualisation for developers (Slides)


October Extra 2008 - Producing Production Quality Software and Interaction based testing with Rhino Mocks with Oren Eini

DotNetDevNet Introduction Slides

DotNetDevNet News

jQuery Grok Talk (Slides)

jQuery Grok Talk (Source)

Producing Production Quality Software (Slides)

Interaction based testing with Rhino Mocks (Slides)


September 2008 - How To Write Crap Code In C# and Being Lazy With Microsoft Windows Powershell with Ben Lamb

DotNetDevNet Introduction Slides

DotNetDevNet News

What Is Alt.NET ? (Slides)

Log4NET (Source)

How To Write Crap Code In C# (Slides)

Being Lazy With Microsoft Windows Powershell (Slides)

Being Lazy With Microsoft Windows Powershell (Source)


July 2008 - How To Give Great Presentations and Top 10 Tips For Internationalizing ASP.NET Applications with Guy Smith-Ferrier

DotNetDevNet Introduction Slides

DotNetDevNet News

How To Give Great Presentations (slides)

How To Give Great Presentations (paper)

Top 10 Tips For Internationalizing ASP.NET Applications (slides)

Top 10 Tips For Internationalizing ASP.NET Applications (source code)

Source Code For .NET Internationalization book


June 2008 - MVC, Dynamic Data and AJAX History with Mike Ormond

DotNetDevNet Introduction Slides

Source Analysis (Grok Talk) Slides

MVC, Dynamic Data and AJAX History Slides


May 2008 - Silverlight Unplugged 2.0 with Chris Hay

DotNetDevNet Introduction Slides

Silverlight 2.0 Unplugged Slides


April 2008 - Basic And Advanced Design Patterns with Gary Short

DotNetDevNet Introduction Slides

Design Patterns Slides

Design Patterns Code


March 2008 - Community Night

DotNetDevNet Introduction Slides

Extension Methods Will Save The World


February 2008 - Visual Studio 2008 And The .NET Framework 3.5 with Daniel Moth

DotNetDevNet Introduction Slides

Visual Studio 2008 And The .NET Framework 3.5

Top 10 things to know about Visual Studio 2008 and .NET Framework 3.5


January 2008 - FinalBuilder and Test Driven Development with Craig Murphy

DotNetDevNet Introduction Slides

Automating The Build Process With FinalBuilder

An Introduction To Test Driven Development

Source Code


December 2007 - XNA Xmas eXtravaganza with Pete McGann, Dave Bonner and Andy Sithers

DotNetDevNet Introduction Slides


November 2007 - Entity Framework And Astoria With James Winters And Guy Smith-Ferrier

DotNetDevNet Introduction Slides

ADO.NET Entity Framework Slides

Astoria Slides


October 2007 - An Overview Of WPF And Silverlight With Oliver Sturm

DotNetDevNet Introduction Slides

An Overview Of WPF Slides And Examples

An Overview Of Silverlight Slides And Examples


October 2007 - C#/.NET Training With David Ringsell

DotNetDevNet Introduction Slides

C#/.NET Training Slides

C#./NET Training Code Samples


September 2007 - Team Foundation Server With Richard Fennell

DotNetDevNet Introduction Slides

Team Foundation Server Slides


July 2007 - Development Tools And Development Practices With Adam Towler

DotNetDevNet Introduction Slides

MBUnit Grok Talk


June 2007 - Windows Communication Foundation And Windows CardSpace With Martin Parry

DotNetDevNet Introduction Slides

Windows Communication Foundation Slides

CardSpace Slides


May 2007 - Enterprise Library And The Policy Injection Application Block With Alex Homer

DotNetDevNet Introduction Slides


April 2007 - An Evening Of LINQ With Mike Taulty

DotNetDevNet Introduction Slides

LINQ Slides

LINQ Source Code

Search DotNetDevNet Meetings
DotNetDevNet Meetings Archive
Meeting/Speaker Evaluation

If you didn't manage to fill in your evaluation form at the meeting please send an email to evalform at dotnetdevnet with the answers to these questions:-

  1. Speaker's knowledge of the subject (0-9, 0 is Poor, 9 is Excellent)
  2. Speaker's presentation skills (0-9, 0 is Poor, 9 is Excellent)
  3. Comments on the presentation
  4. Comments on the evening, user group, venue or anything else you want to say

Thanks for your help.

ADO.NET Entity Framework and Microsoft Codename "Astoria" with James Winters and Guy Smith-Ferrier
Location: BlogsDotNetDevNet Meetings    
Posted by: host Friday, September 07, 2007 1:47 AM

When: Tuesday 13th November 2007, doors open 6:00pm, meeting starts 6:30pm

Where: UWE (University of the West of England), Frenchay, Bristol (see FAQ for directions and a map) - Room 2q48 (in Q block)

What: ADO.NET Entity Framework and Microsoft Codename "Astoria"

Who: James Winters and Guy Smith-Ferrier

Why: Because ADO.NET has been missing a schema definition solution since its inception and the ADO.NET Entity Framework is long overdue. Also because all data solutions are aimed at server-side processing. Client side code (such as AJAX, Silverlight and XBAPs) have no data story and need one to avoid expensive page refreshes from the server. Astoria provides a client-side data access story.

How do I sign up for this meeting: Send an email to meetings at dotnetdevnet.com and quote your user name and the November meeting.

Abstract for ADO.NET Entity Framework:

The Entity Framework is way more than just another ORM, it is an extremely flexible way to interact with any persistence store. Although it's not shipping with Orcas, it will be available some time in early 2008 and you need to get to grips with it. In this session I'll examine the framework and show you how to get to grips with it.

Abstract for Microsoft Codename "Astoria"

The emergence of Web 2.0 technologies has brought new opportunities and caused us to solve old problems in new ways. AJAX and Silverlight applications need read/write access to data and business objects without performing full page refreshes and without dumbing down the data so much we are just left with primitives. Microsoft's answer to this problem is Microsoft Codename "Astoria". In short "Astoria" is a data access layer for client-size technologies such as AJAX and Silverlight. This session shows how it works, how you can write "Astoria" data servers and how you can customize "Astoria" to your applications requirements.

Biographies (James Winters bio to follow shortly):-

Guy is an MVP in ASP.NET. He is the author of ".NET Internationalization" published by Addison-Wesley (http://www.dotneti18n.com). He is a Microsoft Certified Professional developer, author, trainer and speaker, has spoken at many European and US conferences, is the winner of the NxtGen Best Presentation 2006/2007, has been voted best speaker three times and is an INETA Speaker. He runs The .NET Developer Network (http://www.dotnetdevnet.com), a free .NET user group in the South West of England. He is the author of C#/.NET courseware and much of the official Borland courseware including courses on COM and ADO. He has written over 50 articles for numerous magazines, has co-authored an application development book and is the author of the ADO chapter of "Mastering Delphi 6". You can read his blog at http://www.guysmithferrier.com.

Permalink |  Trackback

Comments (2)  
Re: ADO.NET Entity Framework and Microsoft Codename "Astoria" with James Winters and Guy Smith-Ferrier    By timjroberts on Wednesday, November 14, 2007 9:41 AM
Hi Guy -

At the start of the meeting, you mentioned a website that was dedicated to the 20 slides/20 seconds format of presentation. Since an audience member described it as an "I.T. bloodsport" it's got me all interested.

You mentioned the URL to the website but I forgot it. It sounded a little like "pikatchu-something-or-other.com", but searching on Google just brings up that silly fury yellow monster-basher from Japan. Can you remind us all what the URL was again?

Thanks.

Re: ADO.NET Entity Framework and Microsoft Codename "Astoria" with James Winters and Guy Smith-Ferrier    By timjroberts on Thursday, November 15, 2007 9:33 AM
I found it.... Pecha-Kucha (the Japanese term for 'chit-chat'). See, it sounded a little like Pikatchu - hence my confusion - (which is a Japanese cartoon and popular toy)!!

Anyhow, for those interested, the links are:

http://www.pechakucha.co.uk
http://www.pecha-kucha.org


Copyright 2007, 2008 by Guy Smith-Ferrier   |  Privacy Statement  |  Terms Of Use