Posts

Showing posts from September, 2020

Unit Tests | ASP .NET Core 3.1| Naming Conventions | Part 3(b) |

Image
Naming Convention for Unit Tests

Unit Tests | ASP .NET Core 3.1| Home Controller | Part 3(a) |

Image
#aspnetcore #aspnetcore31 #csharp #unittests Tutorial on Unit testing controllers in asp.net core 3.1 MVC

Unit Tests |ASP .NET Core 3.1| Home Controller Unit Tests| Part 3|

Image
Unit Tests |ASP .NET Core 3.1| Home Controller Unit Tests | Part 3| Welcome back, everyone! Today I am going to show you part 3 of how to carry out unit tests in ASP.NET Core 3.1 for controller logic! If you enjoy this video, feel free to subscribe! Make sure to SMASH that like button below as well! Stick around for some awesome content! Topics Covered Understand the Sample Project unit tests on Home Controller action GET and POST action methods Unit test naming best practice Debugging a unit test Mocking objects and running tests using the Xunit test framework #aspnetcoreunittest #mockobjects #xunitframework #debuggingunittests

Analyze the Sentiment of Website Comments in ASP.NET Core 3.1 Web App us...

Image
It is a complete tutorial on sentiment analysis in one video. Topics Covered: Install Model Builder for ML.NET and create ASP.NET Core Razor Pages application Prepare and understand the data  Load the Data  Train the Model Evaluate the Model  Add the Code to make Predictions (following steps) Configure the web page and run the application This tutorial is based on the following Microsoft documentation: https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/sentiment-analysis-model-builder #MachineLearning #SentimentAnaysis #MicrosoftMLNet