Welcome!

Design Guidelines, Managed code and the .NET Framework

Brad Abrams

Subscribe to Brad Abrams: eMailAlertsEmail Alerts
Get Brad Abrams via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Brad Abrams

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 - Thursday July 30, 2009, 8:00PM PDT - Register: http://events.linkedin.com/LIDNUG-Brad-Abrams-Silverlight-ready/pub/77847 ... (more)

Business Apps Example for Silverlight 3 RTM

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 (all 100% free and always free): VS2008 SP1 (Which includes Sql Express 2008) Silverlight 3 RTM .NET RIA Services July '09 Preview  (optional for this part of the demo) Also, download the full demo files and check out the running application. Today, we will talk about Professional Feel..  Professional Feel Business applications need ... (more)

Exposing a WCF Service in Silverlight

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 and the application becomes wildly successful.  So successful in fact there is a demand to put a services head on top of the same application logic to facilitate writing a bunch of other clients.  This is the sort of pattern we see happening with applications like Twitter and Sharepoint.   You can see the full series here. The de... (more)

HanselMinutes Interview on RIA Services

I had a great opportunity to chat with the famous Scott Hanselman recently on .NET RIA Services.    We drilled a lot into the background for RIA Services and what the high level patterns we are addressing with RIA Services. < Brad Abrams runs a number of teams at Microsoft, most recently working on "Rich Internet Application Services" (RIA). Scott grills Brad on the rebirth of 3-tier architect, XML, REST and JSON. What's this thing about and is it the best way to write data-centric apps with Silverlight?   Enjo... (more)

Accessing the ASP.NET Authentication, Profile and Role Service in Silverlight

In ASP.NET 2.0, we introduced a very powerful set of application services in ASP.NET (Membership, Roles and profile).  In 3.5 we created a client library for accessing them from Ajax and .NET Clients and exposed them via WCF web services.    For more information on the base level ASP.NET appservices that this walk through is based on, please see Stefan Schackow's excellent book Professional ASP.NET 2.0 Security, Membership, and Role Management. In this tutorial I will walk you through how to access the WCF application services from a directly from the Silverlight client.  This wor... (more)