These MVC tutorials are like American serials. Ends with a twist, which makes us watch next part of the series. I have been watching all your .net tutorials sir, MVC is the best. Thank you very much.
@Csharp-video-tutorialsBlogspot9 жыл бұрын
+snehith desu Thank you so much for the feedback. Means a lot. Glad the videos are useful. Dot Net & SQL Server training videos for aspiring web developers kzbin.infoplaylists?view=1&sort=dd Download our training videos and slides for offline viewing www.pragimtech.com/Order.aspx Code Samples, Text Version of the videos & PPTS on my blog csharp-video-tutorials.blogspot.com Tips to best utilise our channel kzbin.info/www/bejne/r2ibYYCtnb5qZtU To receive email alerts, when new videos are uploaded, please subscribe to our channel using the link below kzbin.info Please click the THUMBS UP button below the video, if you think you liked them Thank you for sharing the link with your friends who you think would also benefit from them Best Venkat
@Csharp-video-tutorialsBlogspot11 жыл бұрын
Sure, will record a video on this very soon. 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.
@michakozakiewicz89225 жыл бұрын
Proabably best of the best tuturials about programing topic in our internet. Greetings from Poland.
@jamestaylor12428 жыл бұрын
Some of the best Approach and Teachings I've ever seen on KZbin..cheers to you sir!!
@naodagere82104 жыл бұрын
No Words, It is amazing the number of concepts you raised in just 15 minutes. I see you driving Blazor!!! eager to reach in that bus.
@davidshmul36318 жыл бұрын
Hi Venkat, your videos are absolutely amazing ... you were born to teach and you are going step by step and cover large topics. i learning so much here... thank you Sir , cheers from Israel.
@ipsitapani864111 жыл бұрын
SIR .UR TEACHING AND EXPLANATION STYLE IS AWESOME.THANK U SIR.
@renusaini7137 жыл бұрын
your all videos related to asp.net mvc are very useful. :
@tinhthien12165 жыл бұрын
Thanks for your unbelievable working. You help me so much for deep understanding. I hope I can meet you in the future Sir
@subratism7 жыл бұрын
Superb videos and Thanks for these 100 videos
@narendarsingh46726 жыл бұрын
Great Sir,I am grateful to you.
@SohailEjazAhmed10 жыл бұрын
Simply awsome
@tornikeonoprishvili63619 жыл бұрын
excellent explanation sir. tnx.
@harshithaveeramalla46446 жыл бұрын
Really you are God Sir.. Thank you so much for uploading the videos
@Ayubajbnabi11 жыл бұрын
Hi Venkat, Thanks for the wonderful very clear and precise tutorial as usual. I am wondering if you could also have some tutorials about using different authentications i.e. windows based and form based authentications and authorization. Also if you could have tutorials about using sotred procedures and bitwise permissions in MVC. Thanks allot and have a great day.
@prakash.vishwakarma8 жыл бұрын
Hello Venkat, I think here Entity Framework was NOT required for [Required] Data Annotation, rather System.ComponentModel.DataAnnotation is only required.
@bidata98511 жыл бұрын
Hi Sir thank u very much for uploading wonderful videos related .Net Platform, i am requesting you make videos related to wcf,java script.
@kyliem867211 жыл бұрын
When I tried using the [Required] attribute, I did not see the Required field message on the Create form. If I click CREATE user is getting redirected to 'Create.cshtml' page. How do I get the Required field message on the form
@thatseasy20188 жыл бұрын
With Model.Isvalid add condition like requiredFiel is not null condition also, reply back your results
@arunthelegendscbit10 жыл бұрын
Venkat , Excellent video.Bit i think the Model Validation attributes are present in the system.componentModel.dataAnnotations.dll assembly.You have unnecessaily added entity framework dll.Correct me if i am wrong
@harikaaakutota777611 жыл бұрын
hi venkat, can v change the font color of required field text.what i mean is in this video ie part 16,"the name is required" is displayed in black color.if it is to be in red color as v do in web application then how to do?and also how to add * symbol before the text "name is required"
@shrutimittal347511 жыл бұрын
The required field message was not displayed when the fields were left blank and records were not added into database. I wrote the same code.
@hiteshkashyap8776 жыл бұрын
Hello Venkat Sir, Is updatemodel and tryupdatemodel case still valid in asp.net mvc 5? because in the both the ways I am getting validaton messages not any exception. Or anybody else can clarify this please.
@Gurmeet2010mca10 жыл бұрын
R/sir, I have one words to you. i.e Excellent. But sir, I have search concept of filter in mvc. you also discussed in your tutorial. But one thing is missing, how we know that about user. mean login user in valid or not to access action or controller. I search on this topic, a lot developer write static authorize(User="abc"). how we get that user.