This website is continuously under development, with new features and updates added regularly.
Task Detail
mkdir academic-works-etl
cd academic-work-etl
dotnet new console -o AcademicWorksETL --use-program-main //creating console app with main in program.cs file
dotnet sln add AcademicWorksETL