stldodn - get rid of crud faster!

9
Get Rid of CRUD Faster! Using Silverlight and RIA Services to quickly develop CRUD applications Kyle Shaffar – Software Architect, MedAssets

Upload: kshaffar

Post on 19-Jun-2015

634 views

Category:

Technology


2 download

DESCRIPTION

Power point slides from my STL Day of Dot Net Presentation.

TRANSCRIPT

Page 1: STLDODN - Get Rid of CRUD faster!

Get Rid of CRUD Faster!Using Silverlight and RIA Services to quickly develop CRUD applications

Kyle Shaffar – Software Architect, MedAssets

Page 2: STLDODN - Get Rid of CRUD faster!

About Me

• Kyle Shaffar – Software Architect, MedAssets• Located in Cape Girardeau, MO• 10 Years experience developing with Microsoft

technology stack

Page 3: STLDODN - Get Rid of CRUD faster!

Who likes CRUD?

• Create,Read,Update,Delete• Very repetitive code that can be boring to

write.• Silverlight 4 and RIA Services gives you a

toolset to quickly develop your CRUD applications.

Page 4: STLDODN - Get Rid of CRUD faster!

Resources

• Silverlight Get Started: http://www.silverlight.net/getstarted/

• SQL Server 2008 R2 Express: http://www.microsoft.com/express/database/

• AdventureWorks Sample Databases: http://msftdbprodsamples.codeplex.com/

Page 5: STLDODN - Get Rid of CRUD faster!

• Presentation and completed code will be posted on my blog: http://geekswithblogs.net/ArchitectureDreams/Default.aspx

Page 6: STLDODN - Get Rid of CRUD faster!

DEMO - Adventure Works HR

• Drag and Drop implementation of simple HR Maintenance System.

Page 7: STLDODN - Get Rid of CRUD faster!

What’s Next?

• Obviously Drag and Drop is not for everyone so I encourage you to try the same solution using a programmatic approach via the code behind.

• For a really great implementation consider making use of the MVVM pattern.

Page 8: STLDODN - Get Rid of CRUD faster!

QUESTIONS

?

Page 9: STLDODN - Get Rid of CRUD faster!