What does it mean by .net SDK?

213 views Asked by At

What is .net SDK means?

i am interested in RFID scanner and i asked the seller that i wanted to make a custom application using their hardware, and they said that they could provide the .net SDK. I just wonder is it like the package that i can include in .net programming?

I am a beginner programmer, any link or explanation will be helpful.

2

There are 2 answers

2
Liryna On BEST ANSWER

In general, the .net SDK for RFID are C# library wrapping their C library that you need to include in your software.

You will normally have a example of use-case in the package and a documentation.

0
Raize Ahamed On

.NET SDK for RFID are the C# library which you can include in your project. It provides an API in which you can customise your rfid application with the available functions like read, read/write, kill etc.