Click here to Skip to main content
15,898,374 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai friends.,

I am going to start project for school security system.In that i will be using Barcode acceptance and sending sms to parents about student status(daily activity,result,event information and etc).And the school contain many branches so i could able to work with any branches about other branches information using branch id. As i am a beginner in c#,i dont know which platform for suitable to my project.please help me.
Posted

1 solution

the school contain many branches so i could able to work with any branches about other branches information using branch id
Based on this, I would suggest you to go with ASP.NET.

For Barcode: Getting started with ASP.NET and Bytescout.BarCode Reader SDK for .NET 2.00 or higher[^]

For SMS:
Sending SMS using .NET through Web service[^]
Sending SMS text messages using ASP.NET scripts[^]

Nutshell: ASP.NET does NOT have any inbuilt API support to send out an SMS. You need to go for a third party solution or use something that is found on the Internet. Articles and discussions above should help you out.



In case you opt for Winforms, then,
For Barcode: Reading Barcodes from an Image - III[^]
Reading Barcodes from an Image - II[^]

For SMS:
Sending SMS using .NET[^]
Sending SMS using .NET through a Web service[^]
Send and Read SMS through a GSM Modem using AT Commands[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900