In this article we are going to rewrite the gulp file. As we can see from below screenshot gulp task error loading with version “3.9.1”, we need to rewrite gulp task based on gulp latest version. Lets get started.
Category: .Net
Verify reCAPTCHA
In this post we are going to verify reCAPTCHA user value in server-side using ASP.Net Core API. Previously we enabled reCAPTCHA in client-side using Angular8. To overview that, follow the below link: Enable reCAPTCHA – Angular8
Enable reCAPTCHA – Angular8
In this post we are going to enable reCAPTCHA in Angular8 application step by step. First of all we need to register site and generate key.
Visual Studio Code & Gulp Task
In this post we are going overview how we can run a task using gulp watch in Visual Studio Code. When a change occur the “watch()” API executes particular task. Learn more about gulp: https://gulpjs.com/docs/en/getting-started/quick-start