Hi, Ripon. I have a question. I made a MVC project with individual user accounts and now i created a new model "Room". And I need to know that can I use ApplicationUser Id in Room Model? And I searched a lot, but i couldn't find solution
Hi Ripon, I would like to thank you for your helpful tutorials, which helped me learning the meaning of MVC. I have a question regarding the structure of "Post" class, what is the reason for using: public virtual Blog Blog { get; set; } and why to be used as "virtual"? We already have a link to the "Blog" object which is the BlogId. Thanks.
Nice video. I have one question. How would you do a migration to an existing database? For example if we want to add table User in database you've created in this video.
This was very helpful, Ripon. Thank you for taking the time to put this EF tutorial together. I got it working, thanks to you.
Great presenter and good material.
Thanks, wonderful job, you really help me so much every day on my specific student issues...
Hi Ripon Datta, thanks for your sharing your knowledge. This is very helpful. God bless you!
Very good man, simple and efficient
Thank you Mister, it is an interesting video and it was very useful to me
Thank you Ripon, this is the best tutorial I've seen for this.
It's working👍. Thank you
Thanks Brother. This tutorial very helpfull for me.
Great Video Tutorial, thanks so much
Amigo, cómo programo las acciones del controlador para poder hacer el edit, details and delete ?. Gracias
thank you, great way to explain all the code ;)
Thank you Donaghy Amachi
thanks, your video is very helpful
Sir, thanks a lot!!!
thanks. can you please show how to manage migrations when adding or extending new classes and how to get the data model to update?
Could you please elaborate why do we need to use the virtual keyword? Thanks for the reply!
ahahahaha, what reply...
In order to enable lazy loading for navigation properties we use virtual keywoard when defined these navigation properties.
How should I do, if there are 2 or 3 tables?
Nice Video , Please share video on Web API and WCF Sir
well done
Hi Ripon Its great to see this video. Thank you. I have doubt what if i do code first approach with out using scaffolding template?
Hi, Ripon. I have a question. I made a MVC project with individual user accounts and now i created a new model "Room". And I need to know that can I use ApplicationUser Id in Room Model? And I searched a lot, but i couldn't find solution
While programming we can use code first or Entity framework procedure ,sir which one is more preferred way?
Hi Ripon, I would like to thank you for your helpful tutorials, which helped me learning the meaning of MVC.
I have a question regarding the structure of "Post" class, what is the reason for using:
public virtual Blog Blog { get; set; }
and why to be used as "virtual"?
We already have a link to the "Blog" object which is the BlogId.
Thanks.
I think that because blog is the foreign key so he have to use a type virtual to reference the primary key structure
Very useful video for beginners.
I have one question, How to consume webservice in MVC App
Nice video. I have one question. How would you do a migration to an existing database? For example if we want to add table User in database you've created in this video.
Nemanja Mošorinski In this scenario you can follow the Database First approach.
+Nemanja Mošorinski Might be this was not there in 2014 msdn.microsoft.com/en-us/library/jj200620.aspx
Is it mandatory to call the blog in order to create a table in the database ?
Thanks man! Really helped me! :-D
谢谢
tnx Rippon
thank you sir
How you add the DbContext Reference?
thank you !!
Please sir upload a video for authentication and authorization..
couldnt load assembly file 'entity framework,version=6.0.0.0' This is issue in my code. I was updated that file but there is issue is same for that
thankyou
dear in my case what will be be the local server name in web.config??
ur machine name...
Give video on Angular and Window service
Why not using ADO.NET Enity Data Model ???
please explain the why we need virtual key word sir
we must do migration first in package manger console
like this:
add-migration migration_name
then we must save:
update-migration
it worked for me without the migration.. how will this affect the process?
thx )
It would have been much better if you could explain "Why" and "How" more clearly than just "What".
Where is edit update delete section?
why is this so complicated compared to spring boot?
Not create Tables