Skip to content

Develop a .NET Core console solution in C# that reads a *.csv file stored in an Azure storage account and inserts its content into a local SQL Server DB.

License

Notifications You must be signed in to change notification settings

vladperchi/CsvImporterDapper

Repository files navigation

Forks Stargazers Issues LinkedIn

CsvImporter

  • This is a console application developed with CSharp, SQL, Dapper to download a .csv file stored in an Azure storage account. We then read and process the data and insert it into a local SQL database.

Technology Stack

  • API - ASP.NET Core
  • Data Access
  • DB Providers - MSSQL SERVER

Features

  • .NET C# 8
  • ASP.NET Core
  • Dapper
  • Ioc
  • Swagger

Getting Started

To get started, here are the avaiable three options: download, clone or fork.

  • Download ZIP.
  • Open GitBash, command git clone, paste https://github.com/vladperchi/CsvImporterDapper.git and enter for clone.

You would probably need to take this approach if you want to keep your source code upto date with the latest changes.

  • Make a fork of this repository in your Github account. Use this if you want to always keep your version up-to date with the latest changes.

Contributing

Contributions are what make the open source community such an amazing place to learn, create, and inspire. Any contribution you make is greatly appreciated.

Join the elite list!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/IncredibleFeature)
  3. Commit your Changes (git commit -m 'Add some IncredibleFeature')
  4. Push to the Branch (git push origin feature/IncredibleFeature)
  5. Open a Pull Request

Core Developer Contact

License

This project is licensed with the MIT License.

Support

Has this Project helped you learn something New? or Helped you at work? Here are a few ways by which you can support.


black-button

About

Develop a .NET Core console solution in C# that reads a *.csv file stored in an Azure storage account and inserts its content into a local SQL Server DB.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published