public marks

PUBLIC MARKS from tadanderson with tags programming & linq

2013

C# 5.0 Unleashed Book Review

I highly recommend this book. It is good for both the beginner and the advanced developers.

2012

C# 5.0 Pocket Reference: Instant Help for C# 5.0 Programmers Book Review

This little book is great when you don't feel like toting around the full version of C# 5.0 in a Nutshell. It is chapters 2,3, and 4 of C# 5.0 in a Nutshell.

2011

Programming Reactive Extensions and LINQ Book Review

I recommend this book to anyone who wants to learn Reactive Extensions. The book does a great job of introducing a potentially confusing topic.

2010

C# 4.0 in a Nutshell Book Review

This book is great. It’s no nonsense approach to covering the C# 4.0 language is like a breath of fresh air. It is clean, to the point, and thorough. It makes finding a topic, and learning it, or getting a refresher, a very fast process.....

2009

Programming Entity Framework Book Review

This is definitely the book to have by your side if you are programming with the ADO.NET Entity Framework 1.0....

2008

Windows Mobile Line of Business Solution Accelerator 2008 Available

The Windows Mobile Line of Business Solution Accelerator is a sample line of business application that showcases the latest design principles and technologies in the mobile space.

Cool Links IV- .NET 3.5, Architecture, AJAX, UML, EPF, Patterns, GOF, VSTS 2008, WPF, Silverlight, SQL 2008, XAML

This is the fourth installment of cool links. It includes links on .NET 3.5, Architecture, AJAX, UML, EPF, Patterns, GOF, VSTS 2008, WPF, Silverlight, SQL 2008, XAML, SPARX EA, Visio, Seam Carving, New Books, FXCop, etc.

LINQ in Action Book Review

This book is a pure pleasure to read. The presentation of content is awesome. They breakdown code in a new refreshing way that I have not seen before. Maybe it is done in all the Action Books from Manning, but this is the first I have read. They use code annotations to show what the code is doing at all the key points, highlighting important concepts. The beginner will benefit greatly from this, as will the experienced developer getting into the new C# language features.

Pro LINQ: Language Integrated Query in C# 2008 Book Review

This book claims to be about code, code, and then more code. I completely agree with the author's claim, it is code from front to back.

2007

Visual Studio 2008 Linq Samples and the Query Visualizer

If you haven't had the chance to check out the linq Samples that come with Visual Studio 2008, I'd suggest you do. It is a great way to get familiar with the linq syntax. Microsoft has included a that allows you to see the code and the results of the code. It also organizes the examples based on attributes in the code.