I learned C# from you years ago. Still learning from you. The least I could do was contributing to your PayPal account. I always owe you and LOVE YOU!!! Thanks for being the citizen of the earth with me!
@imariomm Жыл бұрын
I still ask my self why this channel did not get 1M subscribers yet... Thank you a lot Sir
@ashajyothi06 Жыл бұрын
Miss you Mr.kudvenkat 😢
@dimasjimenez3396 Жыл бұрын
I've been following you for a long time and you keep impressing me with your clear explanations and the effort you put in your videos. A true sensei. May God bless you.
@corsaronero56193 жыл бұрын
hello Sir, you are simply amazing. your explanations are incredibly clear and valuable. thank you for sharing, keep it up
@federico.r.figueredo2 жыл бұрын
Thanks for these new tutorials Mr. Venkat! You're work is amazing good ser, keep it up & kudos from Argentina.
@madhumohangandra67743 жыл бұрын
You deserve kudos for publishing these detailed tutorials with code. May God bless you to continue to publish tutorials on different technologies
@pankajm3 жыл бұрын
Good knowledge for quick learning mongo. Awesome 👍👍. Thank you for sharing the great content.
@bhuvaneshwarans85553 жыл бұрын
Watching C# tutorial, yet to go Dot NET, Angular, etc... Thank you very much venkat🤗
@arunece1003 жыл бұрын
Happy new year welcome back, hopefully u will upload more frequently now 🙂
@dontmindme40093 жыл бұрын
Great tutorial. Really enjoyed it
@Sandeep_Kumar20223 жыл бұрын
very good strategy of teaching and managing the things like notes ,tutorials over websites I saw first time ever such things. I am a CSE student please give me your important suggestion.
@HanishJoseph3 жыл бұрын
Looking forward to learn mongoDB from you
@odogwujonas9501 Жыл бұрын
This is awesome!! Classic! Classic!!
@LearningCenter0013 жыл бұрын
Hey venkat Please add video serial number so we can identify video part in future also btw i have learnt so many things from your all tutorial Thanks
@jobiraw3 жыл бұрын
checkout the playlist
@jeffbroadhurst73153 жыл бұрын
Really great video. Thanks mate.
@curiouscucumber71622 жыл бұрын
Absolute legend!!! Kudos to you sir
@surajkumarpradhan6673 жыл бұрын
Hi, thanks will this be continue for a full project using mongodb and .Net 6 api
@wadson_sm Жыл бұрын
amazing tutorial !!!
@adjaydev2 жыл бұрын
Sir, you are amazing!
@kallaguntaashok3 жыл бұрын
it will be good if you do this example with asynchronous calls.
@manueltentori21412 жыл бұрын
I have an error when I try to do any request: Value cannot be null. (Parameter 'connectionString'). I don't know how to resolve.
@tintuvarghese77792 жыл бұрын
Thanks a lot sir, got lot of information from this video and please can you explain how to PATCH update in mongo db c#
@kallaguntaashok3 жыл бұрын
this session is very useful, if you can create one video on performance & joins it will be a really helpful.
@chechobecho21773 жыл бұрын
Sir thanks for all your effort. Kindly create a short course on Dapper as well. There is no good course on this topic
@shyamplays2 жыл бұрын
Thank you so much sir :)
@saidhassan17133 жыл бұрын
Welcome back
@newbiedevtons2 жыл бұрын
thanks for the tutorial. But my program.cs file is differrent form yours and i can't use builder variable
@kaushikbhadani3 жыл бұрын
Thank you Sir for all your hard work and for sharing your knowledge. Can you also create a tutorial on Micro Service and Docker, please?
@jobiraw Жыл бұрын
Hello Venkat, It has been a while since we heard your voice hope you are doing well. And will this mongo tutorial continue?
@HammadBinSajid3 жыл бұрын
Appreciate it. Thanks
@raycarlbrown-amory35093 жыл бұрын
Great video
@henrik75102 жыл бұрын
Hey are you using any Webserver like Microsoft IIS, Kestrel or Nginx for this example? Or do you realize it without?
@linting3 жыл бұрын
thank you sir!
@vickyvishalful3 жыл бұрын
I had a doubt in controller class. Why use ActionResult and not IActionResult or IHttpActionResult as it an API call ?
@DevixTech2 жыл бұрын
Make a Video on Patch Request using the same setup please 🤗🤗
@ProgramTest-i8g Жыл бұрын
What I have multiaple Collection ? how write DatabaseSettings
@SuperStarZinMinnLaht2 жыл бұрын
this tutorial is differ with previous rest api implementation like used with automapper and async.
@abhishekbakshi42282 жыл бұрын
What about the address field?
@jamesdaniels61342 жыл бұрын
Should the calls not be asynchronous to the database? Or is this unnecessary?
@TellaTrix Жыл бұрын
Please use dark theme for your video.😊
@honfey3 жыл бұрын
Hi, Sir, besides Student collection, if I wanna have another collection,example course, how should I separate the database connection class, or just add a course collection field to the same class?
@DavidsonBruno3 жыл бұрын
I would like to know that too. Somebody?
@msdhoni64192 жыл бұрын
Venkat sir we are missing your videos please upload
@neerajsingh-xf3rp3 жыл бұрын
Could you please explain what's that [FromBody] attribute in post method of the controller
@jobiraw Жыл бұрын
It tells ur controller method to read the parameters from request body
@jobiraw Жыл бұрын
It tells ur controller method to read the parameters from request body
@RebelSouls2 жыл бұрын
Venkaaaaaat. Please create your own React.js
@egamingizback4443 жыл бұрын
How i can give to an specific user the verified badge to my app?
@moatazal-ali85893 жыл бұрын
finally..... 🤗
@ramakrishnaviswanadha31052 жыл бұрын
I am getting error 'Cannot dynamically create an instance of type 'StudentManagement.Models.IStudentStoreDatabaseSettings'. Reason: Cannot create an instance of an interface.' can some one help me?
@aymandaqa64353 жыл бұрын
Great
@raymohmoud22825 ай бұрын
Why I get response status 404
@sivakumar-pv5ty2 жыл бұрын
Any one know the reason why kudvenkat not posted any video since 8 months?
@rashidtravelvlogs Жыл бұрын
No new videos since 1 year?
@armuhendislikbilisim1112 жыл бұрын
hi, how can i connect with you, i need your paid support.
@jamesdaniels61342 жыл бұрын
[Solved! See bottom of this comment] When I try to run the project I get an error pop-up, saying "No process is associated with this object". My debug console ends with: "C:\Users\User\source epos\StudentManangement\StudentManangement\bin\Debug et6.0\StudentManangement.exe (process 14612) exited with code -532462766. Press any key to close this window . . ." Further, I get a debug/breakpoint error box that says: "StudentManangement.Services.StudentService': Unable to resolve service for type 'MongoDB.Driver.IMongoClient' while attempting to activate 'StudentManangement.Services.StudentService'.)'" SOLUTION: Thankfully I was able to use @kudvenkat's Notes and Slides (see video description) I was missing the "" code in the following in Program.cs: builder.Services.AddSingleton(s => new MongoClient(builder.Configuration.GetValue("StudentStoreDatabaseSettings:ConnectionString")));
@teemusekki17432 жыл бұрын
I try to do this for exercise but I couldn't recieve information about appsettins. It worked when I hard code that info..... (this works) public class TestStorageSettings : ITestStorageSettings { public string TestCollectionName { get; set; } = "Test"; public string ConnectionString { get; set; } = "mongodb://localhost:27017"; public string TestDbName { get; set; } = "Test"; } What have I missed because naming is equal in appsettings, classes and interfaces but I only recieve empty strings.
@teemusekki17432 жыл бұрын
Hah I found the reason. It was in program.cs file. First builder service was pointed in interface instead of class. Sorry to boder.