This is an all–level course in Building apps with ASP.NET Core 3 Using MongoDB as a back–end database. To start with, it handles the concept of a NoSQL database comparing it with the conventional relational databases (RDBMS). The course then proceeds with one of the most popular NoSQL databases, the MongoDB which is a document–based database for proceeding further with applications developed with the popular ASP.NET Core framework. The course uses the latest ASP.NET Core 3 for the hands–on development work. It shows and teaches the creation of an ASP.NET Core 3 MVC application in–depth, from scratch. It covers all the critical concepts associated with an MVC (Model–View–Controller) application built with the ASP.NET Core framework.
The main highlights of the MVC application being the introduction of a data access layer using a repository pattern in keeping with Industry best practices. It also uses async programming (as opposed to synchronous programming) which is at the core of the new web framework of ASP.NET Core that has been rewritten from the earlier popular ASP.NET framework.
ASP.NET Core 3 has just been released in the .NET Conference 2019 on September 23, 2019, so the course uses the latest cutting edge technology released by Microsoft for which the Microsoft developer community has been waiting for long!
Instructor Details
Courses : 3
Specification: ASP.NET Core 3 with MVC and MongoDB
|
11 reviews for ASP.NET Core 3 with MVC and MongoDB
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $11.99 |
---|---|
Provider | |
Duration | 5 hours |
Year | 2020 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$119.99 $11.99
Neelava Sengupta –
Very good course! Great content. I wholeheartedly recommend this course for anyone interested in learning about ASP.NET core 3, MVC and MongoDB.
Souvika Roychoudhury –
This is an excellent course which is very well presented, easy to understand and in depth.
Deepika Roy –
This is a great, easy to understand and hands on course for both newcomers and experienced persons alike that seek to learn more about ASP.NET Core. Highly recommended!
Kevin Lusignolo –
This first half of this course is a hodgepodge of powerpoint slideshows dubbed over by the heavily accented instructor. While the slideshows are organized, the instructor’s thoughts seem a bit less organized; I recommend watching on 1.25 or 1.5 speed. The second half of this course is a code along style build of a simple ASP.Net MVC application. It is easy to follow along with no error, but there is little to no lecture on why/how the code works. This course will get you through some basics on MongoDB and you’ll have a working MVC application on the .Net Core 3 framework in the end. The plus side is that the instructor is very active to help answer questions and address issues.
Pooja Khaire –
This course is very helpful to expand knowledge about asp.net core in detail. I enrolled to Mr. Kaushik’s other course as well which is Master Collection classes in C#. The course and teaching method of tutor is really appreciable which provides depth knowledge of relative course. Thank you Kaushik.
Pankaj Bhakta –
While newcomers will benefit a lot, experienced person will have the opportunity to recap and refresh. Biggest advantage of buying this course is that the content is very easy to understand with structured teaching methodology.
Abdalla Ben Omran –
to whom all want to know what is MongoDB and use it with MVC Core i would strongly recommend you to attend in this course . i find the way how he is presenting the course its like at college when the Professor start with explaining the concept of the subject then get in practices. the last section 7 you will do more code with him with good explanation . i liked the section 7 .
Sudeep Ghatak –
An elaborate and detailed description for a beginner. The author has put a lot of effort into structuring the content. Certainly proved useful to me as a starter.
Moumita Chatterjee –
I thought the course is quite relevant for beginners who want to learn ASP.Net Core 3 with MVC and MongoDB from scratch. I liked the course so far. The instructor is very clear and to the point. There are good resources made available in the course for practice, thereby gaining more insight. The buildup of the course is gradual, therefore easy to grasp.
Shane Arpas –
only at beginning of course, nice clear, slow pace.
Paul De Mast –
The example application was kept simple but adequate for the topics covered. You will build a simple but complete (crud) application using MongoDb. However at some points I missed some additional explanation: for example: how is the flow of control in the MVC model and how does the Binding syntax work. Also there is a gap if you want to use a combination of several MongoDb documents (multiple entities involved). There is no clue how to application should be extended to include another entity class besides Customer. I feel the example chosen is a bit to simple: an application with a Customer and a Product entity would have been better.