Thursday, April 9, 2020

Asp .Net Core WebApi using ADO .NET and Jwt Token Based Authentication

In this tutorial we are going to develop webapi using Asp .NetCore and protect the webmethods using JWT Token based Authentication. For this project i am using Visual Studio 2019 and Dotnet core version 3 and Sql server 2017.


Sunday, April 5, 2020

Record System Log in and Log off Time using C#.

In this blog we are going to write a small Console Application using .Net core to record Write Date and time whenever the program is run and configure it using windows task scheduler to run during system login and logoff.



Sunday, March 29, 2020

How to Setup jQuery form validation?



This tutorial going to explain how to use jquery form validation plugin. The basic principle of this plugin is how to specify validation rules and error message for html elements using JavaScript.The Sample Registration form is designed using Bootstrap 4.