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

Sunday, 23 May 2021

Answer : January 2020 Introduction to ICT Resources

 Answer : January 2020 Introduction to ICT Resources

1. Multiple Choice


1.1 : B
1.2 : A
1.3 : D
1.4 : A
1.5 : D
1.6 : D
1.7 : B
1.8 : C
1.9 : C
1.10 : D

Friday, 21 May 2021

Solved : January 2020 Introduction to ICT Resources

 Solved : January 2020  Introduction to ICT Resources

Part One

1.Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein.
(1x10)

1.1 Where is POST located?
(A) DRAM
(B) Hard-drive
(C) RAM
(D) ROM