There's a library called ExcelLibrary. It's a free, open source library posted on Google Code. It's very simple, small and easy to use. Plus it has a DataSetHelper
that lets you use DataSets and DataTables to easily work with Excel
data.
ExcelLibrary...
Home » Posts filed under c# tutorial
How to Send SMS in C# Using GSM Modem/Dongle
in
C-Sharp,
c#,
c# tutorial,
Dongle,
GSM,
Modem,
sms,
tutorial
- By
Mohamed Shimran
- on 9/14/2017
- 5 comments

This is a very simple method to send SMS via GSM Modem so without much explanations let's get into it.
Thing's you'll need :
GSM Modem with a SIM
Libraries :GSMCommServer.dllGSMCommShared.dllGSMCommunication.dllPDUConverter.dll
If you've installed...
How To Make A Downloader In C#
in
c#,
c# compiler download,
c# download,
c# download image,
c# for beginners,
c# to vb,
c# training,
c# tutorial,
c# tutorials,
download,
download c#,
download c# compiler,
tutorial
- By
Mohamed Shimran
- on 6/06/2013
- 17 comments

Making your own downloader (simple download) would sound hard and maybe boring but actually it's not , it's very easy to make a downloader in c# . Today i will tell you how to write downloader in c# in the easiest way by the way this is just a simple...