Angular 5 has been announced recently and we already have a template added in the Visual Studio 2017 with .Net Core 2.0 If you want to know more about Angular in .Net Core then my post may help you to get the basic which you can find here and if you want to see how can … Continue reading Create Angular 5 application using .Net Core 2.0 Template in Visual Studio 2017
Month: December 2017
Build Angular App with .Net Core 2.0 Template(VS 2017) + deploy on Azure: Step by step guide
Picture reference - tv.ssw.com/tag/angular Note – You can find the source code of my sample application here. In my previous article, I have explained how to use .Net Core 2.0 Identity in your .Net Core 2.0 application, you can find the article here. In this article, we will see how to create your Angular application using Visual … Continue reading Build Angular App with .Net Core 2.0 Template(VS 2017) + deploy on Azure: Step by step guide
Authentication in .Net Core 2.0 : .Net Core 2.0 Identity step by step
Note – You can find the source code of my sample application here. Whenever you start creating an application, one of the most important modules is the authentication. In this article, I will explain how to add Login functionality to your .Net Core 2.0 application using .Net Core Identity, Let us first see what is ASP … Continue reading Authentication in .Net Core 2.0 : .Net Core 2.0 Identity step by step
Enable Swagger in your .Net core 2.0 application: Step by step guide
Note - You can find the source code of my sample application here. If you have ever worked with APIs then you might be familiar with Swagger, if you have not heard about Swagger then this post will help you to know the basic of Swagger and the steps to configure Swagger with yours .Net Core … Continue reading Enable Swagger in your .Net core 2.0 application: Step by step guide
Create your first bot using FormFlow of Bot framework: Demo Movie Booking Bot
In my last post, I explained how to create your first bot using Visual Studio 2017 which you can find here. In this post, we will see how to add selection box(forms) to your bot using Microsoft FormFlow. As explained in my previous post, you can follow the steps to add Bot application into your … Continue reading Create your first bot using FormFlow of Bot framework: Demo Movie Booking Bot
Naive Bayes in sentiment analysis: Machine Learning Questions & Answers Part – IV
This is the fourth post on Machine Learning Questions and Answers series. Look here for previous posts. In this post, we will see some questions related to Naive Bayes Algorithm. What is Naive Bayes Algorithm? Answer - One liner for Naive Bayes Algorithm: Assuming all the feature are independent and are equally important and predicting the things based on … Continue reading Naive Bayes in sentiment analysis: Machine Learning Questions & Answers Part – IV