Master CRUD API with ASP.NET Core and Angular 19: Full Example & Source Code | The Modern Approach

  Рет қаралды 30,132

Code with Pushpa

Code with Pushpa

Күн бұрын

Пікірлер: 70
@motivationcloned
@motivationcloned Жыл бұрын
The best tutorials i have ever seen in angular 17 with .net 8 web API !!!
@codewithpushpa
@codewithpushpa Жыл бұрын
Thank you so much 🙏
@mahdiandalib186
@mahdiandalib186 Жыл бұрын
thx man, i hope you create more angular tutorials and create a complete web app using angular
@codewithpushpa
@codewithpushpa Жыл бұрын
Thank you for your kind words! I'm thrilled you enjoy the Angular tutorials. Creating a complete web app using Angular is a fantastic idea, and I'm definitely considering it for future content. Your support is truly appreciated-stay tuned for more! 🚀
@SKtutorial15434
@SKtutorial15434 10 ай бұрын
Thanks for helping me ❤❤
@codewithpushpa
@codewithpushpa 10 ай бұрын
Happy to help 🩷
@a-gogtheabacha7043
@a-gogtheabacha7043 Жыл бұрын
Excellent Bro, Appriciate your videos, wish u all the best
@codewithpushpa
@codewithpushpa Жыл бұрын
Thank you so much 😀
@pedrobelfort7003
@pedrobelfort7003 Жыл бұрын
the best!!
@codewithpushpa
@codewithpushpa Жыл бұрын
Thank you so much ☺️
@sitachalaune5392
@sitachalaune5392 Жыл бұрын
❤ amazing video
@codewithpushpa
@codewithpushpa Жыл бұрын
Thank you much
@AashisThapa-f2m
@AashisThapa-f2m Жыл бұрын
Amaizing🎉
@codewithpushpa
@codewithpushpa Жыл бұрын
Thank you so much 🩷
@TpLink-f5c
@TpLink-f5c Жыл бұрын
Thank you for amazing tutorials please make another with react 18 👏👏
@codewithpushpa
@codewithpushpa Жыл бұрын
Coming soon! Stay Tuned
@harshkumarchhabra2304
@harshkumarchhabra2304 Ай бұрын
bro can u provide source code of this , when i reahced to delete button and edit button , everything got messed up , now when i click on delete button nothing happens and when i clikc on edit button it doesnt go to edit page and when i click on add new button it doesnt go to add new page , but prior to when i reached delete button , add new button was working , now i dont know what is happenening , please provide the source code so i can cross check what wen twrong
@codewithpushpa
@codewithpushpa Ай бұрын
Hey, thanks for reaching out! I totally get your frustration-sometimes, small issues like this can mess up the flow. No worries, you can find the source code in the description below, just click the link!
@swapnilbopche5383
@swapnilbopche5383 10 ай бұрын
Very helpful ❤
@codewithpushpa
@codewithpushpa 10 ай бұрын
Thank you so much ❤️
@amitojhahandsomehunk
@amitojhahandsomehunk 9 ай бұрын
Great video Sir🙏
@codewithpushpa
@codewithpushpa 9 ай бұрын
Thank you so much ❤️
@Ngochieu2109
@Ngochieu2109 Жыл бұрын
Very good Sir , Can you make video to building HomePage with Login Register and keep all language . I will appreciate
@codewithpushpa
@codewithpushpa Жыл бұрын
Yes, soon
@persianrom6389
@persianrom6389 11 ай бұрын
hi,good job but i have an error with tailwindcss " warn - No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration." can you please say whats wrong ? tailwindcss dosnt work !
@codewithpushpa
@codewithpushpa 11 ай бұрын
have you added tailwind directives to your style.css @tailwind base; @tailwind components; @tailwind utilities; like this
@persianrom6389
@persianrom6389 11 ай бұрын
@@codewithpushpa yes exactly like yours code !
@codewithpushpa
@codewithpushpa 11 ай бұрын
Check your tailwind.config.js file and ensure that the content option includes the paths to your Angular components and templates. tailwindcss.com/docs/guides/angular
@nadetdevfullstack7041
@nadetdevfullstack7041 Жыл бұрын
Excellent
@codewithpushpa
@codewithpushpa Жыл бұрын
Thank you so much 😀
@JiangFu
@JiangFu Жыл бұрын
Thank you sir for this tutorials , When i npm ngx-toastr , I add or edit student then show toast success , but console have a error like this "NG05105: Unexpected synthetic property @flyInOut found. Please make sure that: - Either `BrowserAnimationsModule` or `NoopAnimationsModule` are imported in your application. - There is corresponding configuration for the animation named `@flyInOut` defined in the `animations` field of the `@Component` decorator" I google error message, But i can't find how to fix it in standalone , Have any idea to help , thank you !!
@codewithpushpa
@codewithpushpa Жыл бұрын
Install animation library and register it in app config ts file
@JiangFu
@JiangFu Жыл бұрын
​@@codewithpushpa Morning Sir , thank you for help . install animation to fix, # In tutorials , delete student code: toastService!:ToastrService will error in console and no show message when delete student , and I add in constructor , is success to show delete message # Thank you 😀
@codewithpushpa
@codewithpushpa Жыл бұрын
@@JiangFu great happy to help you 👍
@mdsafikulislam9113
@mdsafikulislam9113 Жыл бұрын
Can we use Other Databases like SQL Server, MySQL, MongoDB etc? Please give an example with SQL Server. That's why I loved this tutorial because of combination of Angular 17 & EF Core.
@codewithpushpa
@codewithpushpa Жыл бұрын
Yes we can use other database too. In upcoming videos i will use sqlserver example
@mdsafikulislam9113
@mdsafikulislam9113 Жыл бұрын
Thanks@@codewithpushpa
@جيمرتك-ث3ض
@جيمرتك-ث3ض 11 ай бұрын
Can you provide the source code , Thank you
@codewithpushpa
@codewithpushpa 11 ай бұрын
github.com/pushpa-raj-dangi/ng17net8Crud
@umerfarooq3121
@umerfarooq3121 Жыл бұрын
Which server are you using? Is it free or paid?
@codewithpushpa
@codewithpushpa Жыл бұрын
It is IIS Express
@umerfarooq3121
@umerfarooq3121 Жыл бұрын
@@codewithpushpa Can you please make a video on it? is it free?
@codewithpushpa
@codewithpushpa Жыл бұрын
@@umerfarooq3121 it is free to use
@CodeSample360
@CodeSample360 11 ай бұрын
Thank you very much. Can you please share the GitHub source code link?
@codewithpushpa
@codewithpushpa 11 ай бұрын
Use this link github.com/pushpa-raj-dangi/ng17net8Crud
@codelover1426
@codelover1426 11 ай бұрын
make a video on deploy angular 17 in iis server on windows 10 or server pc
@codewithpushpa
@codewithpushpa 11 ай бұрын
In upcoming video stay tuned
@codelover1426
@codelover1426 11 ай бұрын
@@codewithpushpa Waiting for this
@ligerpost751
@ligerpost751 7 ай бұрын
Sir please make a project with ddl,cbl,rbl crud operation in .net core web api with angular
@codewithpushpa
@codewithpushpa 7 ай бұрын
In upcoming video
@ligerpost751
@ligerpost751 7 ай бұрын
@@codewithpushpa thank you sir
@mdsafikulislam9113
@mdsafikulislam9113 Жыл бұрын
Dear Brother, please add Authentication & Authorization System in your existing CRUD Application. Thanks in advance!
@codewithpushpa
@codewithpushpa Жыл бұрын
Thanks you so much for your comment . In upcoming video i will add authentication and authorization.
@mdsafikulislam9113
@mdsafikulislam9113 Жыл бұрын
@@codewithpushpa You're welcome!
@teeka2542
@teeka2542 Жыл бұрын
Excellent 😊thank you 🙏❤️
@codewithpushpa
@codewithpushpa Жыл бұрын
Welcome 😊
@mohscode219
@mohscode219 11 ай бұрын
100%
@codewithpushpa
@codewithpushpa 11 ай бұрын
Thank you so much
@triggerHLM
@triggerHLM 11 ай бұрын
Using var in typescript 😂
@codewithpushpa
@codewithpushpa 11 ай бұрын
It's better to use let and const to avoid unintentional variable hoisting.
Build a Secure App with Angular 18 & ASP .NET 8
4:28:39
Code with Pushpa
Рет қаралды 48 М.
Connecting an Angular App with ASP.NET Core
12:08
Programming with Felipe Gavilan
Рет қаралды 2,8 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 86 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 448 М.
The Ultimate Roadmap for Full-Stack .NET Developers in 2024
7:21
Angular 18  Asp.net 8 Digital Shop - Stripe Payment- Full Tutorial
6:39:09
5 deadly Rust anti-patterns to avoid
13:25
Let's Get Rusty
Рет қаралды 40 М.
Introduction Part 1
14:58
Ayz Programming
Рет қаралды 19 М.
10 Signs Your Software Project Is Heading For FAILURE
17:59
Continuous Delivery
Рет қаралды 10 М.
INCREDIBLE Checkmate After Only 21 Moves!!!!!!
8:06
Anna Cramling
Рет қаралды 53 М.
Angular 19 is a BEAST of a release!
19:39
Maximilian Schwarzmüller
Рет қаралды 62 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН