ASP.NET MVC 5 Step by Step: Part 3 Product Application Demo Project (CRUD Operation)

preview_player
Показать описание
If you have any comment or discussion feel free to discuss with me. I am available here...

Рекомендации по теме
Комментарии
Автор

FINALLY!!! Someone who is actually speaking sense!!! Well done Ripon Datta! That Index (Create View), view-layout, List - Add etc was a eureka moment for me as to why I am creating an MVC this way. Well done, you're a good teacher!

thedazzchannel
Автор

as someone who has been watching mvc tutorials for weeks, i learnt the most from this one. I still have a long way to go to master this though

justloseit
Автор

Been looking for a great tutorial series for a while.  This is great for beginners and novice users to learn.  Great JOB!!

ArmedMob
Автор

It is an excellent presentation that  teaches the basics of MVC in a clear and understandable way. Well done. Thanks Ripon. Good on you.

dharmadassanayake
Автор

Thanks for this nice tutorial. I leaned a lot of thinks on ASP.NET MVC 5 from this tutorial. You made this very easy way so anybody can learn ASP.NET MVC 5 quickly. I like your explanation. Keep uploading more tutorials.

hsharif.
Автор

You really made it one-stop shop...Much appreciated...

mukyaprana
Автор

Thank you so much, I have learnt ASP.NET for a while but there are a lot of things which I can't understand. Your tutorial is low and clear that I can figure out what I'm not good at. 

nghilethanh
Автор

datta saheb, this is very good. many thanks. from Dhaka

mrt
Автор

This video helps me to create my first CRUD MVC application. . .thanks DUDE

meloeve
Автор

Thank you very much for taking the time in creating this tutorial. Your effort is much appreciated.

gjmac
Автор

At 8:37 my webconfig does not look like that. It does not have <connectionString> Do I just add it or just skip this step altogether? I made sure to click on the very last webconfig of the solution

Kevn
Автор

wow superb, , , , i am enjoying your classes thanks for posting sir, , , ,

KumarAsh
Автор

Nice tutorial @Ripon. Keep it up
In addition guys, you can add validation to the Models by using data annotation.

Ex.
[DisplayName("Price")]
[Required]

public decimal UnitPrice { get; set; }

ralphgutierrez
Автор

Thanks for your Video Tutorials, they are much appreciated.

simonbutler
Автор

it will be great if you make a series on a specific project, maybe online shopping, or management stuff, with your simplicity, l bet you much people will subscribe and come to watch your teaching. just my suggestion. thumbs up. bro.

couragesmith
Автор

Great Tutorial! God Bless you Ripon Datta!

pdalal
Автор

It's really very helpful...plz post more about it. Thanks for the posting.

chandranichakraborty
Автор

This tutorial is better than what I found in Lynda.com and Pluralsight.com . That could also be due to my increasing familiarity with the things. Anyways, You have done great job. I appreciate your help.

codewizard
Автор

26:12  BIG NO NO


what I got is very different

whenever I click EDIT

the records go blank (rather than got orange original value)

then I can modify while blindfold -- shit shit

ciscoinch
Автор

Hi, you are doing an awesome work and your tutorials are really helpful for beginners.

Just a suggestion:

When you are posting a video of a specific series, please include the tutorial number in the title of the video. This helps us to identify the next video in the whole series. 

KrishanuDeyTheGeek