[Entity Framework v4] Identity map pattern
Explains the Identity Map pattern in Entity Framework v4, a key ORM concept for preventing duplicate object instances and ensuring data consistency.
Explains the Identity Map pattern in Entity Framework v4, a key ORM concept for preventing duplicate object instances and ensuring data consistency.
A technical guide on integrating BI Publisher 11g web services into a BPEL process within Oracle's SOA Suite.
Overview of new web services in BI Publisher 11g, including their uses, implementation, and WSDL details.
Guide on using JDeveloper to create a Web Service Proxy for accessing BI Publisher 11g Web Services from Java applications.
A curated list of essential RSS feeds for frontend developers, covering JavaScript, web standards, and large-scale web application development.
A deep dive into HTML5 fundamentals, browser parsing rules, and how understanding them can lead to more maintainable markup.
A technical guide on using latches (CountDownLatch, dispatch_semaphore_t) to write unit tests for multi-threaded code that executes on background queues.
Analysis of CSS vendor prefixes' failures and proposals for new web standards strategies to address bloat and compatibility issues.
MyGet now supports publishing symbol packages for private feeds via SymbolSource.org integration, enabling easier debugging of NuGet packages.
A discussion on the practical value of HTML semantics, focusing on accessibility and the real-world impact of semantic markup on screen readers.
A 2011 presentation on using WordPress plugins to integrate social media, encourage sharing, and boost visitor engagement.
A beginner's guide to starting a Django web project, covering project structure, core files, and initial setup.
A programmer shares their excitement about receiving three classic computer science books: Introduction to Algorithms, SICP, and The Pragmatic Programmer.
Argues that PostgreSQL's advanced features and data guarantees make it a superior choice over NoSQL databases for many applications.
A technical guide on rewriting WCF OData service base URLs to work correctly behind a load balancer or reverse proxy.
Heroku's Maker's Day is a weekly policy giving engineers a full day of uninterrupted, meeting-free time to focus on deep work and boost productivity.
A developer's journey to create SofiaJS, a JavaScript user group in Bulgaria, to foster a local community for developers.
A Computer Science student reflects on finishing a Java game, enjoying courses like Data Structures, and reading tech/design books.
An inside look at Heroku's agile engineering culture, focusing on small team structures, self-chosen tools, and collaborative practices.
A guide to installing Python packages using pip and virtualenv, including creating isolated environments and managing dependencies with requirements.txt.