Suscribe to this RSS feed...
Add to My Yahoo! Add to Google
Subscribe in NewsGator Online Add to My AOL
Subscribe in PageFlakes Add to Netvibes
View Feed XML
Current Feed Content
WCF RIA Services Part 6 – Validating Data posted
Posted:Fri, 27 Aug 2010 21:58:09 -0400
.NET Ramblings - Brian Noyes' Blog:- Part 6 of my series on WCF RIA Services is now live here:
Hidden Toolbox Search feature in VS 2010
Posted:Sat, 21 Aug 2010 10:51:17 -0400
.NET Ramblings - Brian Noyes' Blog:- Yesterday I was getting frustrated wading through the dozens of Silverlight controls in my toolbox trying to spot one I needed, and it occurred to me that there “ought to be an add-in to search the toolbox”. Just to make sure I wasn’t missing something, I contacted Karl Shifflett from the Cider team, who has written some awesome extensions to Cider and the XAML editor himself. He reached out to the right people on the VS team, and lo and behold, there is already a hidden search feature there.
Upcoming WCF Master Class in Minnesota
Posted:Tue, 17 Aug 2010 14:51:39 -0400
.NET Ramblings - Brian Noyes' Blog:- From October 11-15 I’ll be conducting a WCF Master Class in Minneapolis. This class covers the breadth and depth of WCF all in one week. You can find the course information here.
WCF RIA Services Part 5 is out
Posted:Tue, 17 Aug 2010 13:38:47 -0400
.NET Ramblings - Brian Noyes' Blog:- Part 5 of my 10 part series on WCF RIA Services is now up on The Silverlight Show at http://www.silverlightshow.net/items/WCF-RIA-Services-Part-5-Metadata-and-Shared-Classes.aspx. In this article, I explain the role and use of metadata classes to add attributes and functionality to existing entity classes that you cannot easily modify directly, such as the properties on an Entity Framework entity. Additionally, I show how you can define chunks of shared code on the server side and how they become available client side through the RIA Services code generation.