
Explore building a Razor Pages interface using Materialize CSS to design navigation, inputs, cards, and floating action buttons, with custom CSS and icons for diary entries.
Explore the asp.net core razor pages project, covering prerequisites such as Visual Studio and SQL Server Management Studio, razor pages concepts, and a flow with data models, services, and repositories.
Learn to register interfaces and their implementations in the startup's configure services method, enabling dependency injection for repositories across Razor pages in an ASP.NET Core project.
Display diary entries from the database by using a shared partial page, injecting a diary repository, and rendering entries with sentiment-based icons and placeholder handling for empty data.
Learn how to update a diary entry with an OnPost method in Razor Pages, using model state validation, diary entry binding, and a primary key to perform an update.
Learn how to save a trained sentiment analysis model for later use in an ASP.NET Core Razor Pages project by persisting the prediction engine and its input/output schema.
At the end of this course you will be ready to work on any project of ASP .Net Core Razor Pages. You will learn how create and use machine learning models for .NET applications and you will also get other skills which will be very useful to your career moving forward. These includes but not limited to designing and working with SQL Databases,Entity Framework Core, services(interfaces and repositories),dependency injection and many more.
There are many benefits of having the skills that will be offered in this course. Firstly, knowing how to use ASP .Net Core will help you to create enterprise applications that are cross platform(i.e can be deployed or hosted in any operating system(OS), not just Windows OS alone). This course will help you to easily create Machine Learning models in .NET environment using C# , using machine learning models created in .NET to .NET applications is very easy as compared to integrating models developed by other frameworks. In this course you will also learn how to work with SQL databases which is very essential for every software developer. Most businesses use SQL databases data for their systems.
The first thing we are going to do in this course is to learn how to use Materialize CSS so that we can be able to make the appearance of our application to be great. After this section we are going to create our first project of ASP .Net Core Razor Pages. We are going to use object oriented programming practices to develop our web application. It is in this section where you are going to learn a lot about ASP .NET Core Razor Pages. Then, we are going to move to the next section where we are going to create a Console Application for machine learning purposes. The end result of this section will be a machine learning model. In our last section we are going consume our machine learning model created in the previous section.