├── .gitignore ├── LICENSE ├── README.md ├── Telegram-groups.md └── book-list.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnug/get-started-with-dotnet/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnug/get-started-with-dotnet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnug/get-started-with-dotnet/HEAD/README.md -------------------------------------------------------------------------------- /Telegram-groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnug/get-started-with-dotnet/HEAD/Telegram-groups.md -------------------------------------------------------------------------------- /book-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnug/get-started-with-dotnet/HEAD/book-list.md --------------------------------------------------------------------------------