Part 4- MODEL Binding in ASP.NET MVC (Model-View-Controller)

  Рет қаралды 77,463

Technotips Ashish

Technotips Ashish

Күн бұрын

Пікірлер: 46
@aapkanigam
@aapkanigam 6 жыл бұрын
Can we reach 200 likes on this video. Share this video among your friends and Give your suggestions on this. Thanks
@trr5088
@trr5088 8 жыл бұрын
Still watching and still learning. This is what I have spent months trying to find.
@aapkanigam
@aapkanigam 8 жыл бұрын
+TR Rooks (TRR) thanks and keep learning..good luck
@ayoforyou448
@ayoforyou448 4 жыл бұрын
i like your videos mate many thank's from morroco country
@magobaemmanuel9805
@magobaemmanuel9805 7 жыл бұрын
Good tutorials for beginners. I now learn the concepts from first principles.
@veselinstoyanov8279
@veselinstoyanov8279 4 жыл бұрын
Thank you very much sir. Your videos are so well structured and helpfull.
@vh8000
@vh8000 7 жыл бұрын
Great video series, thanks and keep up the great work.
@dheerajojasvi4448
@dheerajojasvi4448 7 жыл бұрын
Nice explanation ... Pls also Explain What is Model Binder ?
@Yo-yx8wo
@Yo-yx8wo 7 жыл бұрын
thank you so much, this is an amazing tutorial, and your english is very good
@aapkanigam
@aapkanigam 7 жыл бұрын
+yoxter 3423 keep learning and sharing
@alexbuchan5634
@alexbuchan5634 5 жыл бұрын
Another excellent video. Thanks for this.
@nehaahuja3949
@nehaahuja3949 7 жыл бұрын
wonderful tutorial .Thanks
@AbstractMediums
@AbstractMediums 3 жыл бұрын
So will this not work for anyone if they dont have the server set up?
@anjaneya1badrinadh
@anjaneya1badrinadh 4 жыл бұрын
Hi Sir, Please make video on difference between Finalize vs Dispose in C# (with program)
@momen153
@momen153 6 жыл бұрын
hi sir thank you for nice tutorial but i have a question what is the deference between using storing list in view bag an returning the view bag and returning the list direct to the view
@navzme
@navzme 6 жыл бұрын
Thanks for awesome video
@milankc9318
@milankc9318 6 жыл бұрын
You are awesome , thanks for the tuts
@elbioiseas4231
@elbioiseas4231 7 жыл бұрын
Hi, Is it possible to get the code of your applications created in your videos? By the way, great tutorials of MVC.
@aapkanigam
@aapkanigam 7 жыл бұрын
+Elbio Iseas Thanks! After part 10, you can get code for each video .I have given link in description.
@elbioiseas4231
@elbioiseas4231 7 жыл бұрын
Thank you.
@bobtaylor1577
@bobtaylor1577 5 жыл бұрын
This is not model binding this is binding to your SQL database ?? :) !
@semikolon4229
@semikolon4229 7 жыл бұрын
Very useful
@testpayman3446
@testpayman3446 6 жыл бұрын
Plz don't create sense of urgency to watch a "previous" tutorial unless it is very very important. I came back and back and back and realized this is by no means any important thing for part 11, 12 and 13. In order to teach some concept, you shouldn't get done every single concepts over a same app. For every 5 tutorials inside a series, don't hesitate to create new app and get started from there. If you redirect us to back - back - back -- this may not annoy a beginner, although it may as well -- you are just alienating an intermediate or expert level viewers. Take this as feedback.
@aapkanigam
@aapkanigam 6 жыл бұрын
Thanks for you feedback and I appreciate it. I have created these video in a logical sequence. Yes you are right, Intermediate might be irritated but for beginners its very important to learn previous concepts and thats what the purpose of this video series. Thanks
@khalidalbasheer
@khalidalbasheer 7 жыл бұрын
You are Great
@aapkanigam
@aapkanigam 7 жыл бұрын
+خالد دباس thanks
@imranbutt4556
@imranbutt4556 8 жыл бұрын
Good Work
@aapkanigam
@aapkanigam 8 жыл бұрын
+imran Butt thanku:)
@khalidqureshi945
@khalidqureshi945 7 жыл бұрын
Thanks a lot.
@reyaadelkomy8046
@reyaadelkomy8046 6 жыл бұрын
Thanks
@nurulamirah9315
@nurulamirah9315 7 жыл бұрын
i get shocked after you create table Employee. i dont understand since when you connect your project with sql. hmm
@aapkanigam
@aapkanigam 7 жыл бұрын
+Nurul Amirah what happened..?
@nurulamirah9315
@nurulamirah9315 7 жыл бұрын
duration 1.18. how do you connect your sql into project. you created table employee.. i dont get it.
@aapkanigam
@aapkanigam 7 жыл бұрын
Nurul Amirah Here I am not connecting to db instead, I am showing how to use model only. For database connection you need to watch part 6.
@ptsadmin8601
@ptsadmin8601 7 жыл бұрын
Here you've not used database, why first you showned the database table, and said the same data we are displaying in view through model?
@aapkanigam
@aapkanigam 7 жыл бұрын
+Pts Admin dear its important to map model to database . Here I just explained model. After part 6 ie connecting mvc with db I have explained everything.. watch part 11 onwards for CRUD operation.
@haseebahmed9240
@haseebahmed9240 2 жыл бұрын
(Model != null) does it mean if employee.cs is empty
@aapkanigam
@aapkanigam 2 жыл бұрын
It means Employee model should not be empty
@bobtaylor1577
@bobtaylor1577 5 жыл бұрын
Why do you ref to "Model" in your foreach statement when the list name is employlist ???? doesent make any sence
@TpGnnr
@TpGnnr 4 жыл бұрын
That's just how it works; I know it's a bit confusing at first. The View is not aware of the underlying list name, it only sees a variable called "Model". The line "@model ..." tells it what type of variable/object will be used for the Model variable. In this case, it's a custom model we created, but you could use a string or any of the already existing models.
@justinofodile4150
@justinofodile4150 4 жыл бұрын
Please can you explain more on why you used the Model. I'm still confused. Nice tutorial. Thank you.
@mohamadalibrahim2995
@mohamadalibrahim2995 7 жыл бұрын
woow
@guduful
@guduful 5 жыл бұрын
feedback - try to make your accent a little more real ..
@SoumyorupDey
@SoumyorupDey 5 жыл бұрын
This is not model binding
@raghavendrahg4821
@raghavendrahg4821 5 жыл бұрын
Video description says about model binding and the video is something different from that..
25 - Model Binding in ASP.Net MVC
22:36
Code Semantic
Рет қаралды 7 М.
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 2,5 МЛН
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 15 МЛН
ЛУЧШИЙ ФОКУС + секрет! #shorts
00:12
Роман Magic
Рет қаралды 34 МЛН
Part 9- Razor View Engine in MVC | Asp.net MVC Razor Syntax
16:20
Technotips Ashish
Рет қаралды 32 М.
Part 2- CONTROLLER in Asp.net MVC | Role of Routing in MVC
7:19
Technotips Ashish
Рет қаралды 84 М.
62. .NET Framework vs .NET Core vs .NET vs .NET Standard vs C#
25:14
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 2,5 МЛН