Thank you very much for this knowledge, with this I was able to do my internship for the university.🎉
@CodeWithGopi Жыл бұрын
Thanks for your valuable feedback and support 👍
@CodeWithGopi10 ай бұрын
Thank you for your feedback and support! If you're able, please consider supporting my channel by becoming a member or using Super Thanks.
@aricwilliamsdeveloper3 жыл бұрын
I subscribed because you put up the chart when to use DB first & code first. thank you!
@CodeWithGopi3 жыл бұрын
Thanks for your valuable feedback and support 👍 will give my best 👌
@maheswariganapathy2 ай бұрын
Thank you for the video…it’s really clear and helpful.
@CodeWithGopi2 ай бұрын
Thank you for your feedback and support! If you're able, please consider supporting my channel by becoming a member or using Super Thanks.
@sivapriyac61282 жыл бұрын
Really helpful. Thank you
@CodeWithGopi2 жыл бұрын
Thanks a lot for your valuable feedback and support
@sajidh8842 жыл бұрын
Thank You!
@CodeWithGopi2 жыл бұрын
Thanks for your support 🙏
@AnoopKumar-bk2us3 жыл бұрын
Nice one and thank you so much sir
@CodeWithGopi3 жыл бұрын
Thank you
@mduy211 Жыл бұрын
Nice video . How about controller > MVC 5 - Empty . Can you share the code it yourself from start to finish with CRUD functions for the product ?
@CodeWithGopi Жыл бұрын
Thanks for your valuable feedback. Video available with empty controller also. You can check in .net core playlist
@mduy211 Жыл бұрын
@@CodeWithGopi i have an exam that create crud with entity framework MVC5 - empty (code first ) and create view for them . I have no idea to code by myself
@madhuripatil2002 Жыл бұрын
Hi Sir, when I execute the command add-migration "ProductsTableCreated" its excuting properly but in migration no any code update in up() and down() method and no table genrate on backend side also
@CodeWithGopi Жыл бұрын
Check your connectionstring...ensure db is correct
@Triple1095 ай бұрын
Can you help me? I am having some problem with the code.
@billyjoesayud94722 жыл бұрын
Format of the initialization string does not conform to specification starting at index 44. I have this error enabling enables migrations
@pragyashakya618611 ай бұрын
sir i have some doubts in which platform we can talk
@anbuanbu65913 жыл бұрын
Hi bro, Kindly create sample application with real time design pattern. It is useful for all beginners
@CodeWithGopi3 жыл бұрын
Already it's in pipeline...I am doing one by one...please give some time...definitely I will upload
@asyncfutura78413 жыл бұрын
Feel free to check our tut! [From Scratch To Full App] ASP.NET MVC CRUD Operation EF Core Code First Approach
@lorenameci76943 жыл бұрын
Directory lookup for the file "C:\Users\computer\source epos\Test3000\Test3000\App_Data\aspnet-Test3000-20220129032602.mdf" failed with the operating system error 5(Access is denied.). CREATE DATABASE failed. Some file names listed could not be created. Check related errors. please help when i try to update the database it shows this error
@CodeWithGopi3 жыл бұрын
Folder rights issues. Please try to create in others than "C" drive and check
@deepkapadia32572 жыл бұрын
"Format of the initialization string does not conform to specification starting at index 80." I keep getting this error and every time index number is changed
@CodeWithGopi2 жыл бұрын
Please check your connection string. I think there is a typo error.
@santhoshs98352 жыл бұрын
I am getting error like "The project "project name" failed to build " error when running enable-migrations cmd.what is the problem? Any one give me tha solution.
@CodeWithGopi2 жыл бұрын
Hi, could you please check your EF version. Try to update latest EF, rebuild the application before doing migrations and check. Hope this should fix the issue
@rohitkushwaha90953 жыл бұрын
after running enable-migrations ,i am getting this error in package manager console " Format of the initialization string does not conform to specification starting at index 44."
@CodeWithGopi3 жыл бұрын
Please check your connection string
@sanketkondhalkar65533 жыл бұрын
Data save in Google chrome table but not saves in the database what to do please help me
@CodeWithGopi3 жыл бұрын
Is it possible to share the code
@CodeWithGopi3 жыл бұрын
Please check your code once again...all the steps...if not possible then share code..because if there is any error then I can help you out..or need source
@sanketkondhalkar65533 жыл бұрын
@@CodeWithGopi yes
@CodeWithGopi3 жыл бұрын
Check your connection strings
@CodeWithGopi3 жыл бұрын
There are 2 connection strings available First one name change it as proojectcodefirstcontext and remove 2nd connection string fully and run
@Drizzzzy2 жыл бұрын
Hey , Great Video !!! Can you provide source code ??
@kazisalahuddintonim73472 жыл бұрын
when you upload a video you should check the voice quality …Its totally irritating your vice is too low. I have maximized my pc plus my sound system though I cant hear properly or normally …too much plz check atleast before or after uploading
@CodeWithGopi2 жыл бұрын
Thanks for your valuable feedback. Will fix this type of issues in future.
@manjunathkuthanadi27012 жыл бұрын
There is ni web.config file visble
@CodeWithGopi2 жыл бұрын
Let me know the VS version
@sandipsamanta7075 Жыл бұрын
please share the source code
@OmarAlsaheb3 жыл бұрын
ur voice it's low :(
@CodeWithGopi3 жыл бұрын
Thanks for your feedback. We'll try to fix this in upcoming videos.
@OmarAlsaheb3 жыл бұрын
@@CodeWithGopi KeepGoing
@CodeWithGopi3 жыл бұрын
Thank you so much for your support
@RahulChauhan-oc5vf2 жыл бұрын
Nupakage error
@taetcy12692 жыл бұрын
Hi, my page when click on edit button will show error "This localhost page can’t be found, No webpage was found for the web address: localhost:5013/Product/Edit/1", is there any mistake I have made?
@CodeWithGopi2 жыл бұрын
Address is correct. Please ensure that your application is running. Also check your controller and action method name
@taetcy1269 Жыл бұрын
@@CodeWithGopi Thank you very much for the reply, this help me a lot
@Smart-Studio2 жыл бұрын
after running enable-migrations ,i am getting this error in package manager console "A version of Entity Framework older than 6.3 is also installed. The newer tools are running. Use 'EntityFramework\Enable-Migrations' for the older version."
@CodeWithGopi2 жыл бұрын
Please uninstall Entity Framework and install latest version
@Smart-Studio2 жыл бұрын
@@CodeWithGopi i'm using VS 2015 and i'm already using the latest version which's 6.4.4 but still I've get same error
@CodeWithGopi2 жыл бұрын
Ok. I am using vs 2019 and 2022..will check and update on this