SP 2010: LINQ to SharePoint - What CAML lies behind my query?
Explains how to view the CAML query generated by LINQ to SharePoint queries using the Log property of DataContext.
Explains how to view the CAML query generated by LINQ to SharePoint queries using the Log property of DataContext.
A satirical take on becoming a 'superstar' developer is contrasted with genuine advice for becoming a truly productive 10x programmer.
A demonstration of recreating the iPhone keyboard interface using only CSS3, including gradients, shadows, and custom fonts.
Explains how to use the SP:StmtCompleted SQL Profiler event to identify slow individual statements within a stored procedure.
A developer shares their solution for managing asset loading sequences in ActionScript 3, using QueueLoader to handle dependencies on XML.
Exploring challenges with downcasing UTF-8 strings containing Polish characters using command-line tools like tr and dd.
A technical guide comparing SqlBulkCopy vs. SqlDataAdapter for high-speed data loading into SQL Server, demonstrating significant performance gains.
Oracle terminates its official Support Blog and social media presence, silencing direct community communication about support issues.
Explores the Aikon project, a robotic artist using Python, SciPy, and the Enthought Tool Suite to create sketches, blending art and technology.
Announcing EuroScipy 2010, a European conference on Python for scientific computing, featuring tutorials and keynote speakers in Paris.
A developer shares three key methods for improving technical skills: learning by doing, participating in communities, and sharing knowledge through blogging.
Performance comparison of three methods for sorting in-memory DataTables in C#/.NET, with LINQ to DataSet emerging as the fastest.
Explains the dangers of improper JavaScript global variables and introduces a tool called badglobals.js to detect them during runtime analysis.
Compares three methods for passing multiple IDs to a SQL Server stored procedure: CSV lists, XML, and Table Valued Parameters.
A critical analysis of the original iPad's limitations, including lack of multitasking, USB ports, Flash support, and its closed software ecosystem.
A developer shares their anticipation and planned schedule for the QCon London 2010 conference, focusing on architecture, .NET, and scalability.
Developer announces joining SpringSource/VMware as Senior Consultant, reflecting on past work with Spring and enterprise Java.
A developer shares their Clojure implementation of the Set card game, including game logic and a Swing-based GUI, in under 250 lines of code.
Analysis of a now-removed blog post containing performance results from an Oracle Exadata V2 proof-of-concept test.
Explains the importance of clearing SQL Server's data and execution plan caches for fair query performance comparisons during tuning.