{"id":15067931,"url":"https://github.com/prathameshdhande22/c-sharp-tutorial","last_synced_at":"2026-01-03T13:05:32.488Z","repository":{"id":254312728,"uuid":"836386832","full_name":"PrathameshDhande22/C-Sharp-Tutorial","owner":"PrathameshDhande22","description":"Repository for C# Tutorial Files","archived":false,"fork":false,"pushed_at":"2024-08-22T16:34:38.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T06:11:48.752Z","etag":null,"topics":["c-sharp","c-sharp-tutorial","kudvenkat","net-7","net-core","net-framework","tutorial"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PrathameshDhande22.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T18:28:51.000Z","updated_at":"2024-08-22T16:34:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1ade008-e9df-4261-9eda-5e564ca1e9bb","html_url":"https://github.com/PrathameshDhande22/C-Sharp-Tutorial","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"1f2e4d3189a59e29dd823235c1563bcf39735942"},"previous_names":["prathameshdhande22/c-sharp-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrathameshDhande22%2FC-Sharp-Tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrathameshDhande22%2FC-Sharp-Tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrathameshDhande22%2FC-Sharp-Tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrathameshDhande22%2FC-Sharp-Tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrathameshDhande22","download_url":"https://codeload.github.com/PrathameshDhande22/C-Sharp-Tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830953,"owners_count":20354854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","c-sharp-tutorial","kudvenkat","net-7","net-core","net-framework","tutorial"],"created_at":"2024-09-25T01:29:25.437Z","updated_at":"2026-01-03T13:05:32.422Z","avatar_url":"https://github.com/PrathameshDhande22.png","language":"C#","readme":"# C# Tutorial\n\nThese Repository Contains the All files related to Tutorial\n\n**Tutorial Reference Youtube Playlist** [Click Here](https://youtube.com/playlist?list=PLAC325451207E3105\u0026si=ePptQFtskm3Sj9Fi)\n\n**Note:** Open the `tutorial.csproj` or `tutorial.sln` in the **Visual Studio** and change only the startup object by right clicking to the Project after opened and select only main the object of the particular file. To run the project follow these steps.\n\n## Topics Covered:\n\n| Sr.No | Topics                            |\n| ----- | --------------------------------- |\n| 1     | Introduction                      |\n| 2     | Reading Writing Console           |\n| 3     | Built-in Types                    |\n| 4     | Operators                         |\n| 5     | Nullable Types                    |\n| 6     | Datatype Conversion               |\n| 7     | Arrays                            |\n| 8     | Comments                          |\n| 9     | If Statement                      |\n| 10    | Switch Statements                 |\n| 11    | Goto Keyword                      |\n| 12    | While Loop                        |\n| 13    | Do While                          |\n| 14    | For Loop                          |\n| 15    | Exercise                          |\n| 16    | Method                            |\n| 17    | Pass by Value \u0026 Reference         |\n| 18    | Out Parameters                    |\n| 19    | Parameter Arrays                  |\n| 20    | Namespaces                        |\n| 21    | Class                             |\n| 22    | Static \u0026 Instance Members         |\n| 23    | Inheritance                       |\n| 24    | Method Hiding                     |\n| 25    | Polymorphism                      |\n| 26    | Method Overloading                |\n| 27    | Properties                        |\n| 28    | Structs                           |\n| 29    | Sealed Keyword                    |\n| 30    | Interfaces                        |\n| 31    | Explicit Interface                |\n| 32    | Abstract Class                    |\n| 33    | Multiple Inheritance              |\n| 34    | Delegates                         |\n| 35    | Multicast Delegates               |\n| 36    | Exception                         |\n| 37    | Inner Exception                   |\n| 38    | Custom Exception                  |\n| 39    | Enums                             |\n| 40    | Access Modifiers                  |\n| 41    | Obsolete Attributes               |\n| 42    | Custom Attributes                 |\n| 43    | Reflection                        |\n| 44    | Generics                          |\n| 45    | Override ToString                 |\n| 46    | Override Equals                   |\n| 47    | Convert String \u0026 ToString         |\n| 48    | StringBuilder                     |\n| 49    | Partial Classes                   |\n| 50    | Indexers                          |\n| 51    | Optional Parameters               |\n| 52    | Dictionary                        |\n| 53    | List Class                        |\n| 54    | Generic Class List                |\n| 55    | Sorting Simple  Types                  |\n| 56    | Sorting Complex Types                  |\n| 57    | Sorting Complex types using Delegate          |\n| 58    | Useful Methods List               |\n| 59    | List Extension Methods            |\n| 60    | Threading                         |\n| 61    | Multithreading                    |\n| 62    | Anonymous Method                  |\n| 63    | Lambda Expression                 |\n| 64    | Func Delegate                     |\n| 65    | Async Await                       |\n| 66    | Tuples ValueTuples Nullable Types |\n| 67    | Value Tuple                       |\n| 68    | File Reader                       |\n| 69    | File Writer                       |\n| 70    | Query Keywords                    |\n| 71    | Operator Overlaoding              |\n\n## Author: Prathamesh Dhande\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathameshdhande22%2Fc-sharp-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprathameshdhande22%2Fc-sharp-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathameshdhande22%2Fc-sharp-tutorial/lists"}