Best training I've seen on KZbin Thank you very much
@souravsingha33405 жыл бұрын
please discuss about SignalR in your project
@anuragmohanty12382 жыл бұрын
Best tutor ever seen
@Fetretim2 жыл бұрын
Absolutely beautiful, thank you sir
@MikeS-yg7bv5 жыл бұрын
Thank you so much venkat . It would be amazing if you show how to implement multyple images with one id with a second table. Amazing Video !!!
@MuhammadArslan-vx3rv3 жыл бұрын
Brother kindly share how to store images in db and display them?
@adrielrocco70363 жыл бұрын
i guess Im asking randomly but does any of you know of a method to get back into an Instagram account..? I somehow forgot the account password. I would love any tips you can offer me.
@brettbenicio11943 жыл бұрын
@Adriel Rocco instablaster ;)
@adrielrocco70363 жыл бұрын
@Brett Benicio I really appreciate your reply. I got to the site on google and im waiting for the hacking stuff atm. Looks like it's gonna take a while so I will get back to you later with my results.
@adrielrocco70363 жыл бұрын
@Brett Benicio It worked and I finally got access to my account again. I am so happy! Thank you so much you really help me out!
@bashirmanafikhi5 жыл бұрын
woow it is the answer for my question in the last video.. Thank you very very much Venkat you are the best man ♥
@DMC4285 жыл бұрын
It would be great if you could mention in future videos, if the code you're writing is necessary to have in the project. Now I have to go back and see how the code was before all these changes for the multiple file upload and I could save time and concentration I spent for writing the code together with you. A small "be aware that the code changes in this video are for presentation purposes. They won't be part of the project we're building together" would be great :) That's absolutely not a negative critic, just a small wish from someone who want's to save his concentration to watch even more of your videos :D Have a nice day venkat and thanks for all of your efforts!
@tarekjrd754 жыл бұрын
people like you have to watch youtube twice ....
@DMC4284 жыл бұрын
@@tarekjrd75 people like you don't seem to be following the tutorials they comment on. If you don't get what I mean, maybe you should watch a second time.
@ahmedsherif34634 жыл бұрын
good Job
@HareesIN5 жыл бұрын
Thanks for this video, it's very useful
@CarlosWashingtonMercado2 жыл бұрын
Neat.
@esamcoding4 жыл бұрын
the checking if ( model.Photos.Count > 0) is not needed because if the count of items in the list is zero "foreach" will simply not run.
@_samirdahal4 жыл бұрын
3:06 use ternary operator for short code: var files = $(this)[0].files; var totalFileSelected = (files.length > 1) ? `${files.length} files selected` : `${files.length} file selected`; $(this).next(".custom-file-label").html(totalFileSelected);
@salmanchowdarym11105 жыл бұрын
Thanks for this video
@ozougwuifeanyireginald36674 жыл бұрын
great !
@Sysshad5 жыл бұрын
Is there any good way to show a minature of all the pictures after pictures has been selected but before the user presses Create. I have been testing this out some, but if the pictures are very large in byte size it really really slows down the page.
@coolwaterdvr5 жыл бұрын
Thank you Venkat.
@MmMm-tg5mq5 жыл бұрын
great thanks you so much
@charlie01935 жыл бұрын
does the model binding automatically chooses the first file in the list to pick as the profile picture? is that done behind the screen by the framework itself?
@pddaum5 жыл бұрын
It will be the last file in the files list (the right-most in the "File name:" dialog box when selecting your files) because of the code in the Create action in HomeController. The uniqueFileName variable is overwritten each time looping through the photos, then the newEmployee is built, so the PhotoPath will be from the final uniqueFileName assignment. (One thing I noticed is that the file selection dialog in Windows can be weird about ordering the files depending on how you select, whether by holding ctrl or dragging a selection box, etc)
@mritunjaygiri36264 жыл бұрын
sir i am facing one problems in my asp.net project.....i use many master pages and more than 20 content pages of one master page the problem is how to manage all folders...in solution explorer there is more than 300 folders how to merge one master page and its content page in one folder. pls help me i search every where but no any result.
@debarghyachakraborty4 жыл бұрын
Anyone having problem viewing console log output at 5:06, include another above the existing script tag in Create.cshtml file.
@politicaltelegraph63395 жыл бұрын
Thanks Sir.
@NiazMohammad4 жыл бұрын
For some reason, it's not showing the photopath column in the dbo table
@ilyas76104 жыл бұрын
please make a video on Upload multiple files against one user
@bunthakh3 жыл бұрын
Dear sir, do you have sample to store multi image in database with .net core ? if you have please kindly share me thanks you.
@bliitzeg5 жыл бұрын
How to do the same but in Web api . asp.net
@q_a_x_i_m29222 жыл бұрын
how to make it multiple time choosing the images but not replacing the previuos choosed images
@vartikakhandelwal85105 жыл бұрын
How can I seed Image value as I made it a required attribute?
@kowaosco2862 жыл бұрын
good morning the camera wasn't clear from 45 going a head the words are not seen
@brianfitzgerald70784 жыл бұрын
I was missing the '.' before 'custom-file-label' and the html wasn't changing but it wasn't throwing an error either. Took me forever to figure it out.
@lifetraveler80084 жыл бұрын
I was in the same situation with 'form-group row'. I had '-' in between group and row. I used www.diffnow.com/report to find the difference between Venkat's code and my code
@favorivideo6284 жыл бұрын
why somebody would need to add multiple photos when we all know that only one of them will be used? What am I missing?
@earllibay68144 жыл бұрын
because might really useful , like creating an album that shows all the image by its name or id, but since its another stuff that doesnt cover like SQL then you have to go to his channel and watch it ,
@johnqpublic27185 жыл бұрын
If I became an expert on all videos you have uploaded, every one, would I know enough to get an IT job like developer or network engineer?
@pourianayeb10635 жыл бұрын
Every project has it own challenges if you want to be a teacher yes it is enough but if you want to be a developer you need lots of experience as well.
@vamsi86695 жыл бұрын
this course is all about programming and software, it has nothing related to network
@johnqpublic27185 жыл бұрын
@@vamsi8669 no shit sherlock.
@Protocoding4 жыл бұрын
No, for most developer job interviews this is irrelevant. Just learn concepts and algorithms.