simple and great examples. I was confused with other tutorials. thank you very much
@petermankge69214 жыл бұрын
Great tutorials to learn MVC easily....Thank you!!!
@shyamtiwary25787 жыл бұрын
hi technotips, great video .. request you to add videos on mvc entity framework implementing crud..
@aapkanigam7 жыл бұрын
+Shyam tiwary please watch part 15 onwards .. :)
@shyamtiwary25787 жыл бұрын
Thanks
@annuverma9366 жыл бұрын
thumps up very good explanation.
@komalkushwaha19776 жыл бұрын
Hi you haven't tell about the peak method..
@bhaskarkholiya81256 жыл бұрын
hi Ashish, please make a video on How to Set Admin LTE theme in ASP.NET MVC.
@vito23207 жыл бұрын
You are doing great job. I like your videos :)
@aapkanigam7 жыл бұрын
+Vito23 thanks keep learning and sharing
@hatah017 жыл бұрын
Do you have any tutorials on how to design a blog in MVC? I have been following the tutorials and would like to add a commenting system. Any pointers for me?
@aapkanigam7 жыл бұрын
+Joshua Wakhata not yet but will add to my list
@navzme6 жыл бұрын
Thanks for awesome video
@aapkanigam6 жыл бұрын
Thanks ..keep learning and sharing
@johnsongeorge59066 жыл бұрын
Very Good Bro
@nayakdevi68806 жыл бұрын
i want to know about keep and peek method
@mohamedmostafa39216 жыл бұрын
thank you ashish
@aapkanigam6 жыл бұрын
Keep learning and sharing
@monjurulislam5393 Жыл бұрын
why you code change off recording
@trr50888 жыл бұрын
Everything is working so far, except for the TempData on the TestController. It will not show the name. Instead it shows ["Employee.NameTD"] on the View TempData["Employee.NameTD"] = "John"; The View page works fine except for this glitch. Do you have a suggestion on the casue?
@aapkanigam8 жыл бұрын
+TR Rooks (TRR) use @ symbol before tempdata on view
@aapkanigam8 жыл бұрын
+TR Rooks (TRR) make sure if u r redirecting to other controller or method then use tempdata.keep () method in order to preserve its value
@trr50888 жыл бұрын
Ashish, Thanks for the pointer. I had not noticed the line in the Index view or the Second Page View. I had only written.... Your tempData value is ["EmployeeNameTD"] When I added the @TempData as shown below, it works as your demonstration. @TempData["EmployeeNameTD"]
@reyaadelkomy80466 жыл бұрын
Thanks
@narendarsingh46726 жыл бұрын
great
@tamilkumarang5 жыл бұрын
We have to add second page. Cshtml file? .. U forgot to mention that in this video..