Skip to content

Commit b95d48f

Browse files
committed
2 parents 30de2f6 + 923e8e1 commit b95d48f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ Currently under development.
66
CSVSerializer.NET is a .NET class library to include full support for CSV in your own application.
77
This class library follows the [specifications](https://www.ietf.org/rfc/rfc4180.txt) of CSV.
88

9-
<h1>Minimum requirements</h1>
9+
<h2>Getting started</h2>
10+
I created a new type, for an enhanced way to visualize things: <strong>Document</strong>. This will allow an easier organization of the document, a better encapsulation and reusability. The structure is explained in the image below.
11+
![document-structure](https://raw.githubusercontent.com/LucaMozzo/CSVSerializer.NET/master/Demo.VB/Media/Document-format.png)
12+
Please bear in mind that a Header is of type Row! I kept it in a different variable inside Document to provide more customization.
13+
<h3>Complete beginners - Preliminary operations</h3>
14+
Please the following procedures before using the code from the demos I provided. The following examples are made in VB .NET but it's the same for C#.
15+
<h4>Create a new project</h4>
16+
![beginners-step1](https://raw.githubusercontent.com/LucaMozzo/CSVSerializer.NET/master/Demo.VB/Media/usage-step1.gif)
17+
<h4>Add a reference to the library</h4>
18+
![beginners-step2](https://raw.githubusercontent.com/LucaMozzo/CSVSerializer.NET/master/Demo.VB/Media/usage-step2.gif)
19+
20+
<h2>Minimum requirements</h2>
1021
<i>For contributing</i>
1122
<ul>
1223
<li>Visual Studio 2015</li>

0 commit comments

Comments
 (0)