AutoMapper.website/index.html

95 строки
4.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="AutoMapper : A convention-based object-object mapper. 100% organic and gluten-free. Takes out all of the fuss of mapping one object to another." />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
<title>AutoMapper</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/AutoMapper/AutoMapper">View on GitHub</a>
<h1 id="project_title"><img src="images/black_logo.png" alt="AutoMapper"></h1>
<h2 id="project_tagline">A convention-based object-object mapper. 100% organic and gluten-free. Takes out all of the fuss of mapping one object to another.</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/AutoMapper/AutoMapper/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/AutoMapper/AutoMapper/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="what-is-automapper" class="anchor" href="#what-is-automapper"><span class="octicon octicon-link"></span></a>What is AutoMapper?</h3>
<p>AutoMapper is a simple little library built to solve a deceptively complex problem - getting rid of code that mapped one object to another. This type of code is rather dreary and boring to write, so why not invent a tool to do it for us?</p>
<h3>
<a name="how-do-i-get-started" class="anchor" href="#how-do-i-get-started"><span class="octicon octicon-link"></span></a>How do I get started?</h3>
<p>Check out the <a href="http://automapper.readthedocs.io/en/latest/Getting-started.html">getting started guide</a>. When you're done there, the <a href="http://automapper.readthedocs.io/en/latest/">docs</a> go in to the nitty-gritty details.</p>
<h3>
<a name="where-can-i-get-it" class="anchor" href="#where-can-i-get-it"><span class="octicon octicon-link"></span></a>Where can I get it?</h3>
<p>First, <a href="http://docs.nuget.org/docs/start-here/installing-nuget">install NuGet</a>. Then, install AutoMapper from the package manager console:</p>
<pre><code>PM&gt; Install-Package AutoMapper
</code></pre>
<h3>Any support for Database Frameworks/ORMs?</h3>
<h5><a href="https://github.com/AutoMapper/AutoMapper.Data">AutoMapper.Data</a>: ADO.NET Support</h5>
<p>Map from IDataReader</p>
<h5><a href="https://github.com/AutoMapper/AutoMapper.EF6">AutoMapper.EF6</a>: Extension Methods for EF6</h5>
<p>Async extension methods for ProjectTo</p>
<h5><a href="https://github.com/AutoMapper/AutoMapper.Collection">AutoMapper.Collection</a>: Map collections by means of equivalency</h5>
<p>EqualityComparision between 2 classes</p>
<p>Add, map to, and delete items in a collection by comparing items for matches</p>
<p>AutoMapper.Collection.EF to support Equality by Primary Keys</p>
<p>Persist methods to handle Insert/Update/Delete DTOs to the Entities</p>
<h5><a href="https://github.com/AutoMapper/AutoMapper.Extensions.ExpressionMapping">ExpressionMapping</a>: Map Linq Expressions</h5>
<p>Useful with OData</p>
<h3>
<a name="how-can-i-get-help" class="anchor" href="#how-can-i-get-help"><span class="octicon octicon-link"></span></a>How can I get help?</h3>
<p>For quick questions, <a href="http://stackoverflow.com/questions/tagged/automapper">Stack Overflow</a> is your best bet.
For harder questions, head over to the <a href="http://groups.google.com/group/automapper-users">mailing list</a>.
Finally, for bugs, issues or feature requests, <a href="https://github.com/AutoMapper/AutoMapper/issues/new">create a GitHub Issue.</a></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">AutoMapper maintained by <a href="https://github.com/jbogard">Jimmy Bogard</a> and <a href="https://github.com/orgs/AutoMapper/people">others.</a></p>
<a href=""><img src="images\4b380d1c355c5021bd5f3c0452adf7e1.png" style="width: auto"></a>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-25283083-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>