Authentication and Authorization Using RIA Services (Article 7 of 7)
Monday 25 January 2010 @ 4:25 pm
      Title Of Each Article Video Included With Each Post [...]

Adding A Sessions Page That Includes a Query Parameter In Silverlight VS2010 Beta2 (Article 6 of 7)
Monday 25 January 2010 @ 4:22 pm
    Title Of Each Article Video Included With Each Post Part 1 Introduction To RIA Services In Silverlight (This Article) 7 Minutes Part 2 Basic RIA Services And DataGrid With  VS 2010 Tooling 14 Minutes Part 3 Adding A DataGrid With Connect The Dots DataBinding in VS [...]

Adding A DataGrid With Connect The Dots DataBinding in VS 2010 (Article 3 of 7)
Saturday 23 January 2010 @ 12:41 pm
      Title Of Each Article Video Included With Each Post Part 1 Introduction To RIA Services In Silverlight (This Article) 7 Minutes Part 2 Basic RIA Services And DataGrid With  VS 2010 Tooling 14 Minutes Part 3 Adding A DataGrid With Connect The Dots DataBinding in VS [...]

Introduction To Using RIA Services In Silverlight (Article 1 of 7)
Wednesday 20 January 2010 @ 12:12 pm
  This series of video presentations goes through the process of building a Speaker and Sessions Viewer for Silicon Valley Code Camp’s data using PDC09 presentation here and am very thankful for the help.  I’m personally very excited about the opportunities Silverlight 4.0, RIA Services, I’m back and very excited.  [...]

Book Review – Programming Entity Framework (EF) by Julie Lerman
Monday 14 December 2009 @ 10:36 am
  You all know that I’ve blogged quite a bit about LINQ2SQL.  That technology has saved me a huge amount of programming effort verses using ado.net directly.  We all know that LINQ2SQL is really just a stepping stone to Visual Studio 2010 beta 2.  It’s obviously not done, but from what I’ve seen, when [...]

Using PLINQ for Managing Multiple Threads
Wednesday 2 December 2009 @ 1:05 pm
I’m currently watching an online video (400 level, very high) from PLINQ, this can be avoided with clean error free code (as long as my method is thread safe).  Here is some simple code that demonstrates this. var result = source.AsParallel().Where (x => [some condition]).Select(x => [something]); .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, “Courier [...]
Comments (0) - Posted in .NET 4.0, PLINQ, VS2010