Latest LINQ developer content from Developer Fusion https://www.developerfusion.com/t/linq/ Latest LINQ developer content from Developer Fusion http://www.rssboard.org/rss-specification en-GB Mon, 24 Sep 2012 08:24:32 GMT An Introduction To F# Type Providers Type Providers are a new core feature in F# 3.0, the latest version of F# released with Visual Studio 2012. Keith Battocchi investigates. http://www.developerfusion.com/article/145919/an-introduction-to-f-type-providers/ http://www.developerfusion.com/article/145919/an-introduction-to-f-type-providers/ Mon, 24 Sep 2012 08:24:32 GMT Keith Battocchi .NET Web Developer 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) http://www.developerfusion.com/job/134600/net-web-developer/ http://www.developerfusion.com/job/134600/net-web-developer/ Wed, 14 Dec 2011 14:12:58 GMT Chris Piazza ASP.Net Web Developer 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. http://www.developerfusion.com/job/132335/aspnet-web-developer/ http://www.developerfusion.com/job/132335/aspnet-web-developer/ Thu, 08 Dec 2011 11:19:01 GMT James Crowley Roundup '11 - Monoids, Monads and Math, oh My! 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. http://www.developerfusion.com/media/118114/roundup-11-monoids-monads-and-math-oh-my/ http://www.developerfusion.com/media/118114/roundup-11-monoids-monads-and-math-oh-my/ Mon, 02 May 2011 12:46:05 GMT James Crowley Design for testing Testing should be an integral part of your design, and Kevin Jones explains just how to make it so. http://www.developerfusion.com/article/84407/design-for-testing/ http://www.developerfusion.com/article/84407/design-for-testing/ Wed, 20 Apr 2011 13:41:34 GMT Kevin Jones C# 2010 for Programmers (4th Edition) (Deitel Developer Series) 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. http://www.developerfusion.com/book/94252/c-2010-for-programmers-4th-edition-deitel-developer-series/ http://www.developerfusion.com/book/94252/c-2010-for-programmers-4th-edition-deitel-developer-series/ Mon, 21 Feb 2011 22:04:02 GMT Paul J. Deitel, Harvey M. Deitel LINQ to log files Running LINQ queries over databases gets all the limelight, but Jon Skeet reminds us of it's possibilities over object graphs too. http://www.developerfusion.com/article/84468/linq-to-log-files/ http://www.developerfusion.com/article/84468/linq-to-log-files/ Thu, 17 Feb 2011 00:03:45 GMT Jon Skeet Programming Microsoft LINQ in .NET Framework 4 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 http://www.developerfusion.com/book/88043/programming-microsoft-linq-in-net-framework-4/ http://www.developerfusion.com/book/88043/programming-microsoft-linq-in-net-framework-4/ Wed, 09 Feb 2011 18:08:19 GMT Paolo Pialorsi, Marco Russo LINQ-ing to XML 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. http://www.developerfusion.com/article/84298/linqing-to-xml/ http://www.developerfusion.com/article/84298/linqing-to-xml/ Wed, 09 Feb 2011 18:08:19 GMT Mike James ASP.NET 3.5 AJAX Unleashed 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 http://www.developerfusion.com/book/11224/aspnet-35-ajax-unleashed/ http://www.developerfusion.com/book/11224/aspnet-35-ajax-unleashed/ Wed, 09 Feb 2011 18:08:16 GMT Robert Foster Iterators, iterator blocks and data pipelines in C# 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. http://www.developerfusion.com/article/9398/iterators-iterator-blocks-and-data-pipelines-in-c/ http://www.developerfusion.com/article/9398/iterators-iterator-blocks-and-data-pipelines-in-c/ Wed, 09 Feb 2011 18:08:15 GMT Jon Skeet LINQ to Objects for the .NET developer 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. http://www.developerfusion.com/article/8250/linq-to-objects-for-the-net-developer/ http://www.developerfusion.com/article/8250/linq-to-objects-for-the-net-developer/ Wed, 09 Feb 2011 18:08:15 GMT Mike James New C# 3.0 Language Features Learn about some of the new features in C# 3.0 including automatic properties, collection initializers, extension methods, lambda expressions and anonymous types. http://www.developerfusion.com/article/7556/new-c-30-language-features/ http://www.developerfusion.com/article/7556/new-c-30-language-features/ Wed, 09 Feb 2011 18:08:14 GMT Scott Guthrie