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.



Sunday, May 12, 2019

Creating First Docker Image and Contaniner

In this post we are going to see the list of following things:

1.How to create a docker Image of our .NetCore Application.
2.How to create a container for that Image and Run the Container.



Tuesday, May 7, 2019

Creating First .Net Core MVC Application

.Net Core is a open source general purpose development platform maintained by Microsoft. It's cross-platform (supporting Windows, macOS, and Linux) and can be used to build device, cloud, and IoT applications.



Getting Started with Docker

Getting Started with Docker:

In this post we are going to try few basic commands in docker.You can download the Docker by following the link. Once you download and install the  docker in you system.



Docker Basic Terminologies

Docker Basic Terminologies


1. Containers
2. Images
3. Registries



Introduction to Docker

What is Docker ?

Docker is a open virtualization tool designed to create, deploy and run application using containers. Containers allow developers to develop application with all the dependencies.Docker containers come with two flavors Linux and windows containers.Docker is like a virtual machine but it does not need whole operating system to be installed Docker allows applications to use the same Linux kernel as the system that they're running on and only requires applications be shipped with things not already running on the host computer.




Monday, August 21, 2017

Drag and Drop on Visual Studio

 Hi in this post I am going to "How we can easily create drag and drop code snippets in Visual Studio".Lets create a New Windows Form Application.  and Goto Cs File of form by pressing F7.




Monday, July 24, 2017

How to Avoid Accidentally Update of Record in Sql

I am writing this  post after i accidentally update all the records in a table. To avoid accidental  update just follow this simple method . Before executing the query just put a "Begin Transaction" above your query and "Rollback Transaction" after your Query.



Sunday, June 18, 2017

Copy Paste Images Directly into Widows Form C#

 Hi in this tutorial we are going to see "how to set image in a clipboard directly as a Windows form Background". Lets Create a new Windows Form Project and add a following code in it.


Tuesday, May 16, 2017

Creating User Control in C#

 Hi in this tutorial I am going to show "How to Create Your own User Control"  and reuse it different windows form. So Lets Create a New Windows C# Project and name it as you like it.


Wednesday, April 12, 2017

Filter DataGridView using TextBox in C#

 Hi this post explains how to filter data in DataGridView using textbox as filter to search data in Gridview. For this tutorial I am using Northwnd database "Customer" Table .



Friday, March 17, 2017

Read Loud using Abode Reader

 Hi in this tutorial we are going to see "How to use Abode Read Out Loud Feature".Abode PDF Reader is one of the most commonly used software for reading PDF files."Read Out Loud" feature gives text to speech output(Text to Speech). To use this feature follow the steps:


Tuesday, March 14, 2017

Customize your Google Keyboard

This post shows “How to customize your google keyboard” and change set your favourite image in google keyboard.Now a android smartphones comes google keyboard by default.If your android smartphone does not comes with google keyboard.Goto playstore and download the Google Keyboard and install it.


Saturday, March 11, 2017

GridviewSelectionIndex Change Event in Asp .Net

 This post shows "How to use Gridview SelectionIndexChanging Event in asp .net".For this tutorial I am using Northwnd database cutomer table.Follow this link to download Northwnd database.



Thursday, March 9, 2017

Rss Reader using Asp .Net C#

 This post shows "How to create a Rss Reader using Asp Dot Net C#" and bind the result to the Asp Dot Net DataList Control.For this tutorial I am rss feed of faulty plus website.


Tuesday, February 28, 2017

MS Chart Control in Asp .Net

 Hi in this post we are going to see "How to user Chart Control in asp.Net".For this tutorial I am using NorthWnd database "Orders" Table.To download NorthWnd database follow this link.