goo.gl/bPcyXW : Buy me a Coffee bit.ly/36IA1cH : Same Topic But Latest Version bit.ly/3Pn2S7y : Expense Tracker App in AspNet Core MVC bit.ly/2yEPlpB : Convert MVC App to Single Page(jQuery Ajax) bit.ly/403lUVC : MVC Login & User Registration bit.ly/39B6xdh : Image Upload in AspNet Core MVC bit.ly/30fPDMg : More MVC Tutorials
Hello Sir ..Thank you very much for this Superb video covering all but I have a doubt why we are not able to insert more records and show all in display as we can see only one record is displayed here..
Hi, Im using vs 2019 and followed this video in creating models but no DbModel.Context.cs made in my created package what would i do? Thank you for the answer
I watched multiple times but the create is not saving the record and Details is not taking the id parameter automatically. Details only worked when I typed the id after the URL. SO definitely something is missing here. Though I never tried the delete thing. AS, I was stuck with Create and details most time.
man i have 5 hours to make this thing working i have following problem i make everything like you but when i try to create/delete/edit nothing happens the page just reload and nothing but if i add data in Sql she is displaying on my monitor
i got this error. The parameter dictionary contains a NULL entry for the 'id' parameter of the type that does not accept NULL 'System.Int32' values of the 'System.Web.Mvc.ActionResult Details (Int32)'. please help me.
I had same problem @Html.ActionLink("Edit", "Edit", new { id=item.customer_id }) | set this in indexcs.html file you are missing passing id in url so the error says cant pass null in primary key
Hi, good one. Could you please create another video with latest MVC including unit test/Test cases. We know that MVC is good for unit testing but how to implement it practically? Thanks!
It was really good ,I also need to know about firstOfDefault, first, any, all, where, skip. take, select.order by If you know the toturial that teach all please let me know thank you
Have a nice day. Can you help me please In Add, Details and Delete I get this error: The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult Delete(Int32)' in 'project1.Controllers.KayitController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter. Parametre adı: parameters
thanks. Related Videos : Asp.Net Mvc CRUD Without Entity Frame Work : th-cam.com/video/1IFS33sPDhE/w-d-xo.html DropDownList Asp.Net MVC : th-cam.com/video/ei4dOToBFxs/w-d-xo.html
Your whole series on MVC are really, really great! I have a question.. How would I get the id for the edit or delete if I don't have my buttons in a table? If I have two buttons below the table, and I wanna click on a item in a table and then on that edit or delete button?
when user select a record from table you can add 'active' class to that row and then inside button click event check the row which has active class. Another latest video for crud operations in Asp.net Mvc 1. th-cam.com/video/_qIYBgWTlTo/w-d-xo.html 2. th-cam.com/video/DI_YppvLgJ8/w-d-xo.html
Can u plz tell me in index(), view has parameter view(dbmode.customers.tolist()) can u plz explain me customers over here because I don't understand why it's written here.. Because table name is customer, model name id customer and controller name also is customer then how it's because customers..
Hi Dotnet, your videos are really awesone, your effort and your teaching skills are phenomenal , many thanks. I have a question how i can use bootstrap in the templates?
This is a great tutorial but when I try to follow the steps on edit code part, I don't know how to fix it, in this part the word State is error. dbModel.Entry(customer).State = EntityState.Modified;
If you doing the crud operation in .Net Core Try to follow this tutorial : th-cam.com/video/AHqIrJ_PlPY/w-d-xo.html Else try to download the demo project and compare it with yours. If it is not helping let me know.
Hello sir your vedio is very helpfull for mvc learning.. i want to ask when 1st i create the customer then they will come to index and show the customer.. but again when i try to add the new customer again then this will create a problem.. they do not add the new customer or not show into the list... help me plz...!!!!!!
No like i create the new db which having primary key like id... Like i have a db of student so when i create the new the id of db will not increment and the value of id remain 0 so that y they cannot add more students... Thanks for quick rply ... I will appreciate you for this and your tutorials...
Ok thanks i got the point... Already do it using query..thanks for help..... U doing a very great job to help peoples... Which is want to become a good programing in asp.net...
goo.gl/bPcyXW : Buy me a Coffee
bit.ly/36IA1cH : Same Topic But Latest Version
bit.ly/3Pn2S7y : Expense Tracker App in AspNet Core MVC
bit.ly/2yEPlpB : Convert MVC App to Single Page(jQuery Ajax)
bit.ly/403lUVC : MVC Login & User Registration
bit.ly/39B6xdh : Image Upload in AspNet Core MVC
bit.ly/30fPDMg : More MVC Tutorials
Automatic class from db not created for me so what can i do
After many days I got simplified way to understand CRUD Operations. Thank you sir!
I could say this is the best tutorial video i have ever seen about entity framework.Thank you.
Thanks for your wonderful feedback.
Needed a refresher regarding EF. Thanks for this!
Excellent explanation....Best channel for beginners....Got it very easily... Thank you very much for this and all the videos...
Nice Vedio sir Must understand zale asech vedio tyar kara
OMG thank you so much !! I saw a lot of videos and this was the simplest of all, and the one that worked for me. :D
thanks for the feedback.
Goood Its working, maximum tutorial on TH-cam cant work ,.....
glad you found this asp.net tutorial helpful.
thnx keep i up.....
Good sample example for MVC with entity framework
U made it luk like smoooth and very easy
Thank you for the video. Have a blessed evening.
Thank you!!! after 3 days , finally i found "edit" thing \o/
Great video. Very clean and concise. Thank you
Thank you so much for your clear explanation
Welcome 😊
You are the Boss. Great Tutorial. Thank you
Excellent tutorial!
very very useful..........Thanks
thanks for sharing such information
Tnq u sir it's really helpful
Hello Sir ..Thank you very much for this Superb video covering all but I have a doubt why we are not able to insert more records and show all in display as we can see only one record is displayed here..
Thank u for ur video, it helps me a lot
Which version is using for visual studio?
awesome tutorial nice and straight forward
Great explanation. Thanks lot.
can we validate it using javascript?
Is this database first approach?
Great explanation thank you so much
I've four columns(id, name, dob, address) in the table but showing the column(name) only on the index page.
Wow wonderful teaching...Awesome tutorial ...
thanks a lot, I am glad to see your comment.
sir please give me communication details
(mail id or phone number )
Database data Show in index file but not wroking insert , delete and update functions. code write same . Why?
i had my sound on 100% and this guy just said HIIIIIIIIIIIII GUYS..
🤣
Hi, Im using vs 2019 and followed this video in creating models but no DbModel.Context.cs made in my created package what would i do? Thank you for the answer
i don't have show Details/1 in Inspect Elements
Wonderful tutorial
Thanks! This video was kept simple and precise, keep up the good work :D
Glad you found this mvc tutorial helpful.
Great Tutorial
amazing , thank you mate!
Thanks for this practical & clear example. It hels me lot.
I am glad you found the video helpful
nice tutorial.easily understandable
Thank you very much ..!!!
which version of entity framework u are using
any crud that does not have incremented in the update?
Can't a global variable for db connection work ?
Private DbModels db = new DbModels ();
Then use db object in CRUD operations
I watched multiple times but the create is not saving the record and Details is not taking the id parameter automatically. Details only worked when I typed the id after the URL. SO definitely something is missing here. Though I never tried the delete thing. AS, I was stuck with Create and details most time.
Thanks You!!! Excelent Video
Thank you! It helped alot☺️
Thank you so much
Nice
thanks bro !
thank you so much for help
Thank you very much. It help me a lot to understand . It's very helpfull
man i have 5 hours to make this thing working i have following problem
i make everything like you but when i try to create/delete/edit nothing happens the page just reload and nothing
but if i add data in Sql she is displaying on my monitor
Same thing happening to me also.. something is missing in this video
i got this error.
The parameter dictionary contains a NULL entry for the 'id' parameter of the type that does not accept NULL 'System.Int32' values of the 'System.Web.Mvc.ActionResult Details (Int32)'.
please help me.
did you add hidden field for primary key property ?
I had same problem @Html.ActionLink("Edit", "Edit", new { id=item.customer_id }) | set this in indexcs.html file you are missing passing id in url so the error says cant pass null in primary key
My create view is not inserting values in the table and also not redirecting to Index view
Same here
@@MukeshSharma-jk8uh same here
@Codeaffection can you please clarify about this. Maximum number of people are not able to insert records.. please suggest
Hi @CodAffection create is not working, it is not updating the data in DB and not reflecting back in the index. Please do the needful☺
Just close the table in db server and refresh it .
you are so PRO :-) Please more
Really Helpful.Thanks a million
glad you found the video helpful.
Thank you sir
Спасибо! Очень толково
Great Explanation.. Thank You..!!
Glad you found the video helpful.
Hi, good one. Could you please create another video with latest MVC including unit test/Test cases. We know that MVC is good for unit testing but how to implement it practically? Thanks!
It was really good ,I also need to know about firstOfDefault, first, any, all, where, skip. take, select.order by
If you know the toturial that teach all please let me know
thank you
Glad you liked it and thanks for the suggestion.
I'm planning to do beginners to advance EF Tutorial.
Is there anyway that MVC can perform online endorsement? For example, I want to have a system for online report endorsement for lecturers and students
Tq very much sir
I want to redirect from Login page to Register page if it is a new user. How can i do that. please tell
I am getting system.Nullreferenceexception at create view near @Html.EditorFor(model => model.Name) . Can anyone please help
Entry(someClass).State = EntityState.Modified; and SaveChanges doesn't work for me. It throws DBUpdateOptimisticConcurrency exception
you can download demo project source code and try, and then compare with your project.
Have a nice day.
Can you help me please In Add, Details and Delete
I get this error:
The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult Delete(Int32)' in 'project1.Controllers.KayitController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.
Parametre adı: parameters
Great video.
thanks.
Related Videos :
Asp.Net Mvc CRUD Without Entity Frame Work : th-cam.com/video/1IFS33sPDhE/w-d-xo.html
DropDownList Asp.Net MVC : th-cam.com/video/ei4dOToBFxs/w-d-xo.html
Your whole series on MVC are really, really great! I have a question.. How would I get the id for the edit or delete if I don't have my buttons in a table? If I have two buttons below the table, and I wanna click on a item in a table and then on that edit or delete button?
when user select a record from table you can add 'active' class to that row and then inside button click event check the row which has active class.
Another latest video for crud operations in Asp.net Mvc
1. th-cam.com/video/_qIYBgWTlTo/w-d-xo.html
2. th-cam.com/video/DI_YppvLgJ8/w-d-xo.html
thanks
this was helpful ...
Super. thank you
Thanks
Thanks a billion!!
bro not able to list the customer details. kindly help me
Can u plz tell me in index(), view has parameter view(dbmode.customers.tolist()) can u plz explain me customers over here because I don't understand why it's written here.. Because table name is customer, model name id customer and controller name also is customer then how it's because customers..
see the context.cs file
Hi Dotnet, your videos are really awesone, your effort and your teaching skills are phenomenal , many thanks. I have a question how i can use bootstrap in the templates?
Thanks for the Comment - It means a lot to me.
Better I would create a separate video on 'using bootstrap templates in asp.net mvc'.
Thank you Dotnet, also i'm trying to make a sql sentence with 3 tables, and then show that into a gridview, can you help me with that please?!
you want to bind 3 table join result in asp.net gridview, right ?
Yes, exactly, i am showing just the numbers of the foreign keys, but i iwant the information.
uploaded a video on asp.net gridview bind , try this th-cam.com/video/_Ms5_6e7Fu4/w-d-xo.html,
and let me know if you need more help.
This is a great tutorial but when I try to follow the steps on edit code part, I don't know how to fix it, in this part the word State is error. dbModel.Entry(customer).State = EntityState.Modified;
If you doing the crud operation in .Net Core
Try to follow this tutorial : th-cam.com/video/AHqIrJ_PlPY/w-d-xo.html
Else try to download the demo project and compare it with yours. If it is not helping let me know.
@@CodAffection thankyou
Hello sir your vedio is very helpfull for mvc learning.. i want to ask when 1st i create the customer then they will come to index and show the customer.. but again when i try to add the new customer again then this will create a problem.. they do not add the new customer or not show into the list... help me plz...!!!!!!
but working in my system. did you download the demo project ?
No like i create the new db which having primary key like id... Like i have a db of student so when i create the new the id of db will not increment and the value of id remain 0 so that y they cannot add more students... Thanks for quick rply ... I will appreciate you for this and your tutorials...
did you set identity specification for the column id, like I have done in 1:41
Ok thanks i got the point... Already do it using query..thanks for help..... U doing a very great job to help peoples... Which is want to become a good programing in asp.net...
thank you very much for the support
For a second I thought it was tutorial made by Dunkey.
how can i get the full project ?
hope there is a github link in video description. let me know if it's not there.
@@CodAffection it's not there
What exactly is CUSTOMERS here?
Controller?
Model?
Table?
I cant seem to figure this out?
I am also confused about 'Customers'.
Ok I found it. check out the models folder > there see the DbModel.Context.cs. its actually DbSet
why can't my create operation works?? it shows Error 500. someone help me :( been searching for solutions since ages alrready T_T
try in debug mode, to check what is the exact cause of the error ?
nice but my edit and delete action methods are not working..
any error message ?
@@CodAffection no i don't have error message but mine doesn't work too
I love you
"Rdlc report using without entity framework using store procedure" Please make a new vedio.
For all viewer helpful this vedio.
where is link for project?
not with the single table with multiple tables i want
can i get its code?
Hi Guyss :D
Thank you. Nice the video.
Thank you so much
thank you so much