<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Repository-Pattern on Nitin Kumar Singh</title><link>https://nitinksingh.com/tags/repository-pattern/</link><description>Recent content in Repository-Pattern on Nitin Kumar Singh</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Nitin Kumar Singh. All rights reserved.</copyright><lastBuildDate>Sun, 01 Dec 2024 09:00:00 +0530</lastBuildDate><atom:link href="https://nitinksingh.com/tags/repository-pattern/index.xml" rel="self" type="application/rss+xml"/><item><title>Using Dapper for Data Access and Repository Pattern</title><link>https://nitinksingh.com/posts/using-dapper-for-data-access-and-repository-pattern/</link><pubDate>Sun, 01 Dec 2024 09:00:00 +0530</pubDate><guid>https://nitinksingh.com/posts/using-dapper-for-data-access-and-repository-pattern/</guid><description>&lt;h3 class="relative group"&gt;&lt;strong&gt;Introduction&lt;/strong&gt;
 &lt;div id="introduction" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#introduction" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;p&gt;In this article, we will explore how the &lt;strong&gt;Contact Management Application&lt;/strong&gt; integrates &lt;strong&gt;Dapper&lt;/strong&gt; for efficient data access. &lt;strong&gt;Dapper&lt;/strong&gt; is a micro-ORM (Object-Relational Mapper) that excels in performance by directly interacting with SQL. We will focus on how Dapper is utilized within the &lt;strong&gt;Repository Pattern&lt;/strong&gt; to ensure clean, maintainable, and efficient access to the database. Additionally, we will explore how &lt;strong&gt;Dapper&lt;/strong&gt; works in tandem with the &lt;strong&gt;Unit of Work&lt;/strong&gt; pattern to manage transactions.&lt;/p&gt;</description></item></channel></rss>