goo.gl/bPcyXW : Buy me a Coffee bit.ly/4dWUGYd : Part 2 bit.ly/3MkvBrh : React Quiz App with Web API bit.ly/3Me2bxo : Everyone's favourite way of creating React forms bit.ly/2t0op0W : React CRUD with .Net Core API bit.ly/2N9QjkE : Master Detail CRUD with React & .Net Core API bit.ly/3Me2bxo : Everyone's favourite way of creating React forms
Hey i've followed your demo but whenever i submit the error "Object Reference not set to an instance of an object" at the code in 54:06 in your video. What should I do with that? Thanks
My API isnt allowing empty string from the attribute "ImageName" , i always get an error . I currently put a placeholder name in it but how can i fix it?
@@sandeeppondala4863 [Column(TypeName = "nvarchar(100)")] [Required(AllowEmptyStrings = true), DisplayFormat(ConvertEmptyStringToNull = false)] public string? ImageName {get; set; } You change this in EmployeeModel.cs Reason: You have to allow emptyString and you have to stop the conversion of empty strings into null.
it's a real pain to follow along here. I have to pause it every two seconds because you're just cutting away so much. Other than that it's all well explained. thank you
Hi the API is working fine locally but when it is uploaded to server it giving error "Invalid argument", status: 200, statusText: "OK" but file is not getting uploaded
goo.gl/bPcyXW : Buy me a Coffee
bit.ly/4dWUGYd : Part 2
bit.ly/3MkvBrh : React Quiz App with Web API
bit.ly/3Me2bxo : Everyone's favourite way of creating React forms
bit.ly/2t0op0W : React CRUD with .Net Core API
bit.ly/2N9QjkE : Master Detail CRUD with React & .Net Core API
bit.ly/3Me2bxo : Everyone's favourite way of creating React forms
Hey i've followed your demo but whenever i submit the error "Object Reference not set to an instance of an object" at the code in 54:06 in your video. What should I do with that? Thanks
This is exactly what i've been searching, thank you for this video. Im building an ecommerce project, and got stuck with my product images. Thanks.
Real Industry level Project ! Very well explained ,Thank you Sir
Excellent and useful demonstration I would like to (definitely donate) after my financial situation slightly improves ! Thank you
This was a great way to present React. Can't wait for you to present Blazor Web Assembly version of this tutorial. I want to hear your thoughts.
So usefully video, thanks
Great video! Thank you!
great tutorial
Thanks a Lot. From Dhaka
for getting the src of file i used src: URL.createObjectURL(e.target.files[0]) and it worked fine 😀 Thanks For The Video
Great 👍
perfect tutorial, thank you very much!
Glad you like it!
Thank You For This Video
Sos grande loco! Gracias! Thanks bro! you rock!
thanks for the video it helped me so much
Awesome tutorial, CodAffection. Keep up the good work.
Thanks, will do!
Amazing content!
Thank you for this video.
I learned a lot of things.
me salvaste de una muy grande con este video me suscribo!
Thank you Thank you Thank you
Thanks sir, very helpful video
You are the best 🤗🤗
:)
U r the best!
Hey at 27:37 you make sure that if the user cancels the window then it resets. This isnt working for me. Has something changed in react or something?
i had a problem in craeting instance of complexe type class any solution pls !
Justo lo que buscaba, muchas gracias...!!
Can you do one video on react using typescript just for fun 🙂
59:22 BBBBOOOOOOMMMMM
is this image save on sql data base api's image file?
Is it possible create web api without entity framework?
how to prevent to upload pdf file after extension change from pdf to jpg
Cool video! What fonts are you using in visual studio tho? They look so cool
awesome
glad you found this helpful.
Thanks you, video very nice. But you can't show me how to upload multiple file. Please help me!
which font type did you use Sir?
dank mono
How to resize the uploaded image?
My API isnt allowing empty string from the attribute "ImageName" , i always get an error .
I currently put a placeholder name in it but how can i fix it?
Same issue
How to fix the issue...not able to hit the post acction method throwing 400 status.
@@sandeeppondala4863 [Column(TypeName = "nvarchar(100)")]
[Required(AllowEmptyStrings = true),
DisplayFormat(ConvertEmptyStringToNull = false)]
public string? ImageName {get; set; }
You change this in EmployeeModel.cs
Reason: You have to allow emptyString and you have to stop the conversion of empty strings into null.
@@murphy_artz9326 thanks for the help
Getting error while adding the controller error : Pakage restore failed ,Rolling back packages changes...could u pls guid me in this?
did you try this solution here.
stackoverflow.com/a/46144314/4133590
The continuous of the video hasn't uploaded yet. Please upload that
Can you please share the source code for this project?
it's a real pain to follow along here. I have to pause it every two seconds because you're just cutting away so much. Other than that it's all well explained. thank you
Image Upload Zoom
ruclips.net/video/EvuJsC-xaWs/видео.html
Hi the API is working fine locally but when it is uploaded to server it giving error "Invalid argument", status: 200, statusText: "OK" but file is not getting uploaded
Make sure you have the permits to write into the solution or destinatary folder bro
who scream on the background
bro pls do same in Django+ react
I'll try. thanks for the suggestion.