My First Nuget Package -Aadhaar Offline KYC Verification in .NET
Harshal Raverkar

Harshal Raverkar @hraverkar

About: By Profession Software Engineer. Works with MAPS, Google Maps, Cesium JS and Luciad Developer. Proficient in C#, WPF, Angular, NodeJS, JavaScript, PGSQL

Location:
Bangalore
Joined:
Apr 14, 2019

My First Nuget Package -Aadhaar Offline KYC Verification in .NET

Publish Date: Mar 10
2 1

Hello Dev.to Audience,

I have created a NuGet package called Aadhaar Offline KYC Verification.

As Indians, we know that Aadhaar is the most important identity card in the country, widely used for authentication and verification. While working on a product that required verifying whether a user's Aadhaar is authenticated (i.e., KYC compliant), we needed a way to process offline Aadhaar KYC verification efficiently.

Since there was no built-in solution available, I decided to create this NuGet package to simplify the process. With this package, developers no longer need to write lengthy code—they can integrate Aadhaar Offline KYC verification effortlessly into their applications.

🔹 Get Started 💻 Source Code: GitHub Repository

📦 Install via NuGet CLI:

 dotnet add package Aadhaar-OfflineKYC-Verification --version 1.0.6
Enter fullscreen mode Exit fullscreen mode

I hope this helps the community! 🚀 Let me know your thoughts!

Comments 1 total

Add comment