Tuesday 22 June 2021

Coming Soon HTML Cloud Animated Page

 Coming Soon HTML5 Cloud Animated Page.




Source Code

<!DOCTYPE html>

<html>

<head>

Friday 18 June 2021

Solved IT Tools and Business Systems (Jan 2021)

 Solved IT Tools and Business Systems (Jan 2021) NIELIT O Level

Part one

Each question below gives a multiple choice of answer . choose the most appropriate one and enter in the "OMR" answer sheet upplied with the question paper , following therein.













Saturday 12 June 2021

Stripe Integration with C# ASP .NET MVC Visual Studio 2013

 Stripe payment gateway integration in ASP.NET C# MVC using Visual Studio 2013



Stripe payment gateway is simple but documentation for integration is very complicated. Current integration documentation is written for .Net core and if your project is made with visual studio 2013, then it would be very complicated to integrate because no documentation is available for the version of VS 2013. So I have made this post which will help you to strip integration with ASP.Net MVC using C#.

Monday 7 June 2021

Install NuGet Package in Visual Studio 2013 | Microsoft ASP .NET

 Install NuGet Package in Microsoft Visual Studio 2013 ASP.NET



Current NuGet package does not support default TLS version (1.1). This is by default in Microsoft Visual Studio 2013. So You cannot install packages from Nuget package console. If you want to install nugget package in visual studio 2013 , then you will have to update TLS version (1.1) by the command given below.

[Net.ServicePointManager]::SecurityProtocol=[Net.ServicePointManager]::SecurityProtocol-bOR [Net.SecurityProtocolType]::Tls12