{"id":15003231,"url":"https://github.com/ershubhambhagat/walkapi","last_synced_at":"2026-02-19T12:03:01.801Z","repository":{"id":242818607,"uuid":"806198123","full_name":"Ershubhambhagat/WalkAPI","owner":"Ershubhambhagat","description":"This comprehensive course covers the essentials of building and securing REST APIs using ASP.NET Core and .NET","archived":false,"fork":false,"pushed_at":"2024-08-06T14:43:47.000Z","size":3492,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Main2","last_synced_at":"2025-03-12T04:22:28.198Z","etag":null,"topics":["api-rest","automapper","automapperasynchronous-programming","dependency-injection","domain-models-and-dtos","entity-framework-core","jwt","jwt-bearer-tokens","ms-sql-server","net-core","repository-pattern","swagger","validation-and-security"],"latest_commit_sha":null,"homepage":"https://udemy-certificate.s3.amazonaws.com/pdf/UC-709a18cb-5fa1-472b-bdcc-0e406fc2a2aa.pdf","language":"C#","has_issues":true,"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/Ershubhambhagat.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-05-26T16:41:22.000Z","updated_at":"2024-09-20T12:01:53.000Z","dependencies_parsed_at":"2024-06-10T14:35:24.482Z","dependency_job_id":"0db47b5a-da39-4ca2-be4e-b9237fceeb7d","html_url":"https://github.com/Ershubhambhagat/WalkAPI","commit_stats":null,"previous_names":["ershubhambhagat/use-c-and-build-an-asp.net-core-web-api-with-ef-core-sql-server-authentication-authorization"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ershubhambhagat/WalkAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ershubhambhagat%2FWalkAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ershubhambhagat%2FWalkAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ershubhambhagat%2FWalkAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ershubhambhagat%2FWalkAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ershubhambhagat","download_url":"https://codeload.github.com/Ershubhambhagat/WalkAPI/tar.gz/refs/heads/Main2","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ershubhambhagat%2FWalkAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279276352,"owners_count":26138741,"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","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api-rest","automapper","automapperasynchronous-programming","dependency-injection","domain-models-and-dtos","entity-framework-core","jwt","jwt-bearer-tokens","ms-sql-server","net-core","repository-pattern","swagger","validation-and-security"],"created_at":"2024-09-24T18:57:19.242Z","updated_at":"2025-10-17T03:21:46.242Z","avatar_url":"https://github.com/Ershubhambhagat.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn and Implement in ASP.NET Core Web API Course\n\nIn this course, I will learn and implement:\n\n- **Understand REST APIs** by creating a Web API using ASP.NET Core and .NET 7\n- **Understand REST Principles**\n- **Understand Dependency Injection and Benefits**\n- **Creating New ASP.NET Core Web API Project**\n- **Understand .NET8 WEB API Project** In .NET 8 and C#\n- **Learn And Install Entity Framework Core (EF Core)** In ASP.NET Core Web API Project\n- **Learn Entity Framework Core Migrations**\n- **Understand the difference between Domain models and DTOs**\n- **Understand Domain Models and Repository Pattern**\n- **Use Swagger To Test ASPNET Core WEB API project**\n- **Learn How To Map Models To One Another Using Automapper**\n- **Learn Asynchronous Programming (Async Await)**\n- **Validate ASP.NET Core WEB API**\n- **Secure your ASP.NET Core Web API** using Microsoft Identity by adding Authentication and Role-Based Authorization to your REST API.\n- **Add JWT Authentication to ASP.NET Core Web API** by creating JWT Tokens for API Clients.\n- **Understand and Add Authentication and Authorization To ASP.NET Core API** and Create Read and Write Users To Test this Via Postman\n- **Incorporate ASP.NET JWT Authentication Into SwaggerUI**\n- **Add advanced functionality like Filtering, Sorting, and Pagination** to your ASP.NET Core Web API.\n\n## ASP.NET Core Web API and .NET 8\n- **Learned, understood and created** an ASP.NET Core Web API from scratch using .NET 8.\n- Built **scalable REST APIs** from scratch using ASP.NET CORE and C#.\n\n## Entity Framework Core\n- Learned and applied **Entity Framework Core** to perform CRUD operations on a SQL Server database.\n- Utilized Entity Framework Core in a **code-first approach**.\n\n## Design Patterns and Principles\n- Understood and applied the **Repository Pattern** in ASP.NET Core Web API.\n- Used **Domain-Driven Design (DDD)** to create domain-first models and projects.\n- Grasped **RESTful principles** and applied them in ASP.NET Core Web API.\n\n## Best Practices and Coding Techniques\n- Embraced **best practices** and clean coding techniques.\n- Acquired knowledge of **shortcuts, tips, and tricks**.\n- Added **validations** in ASP.NET CORE Web API.\n\n## Third-Party Libraries and Tools\n- Used popular third-party libraries such as **AutoMapper**.\n\n## Object-Oriented Programming\n- Understood and used **interfaces, inheritance, dependency injection**, etc.\n\n## Authentication and Authorization\n- Implemented **authentication and role-based authorization** to authenticate and authorize the ASP.NET Core database.\n- Created **JWT tokens** to authenticate API.\n\n## Testing and Documentation\n- Tested ASP.NET Core Web API using **Swagger** and **Postman**.\n\n## ASP.NET Core Identity\n- Utilized ASP.NET Core Identity in ASP.NET Core Web API to authenticate and add **role-based authorization**.\n\n## Advanced Features\n- Learned **filtering, sorting, and pagination** in ASP.NET Core Web API.\n\n# ASP.NET Core Web API Course - .NET8\n\n## Description\n\n\n\n## Course Structure\n\n## Getting Started with REST and ASP.NET Core\n\n- **Principles of REST**: Learn the foundational principles of RESTful architecture and how they apply to Web APIs.\n- **ASP.NET Core Overview**: Understand the structure and files created by ASP.NET Core when starting a new project.\n\n## Domain Models and Entity Framework Core\n\n- **Domain and Domain Models**: Create and comprehend the domain logic and models that represent the core of your application.\n- **Entity Framework Core**: Install EF Core and use migrations to scaffold a SQL Server database tailored to your models.\n\n## Building the API\n\n- **Controllers**: Develop controllers for your API and utilize Swagger UI for testing and documentation.\n- **Domain and Data Models**: Implement clean coding practices to construct a robust ASP.NET CORE Web API.\n- **Automapper**: Integrate Automapper, a third-party library, to efficiently map objects within your API.\n\n## CRUD Operations and Repository Pattern\n\n- **CRUD Operations**: Implement Create, Read, Update, and Delete functionalities using the Repository Pattern in your ASP.NET Core API.\n\n## Authentication and Authorization\n\n- **JWT Tokens**: Understand and apply JWT tokens for securing your API, allowing you to authenticate and authorize clients.\n- **ASP.NET Core Identity**: Utilize ASP.NET Core Identity to register users and manage roles within your API.\n\n## Advanced Features\n\n- **Filtering, Sorting, and Pagination**: Elevate your API with advanced features like filtering, sorting, and pagination to enhance user experience.\n- **Testing with Postman and Swagger**: Use tools like Postman and Swagger to rigorously test your API's authentication and authorization mechanisms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fershubhambhagat%2Fwalkapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fershubhambhagat%2Fwalkapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fershubhambhagat%2Fwalkapi/lists"}