Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Wednesday, 6 November 2024
Send OTP Using C# MVC5
›
This blog post will guide you through implementing OTP verification during user signup using C# in ASP.NET MVC5. I've simplified the s...
Tuesday, 22 October 2024
Razorpay payment gateway intergration C# ASP.Net MVC5
›
Streamline your payments with Razorpay integration in ASP.NET MVC5 using C#. This comprehensive guide provides step-by-step instructions ...
Monday, 26 August 2024
Enum C#
›
public enum BranchCode { Branch1=1, Branch2, Branch3 } Console.Write((( int )BranchCode.Branch2)...
Sunday, 30 June 2024
Fill date in input type date using javascript
›
< input type ="date" name ="DOB" id ="dob" placeholder ="Date of Birth " > Input type d...
Thursday, 27 June 2024
Install Let's Encrypt SSL into Godaddy shared Linux hosting
›
Let's Encrypt provide free SSL certificate. Mostly Hosting service provider automatically install Let's Encrypt SSL but some hosti...
›
Home
View web version