https://www.developerfusion.com/t/linq/ Latest LINQ developer content from Developer Fusion 2012-09-24T08:24:32.00Z http://www.developerfusion.com/article/145919/an-introduction-to-f-type-providers/ An Introduction To F# Type Providers 2012-09-24T08:24:32.00Z Type Providers are a new core feature in F# 3.0, the latest version of F# released with Visual Studio 2012. Keith Battocchi investigates. Keith Battocchi http://www.developerfusion.com/job/134600/net-web-developer/ .NET Web Developer 2011-12-14T14:12:58.00Z We have several spots open for top notch .NET / C# / MVC developers to join our team as we continue to change the face of online recruiting. The base technology set is Microsoft-centric (.NET / C# / SQL Server / MVC) Chris Piazza http://www.developerfusion.com/job/132335/aspnet-web-developer/ ASP.Net Web Developer 2011-12-08T11:19:01.00Z We're working on many projects at once, some for customers, and some internal to Intelligent Penguin, so there's an ongoing need for development. Some of the sites that come through are also somewhat meaty when it comes to functionality. James Crowley http://www.developerfusion.com/media/118114/roundup-11-monoids-monads-and-math-oh-my/ Roundup '11 - Monoids, Monads and Math, oh My! 2011-05-02T12:46:05.00Z Roundup '11 - Monoids, Monads and Math, oh My! Fully formatted shownotes can always be found at http://javaposse.comRecorded at the Java Posse Roundup 2011, in Crested Butte, CO, a discussion about demystifying functional programming. *Monoid *http://en.wikipedia.org/wiki/Monoid. James Crowley http://www.developerfusion.com/article/84407/design-for-testing/ Design for testing 2011-04-20T13:41:34.00Z Testing should be an integral part of your design, and Kevin Jones explains just how to make it so. Kevin Jones http://www.developerfusion.com/book/94252/c-2010-for-programmers-4th-edition-deitel-developer-series/ C# 2010 for Programmers (4th Edition) (Deitel Developer Series) 2011-02-21T22:04:02.00Z The professional programmer’s Deitel® guide to C# 2010 and the powerful Microsoft® .NET 4 FrameworkWritten for programmers with a background in C++, Java or other high-level, object-oriented languages, this book applies the Deitel signature live-code approach to teaching programming and explores Microsoft’s C# 2010 language and .NET 4 in depth. Paul J. Deitel, Harvey M. Deitel http://www.developerfusion.com/article/84468/linq-to-log-files/ LINQ to log files 2011-02-17T00:03:45.00Z Running LINQ queries over databases gets all the limelight, but Jon Skeet reminds us of it's possibilities over object graphs too. Jon Skeet http://www.developerfusion.com/book/88043/programming-microsoft-linq-in-net-framework-4/ Programming Microsoft LINQ in .NET Framework 4 2011-02-09T18:08:19.00Z With LINQ, you can query data -- no matter what the source -- directly from Microsoft Visual Basic or C#. Guided by two data-access experts who've worked in depth with LINQ and the Microsoft development teams, you'll learn how Microsoft .NET Framework 4 implements LINQ, and how to exploit it. Study and adapt the book's examples, complete with code samples -- and deliver your own solutions faster and with leaner code. *Query data from databases, object collections, XML, and more with LINQ Paolo Pialorsi, Marco Russo http://www.developerfusion.com/article/84298/linqing-to-xml/ LINQ-ing to XML 2011-02-09T18:08:19.00Z XML, which is all about tree structures, and LINQ, which is all about querying collections, might not seem to fit together, but Mike James explains that they work together just fine. Mike James http://www.developerfusion.com/book/11224/aspnet-35-ajax-unleashed/ ASP.NET 3.5 AJAX Unleashed 2011-02-09T18:08:16.00Z As the Internet user experience (UX) progresses, more users are demanding and expecting their custom-built business applications to provide the same UX that they see on the Internet every day. ASP.NET 3.5 AJAX Unleashed empowers ASP.NET developers to easily provide this type of experience with minimal code. Author Rob Foster has built AJAX-enabled web applications for a number of major corporations and uses the experience he has gained there to explain concisely, clearly, and completely what ASP Robert Foster http://www.developerfusion.com/article/9398/iterators-iterator-blocks-and-data-pipelines-in-c/ Iterators, iterator blocks and data pipelines in C# 2011-02-09T18:08:15.00Z With the arrival of LINQ to Objects, understanding how iterators work has become more important than ever before. Learn how to implement them in C# 2 (or 3), and how these apply to the fundamental aspects of LINQ to Objects. Jon Skeet http://www.developerfusion.com/article/8250/linq-to-objects-for-the-net-developer/ LINQ to Objects for the .NET developer 2011-02-09T18:08:15.00Z Mike James explains that LINQ isn’t just for SQL programmers but is usable by every .NET developer. Learn how take the power of LINQ queries to your every-day coding through the lowly IEnumerable interface. Mike James http://www.developerfusion.com/article/7556/new-c-30-language-features/ New C# 3.0 Language Features 2011-02-09T18:08:14.00Z Learn about some of the new features in C# 3.0 including automatic properties, collection initializers, extension methods, lambda expressions and anonymous types. Scott Guthrie