- 81
- 18 141
Codevidyalaya
India
เข้าร่วมเมื่อ 20 ธ.ค. 2017
Codevidyalaya stands as an invaluable platform empowering developers of all levels. Since its inception in 2019, our mission has been to aid aspiring programmers in their learning journey. Specifically tailored for beginners, Codevidyalaya offers a robust resource hub and real-world project solutions.
Our blog is a treasure trove of programming insights covering a wide array of technologies: C#, MVC, Asp.Net, Javascript, SQL, MySQL, AngularJs, Angular, and more. Whether you're seeking foundational programs, comprehensive tutorials, or hands-on projects, our content is designed to facilitate a deep understanding of programming concepts.
At Codevidyalaya, we believe in nurturing programming skills from the ground up, providing a supportive environment for students venturing into the world of coding. Join us on this educational odyssey as we unlock the world of programming together.
Angular 18 Login Component & Routing - Part 3: Reactive Forms & Standalone Components
In Part 3 of this Angular 18 tutorial series, I demonstrate how to create a login component as a standalone component. This video covers:
Importing route and ReactiveFormsModule in the standalone component.
Setting up routes for login and registration pages.
Building the HTML structure for both login and registration pages.
Learn how to manage forms and routing efficiently in Angular 18. Stay tuned for more tutorials and don't forget to subscribe!
Importing route and ReactiveFormsModule in the standalone component.
Setting up routes for login and registration pages.
Building the HTML structure for both login and registration pages.
Learn how to manage forms and routing efficiently in Angular 18. Stay tuned for more tutorials and don't forget to subscribe!
มุมมอง: 99
วีดีโอ
Angular 18 Folder Structure - Part 2: Core, Feature & Shared Modules Explained
มุมมอง 1102 หลายเดือนก่อน
In Part 2 of this Angular 18 tutorial series, I break down the folder structure inside the src/ directory, explaining the roles of core, feature, and shared modules. You’ll learn: How to organize authentication, interceptors, and models in the core module. Best practices for managing student, teacher, and attendance components, pages, and services in the feature module. Efficient use of reusabl...
Getting Started with Angular 18 - Part 1: Installations, CLI Setup & Folder Structure Explained
มุมมอง 742 หลายเดือนก่อน
In Part 1 of this Angular 18 tutorial series, I guide you through the foundational steps to get started. This video covers: Required software installations before working with Angular. How to install Angular CLI and verify the installed version. An in-depth explanation of the folder structure in a newly created Angular project. Stay tuned for more parts in this series, and don't forget to subsc...
ASP.NET Web API Clean Architecture Tutorial: Implementing Login and Registration| Part 37
มุมมอง 2417 หลายเดือนก่อน
Welcome to our latest tutorial in the ASP.NET Web API Clean Architecture series! In this episode, we're diving deep into the implementation of user login and registration functionalities. Follow along as we meticulously craft each step, from setting up the authentication endpoints to writing the code for user registration and login. Learn how to seamlessly integrate these features into your ASP...
ASP.NET Core Clean Architecture Identity Role and User Configuration Mapping | Part 36
มุมมอง 2788 หลายเดือนก่อน
In Part 36 of our ASP.NET Core Clean Architecture Identity series, we're delving into role and user configuration mapping, a crucial aspect of establishing robust identity management. Join us as we explore the intricacies of creating roles and users within the ASP.NET Core Clean Architecture framework. Learn how to configure the identity database connection, seamlessly integrate configuration f...
ASP.NET Core Clean Architecture Identity Secure Login, JWT Token, and Role-Based | Part 35
มุมมอง 2288 หลายเดือนก่อน
Welcome to Part 35 of our ASP.NET Core Clean Architecture Identity series! In this tutorial, we're diving into the implementation of secure user authentication and registration. Join us as we explore how to generate JWT tokens during login, ensuring a robust and secure authentication process. Additionally, learn how to enhance user registration by assigning roles to new users, adding an extra l...
ASP.NET Core Clean Architecture Identity Setup : Seamless Authentication and Authorization | Part 34
มุมมอง 5848 หลายเดือนก่อน
Join us in Part 34 of our ASP.NET Core Clean Architecture Integration series, where we unravel the intricacies of setting up Identity in an ASP.NET Core API. In this comprehensive tutorial, we guide you through the process of seamlessly integrating authentication and authorization using the Clean Architecture pattern. We'll create a dedicated library class in the infrastructure, design the nece...
ASP.NET Core Clean Architecture IntegrationDisplaying Category Details in MVC| Part 33
มุมมอง 1198 หลายเดือนก่อน
Welcome to Part 33 of our ASP.NET Core Clean Architecture Integration series! In this tutorial, we'll dive into fetching and displaying category details by ID within an MVC application, leveraging the ASP.NET Core Clean Architecture API. Follow along as we seamlessly integrate the API into our MVC app, creating an immersive experience for users exploring category details. From API consumption t...
ASP.NET Core Clean Architecture Integration Creating Category List Page in MVC | Part 32
มุมมอง 808 หลายเดือนก่อน
In Part 32 of our ASP.NET Core Clean Architecture Integration series, we're taking the integration to the next level! Join us as we consume the ASP.NET Core Clean Architecture API within an MVC application. In this tutorial, we'll focus on creating a dynamic Category List page. Step-by-step, witness the magic unfold as we fetch the list of categories from the API and seamlessly bind them to the...
ASP.NET Core Clean Architecture Integration HTTP Context and Factory for API Consumption | Part 31
มุมมอง 1078 หลายเดือนก่อน
In Part 31 of our ASP.NET Core Clean Architecture Integration series, we're elevating the connection between an MVC application and the Clean Architecture API. Join us as we create HTTP context and an HTTP client factory to streamline API consumption. We'll also craft the Category Controller, initiating with the first method, 'Get Category.' Witness the power of connecting your MVC application ...
How to upload file in ASP.NET Core MVC Blog Part -14
มุมมอง 1108 หลายเดือนก่อน
Codevidyalaya is a one of the best platform for developer. Here developer can learn as well as they can get solution in real world project. Codevidyalaya was started in the year 2019 with an intention to help other students who are learning or thinking to learn programming. It is specially for beginners. This blog is related to programming technologies like C#, MVC, Asp.Net, Javascript, SQL, My...
ASP.NET Core Clean Architecture Integration : MVC Application Consuming API | Part 30
มุมมอง 738 หลายเดือนก่อน
Welcome to Part 30 of our extensive ASP.NET Core Clean Architecture series! In this installment, we take a deep dive into integration by creating an ASP.NET Core MVC application that consumes the Clean Architecture API. Join us as we navigate through the setup of interfaces and view models designed specifically for seamless communication with the API. Witness the live demonstration of the MVC a...
ASP.NET Core Clean Architecture Integration Testing with In-Memory Database| Part-29
มุมมอง 639 หลายเดือนก่อน
Welcome to Part 5 of our ASP.NET Core Clean Architecture Testing series! In this tutorial, we embark on a journey into Integration Testing, a crucial phase in ensuring the seamless interaction of components within your application. Join us as we create a dedicated unit test application, leveraging an In-Memory Database for integration testing. Witness the step-by-step process of crafting integr...
ASP.NET Core Clean Architecture Unit Testing CommandHandler Testing | Part-28
มุมมอง 1169 หลายเดือนก่อน
Description: In the latest installment of our ASP.NET Core Clean Architecture Unit Testing series (Part 3), we're delving into the realm of testing CQRS handlers. Join us as we walk through the step-by-step creation of unit test methods for the Category Handler class, specifically focusing on testing the 'Get All Categories' functionality. Watch the tests run successfully, gaining confidence in...
ASP.NET Core Clean Architecture Unit Testing | Testing CQRS Handlers | Part-27
มุมมอง 1279 หลายเดือนก่อน
In the latest installment of our ASP.NET Core Clean Architecture Unit Testing series (Part 3), we're delving into the realm of testing CQRS handlers. Join us as we walk through the step-by-step creation of unit test methods for the Category Handler class, specifically focusing on testing the 'Get All Categories' functionality. Watch the tests run successfully, gaining confidence in the reliabil...
ASP.NET Core Clean Architecture Unit Testing Mocking Repositories and Unit of Work | Part-26
มุมมอง 949 หลายเดือนก่อน
ASP.NET Core Clean Architecture Unit Testing Mocking Repositories and Unit of Work | Part-26
ASP.NET Core Clean Architecture Unit Testing Setting Up the Foundation | Part-24
มุมมอง 1339 หลายเดือนก่อน
ASP.NET Core Clean Architecture Unit Testing Setting Up the Foundation | Part-24
ASP.NET Core Clean Architecture Global Exception Error Handling | Part-24
มุมมอง 2789 หลายเดือนก่อน
ASP.NET Core Clean Architecture Global Exception Error Handling | Part-24
ASP.NET Core Clean Architecture API Endpoints | Update and Delete Operations Demystified | Part-23
มุมมอง 879 หลายเดือนก่อน
ASP.NET Core Clean Architecture API Endpoints | Update and Delete Operations Demystified | Part-23
Creating Data in ASP.NET Core Clean Architecture | Post Method Implementation | Part-22
มุมมอง 509 หลายเดือนก่อน
Creating Data in ASP.NET Core Clean Architecture | Post Method Implementation | Part-22
RESTful APIs with ASP.NET Core Clean Architecture | Mediator Pattern Integration | Part-21
มุมมอง 1459 หลายเดือนก่อน
RESTful APIs with ASP.NET Core Clean Architecture | Mediator Pattern Integration | Part-21
ASP.NET Core Clean Architecture with Entity Framework | Database Setup & Migration | Part-20
มุมมอง 1159 หลายเดือนก่อน
ASP.NET Core Clean Architecture with Entity Framework | Database Setup & Migration | Part-20
Connection Strings and Email Settings in ASP.NET Core Clean Architecture | Part-19
มุมมอง 1239 หลายเดือนก่อน
Connection Strings and Email Settings in ASP.NET Core Clean Architecture | Part-19
API Application in ASP.NET Core Clean Architecture | Layer Registration in Program File | Part-18
มุมมอง 969 หลายเดือนก่อน
API Application in ASP.NET Core Clean Architecture | Layer Registration in Program File | Part-18
Configuring Logging in ASP.NET Core Clean Architecture | Infrastructure Integration | Part-17
มุมมอง 54710 หลายเดือนก่อน
Configuring Logging in ASP.NET Core Clean Architecture | Infrastructure Integration | Part-17
Configuring Email Services in ASP.NET Core Clean Architecture | Infrastructure Layer | Part-16
มุมมอง 23410 หลายเดือนก่อน
Configuring Email Services in ASP.NET Core Clean Architecture | Infrastructure Layer | Part-16
Infrastructure Layer in ASP.NET Core Clean Architecture | Part-15
มุมมอง 14710 หลายเดือนก่อน
Infrastructure Layer in ASP.NET Core Clean Architecture | Part-15
Implementing Generic Repository, Category Repository, and Unit of Work in ASP.NET Core| Part-14
มุมมอง 14610 หลายเดือนก่อน
Implementing Generic Repository, Category Repository, and Unit of Work in ASP.NET Core| Part-14
ApplicationDBContext in ASP.NET Core | Entity Configuration for Category and Subcategory | Part-13
มุมมอง 13510 หลายเดือนก่อน
ApplicationDBContext in ASP.NET Core | Entity Configuration for Category and Subcategory | Part-13
Setting Up Persistence in ASP.NET Core Clean Architecture | c Middleware Configuration | Part-12
มุมมอง 18410 หลายเดือนก่อน
Setting Up Persistence in ASP.NET Core Clean Architecture | c Middleware Configuration | Part-12
How to multiple categories add
Can we get the source code
This video came in really handy at work. Thanks, you're a job saver ❤❤
Why dont you take a look at the quality of your sound and video before you upload. Very unprofessional. Your channel will never groy if you dont take care of basic stuff.
Ho sataya can you share next video pls
Data not saved in data base pls help
Hi Satya please can you provide me bolg controler and blog create edit and delete cshtml
Excellent! 🤠 Thnks for sharing!
At least write in the title that you're speaking in foreign language ..
Hi, When will you upload the next videos?
sir iska project chahiye bcz logingpartial not working
Ok sure i will share this one also.
sir apne jo project upload kiya h dusra project h
Thanks again
In dotnet 8 they made is simpler. Can u make please.
Package restore failed rolling back package change for' pls help
Hi satya your video is helpful can u provide full source code
yes i will share
@@codevidyalaya where
In next video i will share
@@codevidyalaya tqs
Hi satya can u provide full code eg to 10 post related post
hi, Can you please share the Github link where we can get the code of the same?
yes i will share
useful share
thanks for lesson.
Is this Course is Free or Paid?
Hi Nice videos. Can you upload the Part-14 as well. Its missing
Aapke starting tutorials ke 4-5 videos m error aa rhe the lakin last m wo fix ho gye. But mere m abhi bhi whi dikha rha h. Please check it out and help me to solve this problem. I am in tutorial 19 and now this time, my migration doesn't work because some compile time error occured. 1st error in - GetCategoryDetailsQueryHandler . Isme return type m error show kr rha hai..!In last line. 2nd error in - DeleteCategoryCommandHandler. Isme Handle method m error hai Please help me to solve this. I am till the end of this tutorial
Hey Satya, please upload remaining videos. Thanks!
I am working on that; I will upload the remaining video soon.
Can you share the Git repo of this project.
Github url need
Sure i will add
Hey Satya, Thanks for sharing your knowledge. Please add the codes, which you are pasting in the video to the description or a GitHub link will also work. How the viewers will follow, if they don't have the code which you are using on the project? In last few videos also you have not added the code. Also, part-14 is missing in the series. Please upload that.
Sure i will upload
Nice explanation, Btw which theme are you using it?
One dark pro
Nice explain sir
can u share the code ..pls
Please provide GitHub code link
Just WOW
how about database? will that be part of infrastructure?
Yes database is treated as an external component that the application interacts with through repositories or data access layers.
Can you please upload next videos
thanks for the tutorial, I was puzzled why the patch was not working and realised from your video that I forgot to add AddNewtonsoftJson to controller services.
Excellent
Excellent Sir...looking for more videos
Sir thoda explanation ki zaroorat hai. Jaise IEnumerable ky hai and model kyo banaya etc...
Hi sir, when can we expect next video of blog project
Apologies for the delay, I will upload very soon.
@@codevidyalaya sir, thanks a ton for your quick response. Eagerly waiting for your videos.
Good Sir Starting Please build one or more project of ASP Core
Excellent videos. Waiting for next video
good going satya.all the best.
Good one share source code bro
After this, can you create a corporate website using a ready-made theme? For example, a job search or second-hand goods selling site, etc. Thank you in advance. Dont forget pay part I am looking forward😊
best of luck sir
Nice 👍
All the best Satya 🎉
Go for it best of luck 💐💐
Nyc