Code from My ASP.NET Connections Talks

I finished up my talks at ASP.NET Connections yesterday and wanted to get the code posted as well as links for the additional topics covered in the Silverlight animation session.  Here they are:

Thanks to everyone that attended my sessions.  It was a lot of fun!

Published Thursday, November 13, 2008 8:51 AM by dwahlin

Comments

# Silverlight Cream for November 13, 2008 -- #427

Thursday, November 13, 2008 5:40 PM by Community Blogs

In this issue: Pencho Popadiyn, Dan Wahlin, Lee, Karl Erickson, Larent Bugnion, Manish Dalal, and Adam

# 2008 November 14 - Links for today « My (almost) Daily Links

Pingback from  2008 November 14 - Links for today « My (almost) Daily Links

# re: Code from My ASP.NET Connections Talks

Friday, November 14, 2008 3:24 PM by Jarrette Schule

Just wanted to pop in and thank you for my two favorite presentations of the event.  "Building N-Tier with LINQ"(even though I have decided to not use LINQ for my applications for now) and "Leverage Silverlight 2 Animation Features".  You're a great speaker and I really took a lot away from the courses, thanks.

# re: Code from My ASP.NET Connections Talks

Friday, November 14, 2008 4:39 PM by dwahlin

Thanks Jarrette!  I appreciate it and am glad you got something out of the sessions. :-)

# re: Code from My ASP.NET Connections Talks

Monday, November 17, 2008 10:51 AM by Eric Clum

Definitely the best session I attended at DevConnections.  With all the new technology Microsoft is releasing we were feeling a little overwhelmed to what direction we wanted to focus on.  Your session on Building N-Tier with LINQ really brought everything together.  It was one of those Ah-ha moments for me!

P.S.

Any chance you have a VB.NET version of your architecture?

# re: Code from My ASP.NET Connections Talks

Monday, November 17, 2008 11:45 AM by dwahlin

Thanks Eric.  I really appreciate you taking the time to comment on the session and I'm glad to hear you found it useful.  I don't currently have a VB.NET version unfortunately.  One of these days I need to convert it.

# re: Code from My ASP.NET Connections Talks

Monday, November 17, 2008 1:25 PM by Pallavi

Hi Dan, The NTier Apps with LINQ session was awesome. You are a great speaker. Thanks for making the code to use with all the different data layers with LINQ, Sprocs and everything. That makes is really useful to compare and contrast.

Thanks !

# re: Code from My ASP.NET Connections Talks

Monday, November 17, 2008 3:23 PM by dwahlin

Thanks Pallavi...I appreciate it.  Glad you were able to attend.  That's a fun talk to give since there are so many options people can choose from.

# re: Code from My ASP.NET Connections Talks

Tuesday, November 18, 2008 8:04 PM by jcp

Hello Dan,

Any chance of a transcript/video/PPT for those of stuck in the wet & windy west of England?

Thx++

Jerry

# re: Code from My ASP.NET Connections Talks

Wednesday, November 19, 2008 1:10 PM by Hector Caban

Building N-Tier ASP.NET Applications with LINQ Code was one of the best session I took. I create all my applications in layers also. I notice you recommend to name the namespaces for Context and Entity. I understand Model is used for the Entity Namespace but what if you want to separate the Model layer in another project. Can that get confusing ?

# re: Code from My ASP.NET Connections Talks

Wednesday, November 19, 2008 7:06 PM by dwahlin

Hector,

Thanks for attending the session.  I'm glad you found it useful.  As far as the separation you mention, I generally prefer to have my model classes in a separate project.  But, from a productivity point of view changing the entity and data namespaces in the designer and having both data and model classes in the same project certainly works.  It's something you'll have to think through to see if it works well for your situation though.  It's possible to map to other classes as well that are external:  weblogs.asp.net/.../using-linq-to-sql-xml-mapping-files-step-by-step.aspx

# re: Code from My ASP.NET Connections Talks

Sunday, December 07, 2008 2:37 PM by Gio

Hey Dan,

I'm finally getting around to downloading all the code samples from dev connections.  I really enjoyed your session, thanks!

-Gio

# re: Code from My ASP.NET Connections Talks

Monday, December 08, 2008 5:45 PM by dwahlin

Hi Gio,

Thanks for coming to the session.  Glad you enjoyed it. :-)