Brad Abrams
Design Guidelines, Managed code and the .NET Framework
July 2009 - Posts
Silverlight 3 Navigation: Dynamically Loaded Pages… Now MEF Powered!
Recently David Poll posted a very cool technique for navigating to dynamically loaded pages and on demand downloading of pages in a Silverlight 3 application . It was very cool but the explicit wire up of each page can be a pain in large applications.
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 16: Exposing a WCF Service
I am having a blast with the series where I am updating my simple Mix 09 Business Application demo. In this part, I wanted to consider the scenario that I hope is a common one. The developer writes their Silverlight app using the RIA Services pattern
Read More...
LIDNUG: Silverlight Ready for Business and .NET RIA Services Presentation – Demo Posted
I had a great time at the LinkedIn Users’ Group meeting … the only down side is that I missed the really bad pizza’s that most User’s Groups offer ;-) Here is the demo (and demo steps) I did… Download . I’ll post the recording when it gets
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 15: ASP.NET MVC
Continuing in our discussion of Silverlight 3 and the update to .NET RIA Services. I have been updating the example from my Mix09 talk “building business applications with Silverlight 3 ”. I customer recently asked about using ASP.NET MVC and Silverlight
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 14: Visual Basic (VB) and WPF Support
A few folks commented that they’d like to see something in my series updating my Mix09 talk “building business applications with Silverlight 3 ” in Visual Basic. VB is *super* important in the business application space, so I have no problem accommodating
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 13: The New Class Library Project
Well… this has been one of the longer blog series I have done, but there is so much meat here! Maybe someone will write a book or two? Anyway, in this post, I wanted to spend a little time looking at the project structure we have been working with and
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 12: DataSet
More from my Mix09 talk “building business applications with Silverlight 3 ”. Many customers have told me that they love Entity Framework and LinqToSql , but that they are not always able to use them in their projects just yet. In fact the number of folks
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 11: The Client-Only World
I have had a great time so far with this series.. I hope you have gotten something out of it as well. Some readers have asked me if RIA Services is required for the client validation goodness. Nope, the .NET RIA Services bits are not required… you can
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 10: LinqToSql
Continuing in our discussion of Silverlight 3 and the update to .NET RIA Services. I have been updating the example from my Mix09 talk “building business applications with Silverlight 3 ”. You can watch the original video of the full session The demo
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 9: POCO and Authentication Provider
I have gotten lots of good comments on my series updating my Mix09 talk “building business applications with Silverlight 3 ”. Some customers have asked about the “live” version I have running on one of Scott Haneslman’s servers (thanks Scott!) The
Read More...
Science Fiction Book Review: Accelerando by Charles Stross
I recently finished reading Accelerando by Charles Stross and I thought it was a great book… it does exactly what I want from a future-focused science fiction book… it takes plausible advances from today and takes them to their logical extremes.
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 7: ADO.NET Data Services Based Data Store
I wanted to continue with the enhancements to my Mix09 talk “building business applications with Silverlight 3 ”. In this section I am going to show how to get data from a REST based web services rather than directly using Entity Framework
Read More...
Simple Example of Managed Extensibility Framework (MEF) in Silverlight
As you may have heard, we recently shipped MEF support of Silverlight in our CodePlex drop .. I wanted to give you a very simple introduction to MEF and how to use it in Silverlight. This example will show how to use lose coupling, dependency injection
Read More...
LIDNUG: Silverlight Ready for Business and .NET RIA Services Presentation
On July 30th @ 8pm I will be doing a virtual talk at the Linked .NET User’s Group . I encourage you to come and bring your questions on Silverlight 3 and .NET RIA Services.. Brad Abrams - Silverlight ready for business and .Net RIA Services
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 8: WCF Based Data Source
More updates on my Mix09 talk “building business applications with Silverlight 3 ”. You can watch the original video of the full session The demo requires (all 100% free and always free): VS2008 SP1 (Which includes Sql Express 2008 ) Silverlight 3 RTM
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 6: Data Transfer Objects (DTOs)
I have gotten some great questions on my series so far… A couple of readers noted that it was not always a good idea to return DAL types back to the client. For example, in Part 2, I returned the SuperEmployee type defined by Entity Framework. For example,
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 5: Astoria, Add Service Reference and WinForms
Even more update on my Mix09 talk “building business applications with Silverlight 3 ”. Now for some brand new content – that just could not have been done before this release. This demo will take the Application logic we created in my Mix09 talk and
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 4: SEO, Export to Excel and Out of Browser
More from my Mix09 talk “building business applications with Silverlight 3 ”. You can watch the original video of the full session The demo requires (all 100% free and always free): VS2008 SP1 (Which includes Sql Express 2008 ) Silverlight 3 RTM .NET
Read More...
Managed Extensibility Framework (MEF) Preview 6: V1 Feature Complete Silverlight Support and Much More!
Today we released MEF Preview 6 on codeplex . Not only is this the feature complete build for MEF V1.0 (which will ship with .NET Framework 4) but it also has the first drop of MEF for Silverlight! Nick has the best summary of what is new
Read More...
Silverlight 3 Controls Sample App
Want a quick reference and simple example of how to use all the cool controls in Silverlight 3? Check out the Silverlight Toolkit Samples The best part is not only can you run it as a quick reference and get a feel for how the controls work, but
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication
More update on my Mix09 talk “building business applications with Silverlight 3 ”. You can watch the original video of the full session The demo requires (all 100% free and always free): VS2008 SP1 (Which includes Sql Express 2008 ) Silverlight 3 RTM
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 2: Rich Data Query
Continuing in our discussion of Silverlight 3 and the brand new update to .NET RIA Services and the update the example from my Mix09 talk “building business applications with Silverlight 3 ”. You can watch the original video of the full session
Read More...
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 1: Navigation Basics
With Silverlight 3 shipping and a brand new update to .NET RIA Services I thought I would update the example from my Mix09 talk “building business applications with Silverlight 3 ”. You can watch the original video of the full session The demo requires
Read More...
.NET Rocks! on Data Access Options
Recently .NET Rocks! talked to Stephen Forte and covered a topic I have been interested in for a a couple of years: Data Access Options . Clearly this has been a space of a lot of innovation in the last few years. Stephen does a good job of
Read More...
Search
This Blog
Home
Email
These postings are provided "AS IS" with no warranties, and confer no rights.
Ads by Lake Quincy Media
Tags
.NET Framework
.NETFx3.0
Acropolis
AJAX
AjaxWorld
ASP.NET
ASPMVC
Atlas
Azure
BCL
Blogging
CLR
DevLink07
Framework
Framework Design Guidelines
ISV
ManagedExtensibilityFramework
MEF
Microsoft AJAX Library
Mix07
Mix08
Mix09
New Guideline
Orcas
PDC
Port25
Program Manager
RainbowsEnd
Random
ReMixBoston07
RIAServices
Silverlight
SLAR
Software Development
TechEd
TheAjaxExperience
VB
VernorVinge
WinForms
WPF
Archives
November 2009 (1)
October 2009 (10)
September 2009 (8)
August 2009 (11)
July 2009 (24)
June 2009 (7)
May 2009 (5)
April 2009 (8)
March 2009 (15)
February 2009 (6)
January 2009 (5)
December 2008 (6)
November 2008 (13)
October 2008 (13)
September 2008 (7)
August 2008 (11)
July 2008 (7)
June 2008 (13)
May 2008 (7)
April 2008 (11)
March 2008 (21)
February 2008 (12)
January 2008 (14)
December 2007 (13)
November 2007 (13)
October 2007 (21)
September 2007 (7)
August 2007 (13)
July 2007 (10)
June 2007 (25)
May 2007 (18)
April 2007 (15)
March 2007 (15)
February 2007 (6)
January 2007 (15)
December 2006 (8)
November 2006 (12)
October 2006 (13)
September 2006 (8)
August 2006 (5)
July 2006 (12)
June 2006 (15)
May 2006 (12)
April 2006 (10)
March 2006 (15)
February 2006 (14)
January 2006 (13)
December 2005 (7)
November 2005 (18)
October 2005 (16)
September 2005 (30)
August 2005 (22)
July 2005 (15)
June 2005 (14)
May 2005 (17)
April 2005 (24)
March 2005 (28)
February 2005 (20)
January 2005 (28)
December 2004 (18)
November 2004 (17)
October 2004 (24)
September 2004 (16)
August 2004 (28)
July 2004 (17)
June 2004 (19)
May 2004 (28)
April 2004 (31)
March 2004 (28)
February 2004 (30)
January 2004 (35)
December 2003 (17)
November 2003 (28)
October 2003 (43)
September 2003 (25)
August 2003 (21)
July 2003 (26)
June 2003 (9)
May 2003 (14)
April 2003 (50)
Books by Brad Abrams
[2005] Framework Design Guidelines (First Edition)
[2005] .NET Framework Standard Library Annotated Reference, Volume 2
[2004] .NET Framework Standard Library Annotated Reference, Volume 1
[2004] Base Class Library Reference Poster
[2002] Programming in the .NET Environment
[2008] Framework Design Guidelines (second edition)
Noteworthy Posts
Who am I? (Brad Abrams' Bio)
Code Guidelines
Syndication
RSS 2.0
Atom 1.0