Thank you very much for taking time to give feedback. In the description of this video, I have included the link for ASP .NET, C#, and SQL Server playlists. All the videos are arranged in logical sequence in these playlists, which could be useful to you. Please share the link with your friends who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video. For email alerts, when new videos are uploaded, you may subscribe to my channel.
@dsingh320511 жыл бұрын
thank you sir for uploading 15th and previous parts of MVC. HAVE A GREAT DAY.
@janjansen79579 жыл бұрын
In this example I would expect changing Model state after mapping action by calling method UpdateModel of the controller. If I am not right, please, correct me. But then checking of validity of the model should be after calling UpdateModel. Is it correct?
@sylviawilliams11524 жыл бұрын
What is the benefit of using UpdateModel function instead of passing parameters? Also, the benefit of using Create_Post and Create_Get?
@steveearle96788 жыл бұрын
What are the benefits / disadvantages of both methods you have shown here (passing the model as a parameter vs using UpdateModel)?
@bobbysugianto57447 жыл бұрын
Venkat, does the view must be "Strong Type" to make the model as parameter and automatically binded with the form keys and values??
@AIM128211 жыл бұрын
Really very helpful MVC Tutorials. can you upload video for insert image into database and display it after insert. Thanks
@rishikalal23007 жыл бұрын
how the posted values of the form are mapped to the right properties of the Model in both case? How it happens?
@kenmtb6 жыл бұрын
The form has a typed header (@model Employee). Your model is the same data type (Employee), so E.F. knows which fields to map to
@waseemmalik80338 жыл бұрын
It's really very helpful ...thank you Venkat.
@irfansiddiqui21984 жыл бұрын
so nice DUDE its so RADICAL DDUUDDE
@narendarsingh46726 жыл бұрын
Great Sir,I am grateful to you.
@ctaproductions22726 жыл бұрын
What if i have 25 fields and i want to insert to multiple tables. please reply.
@chrisp204711 жыл бұрын
I am currently in an internship and these videos are helping a lot! We used web API 2 and now doing MVC 4..kind of confusing though because I cannot find any resources out there..we use this kind of code in the: [HttpPost] public ActionResult Create(ProductModel productModel) { if (ModelState.IsValid) { var product = new Product(productModel.Code, productModel.Name); var httpClient = new HttpClient(); httpClient.PostAsJsonAsync(url + "Products/CreateProduct", product); return RedirectToAction("Index"); } return View(); } Now im kind of confused about how the edit and delete etc are going to work..
@prashantmulik32098 жыл бұрын
I watch video from start.in videos getting output but i am getting error & in one video getting error then we cant do next pract.i am so sad .
@Yasoathprabhu4 жыл бұрын
Sir Please tell me how to prevent form submit on page load.
@saygndogu23469 жыл бұрын
What causes the semaphore error can you explain it in more detail?
@firdousabrar149811 жыл бұрын
Sir,can u upload a video of entity framework in asp.net mvc4 in detail today...
@jasonpacia76037 жыл бұрын
Thank you.. Very informative...
@ahmeticat61548 жыл бұрын
thank you,Venkat
@abhinavkumar82717 жыл бұрын
Excellent..
@melodiegauthier8 жыл бұрын
Wow this was so helpful, thanks a lot!
@DummyFace12311 жыл бұрын
I think you were getting the pooling errors cause of that ado snippet, but whatevs~ You teach ADO in other vids :D
@imranbhatti79065 жыл бұрын
thats made me to understand mapping by name
@MohsinAli-lg3yc9 жыл бұрын
thank you
@ravikirang44397 жыл бұрын
Thank you..
@ipsitapani864111 жыл бұрын
THANK U SIR.
@imranbhatti79065 жыл бұрын
thankyou
@taidoan99469 жыл бұрын
I like you :)
@georgigeorgiev48719 жыл бұрын
That's hacking, sir
@aqibrehman3167 жыл бұрын
Your tutorials are becoming more and more difficult. Stick to basics only