Although the main objective of Personal C Sharp has been to enable a person
who has no extensive
software experience to use the .NET library to create his / her own programs for personal use, it
has
evoluted to a very strong tool. Now it can be used to create sophisticated software projects
in an amazingly short time
with an extraordinary ease and simplicity.
Making programming code as easy and short as possible and reducing things
to memorize
enables you to devote all your mental power and attention to your programming creativity and
reduces the
chance for errors.
Here is what Personal C# can do for you:
** Provides you with the ability to create and display full featured text
which both your
program and the user can edit, file and/or print.
** Provides you with ability to create professional drawings which include
different shape
and image objects, Affine transformation and 3D effects with the shortest code possible.
** Provides you with an easy way to create and work with window controls.
Layout and event
handling have been dramatically simplified.
** Provides an easy way to perform networking jobs like retrieving web
pages and searching their
contents, checking, receiving and sending e-mail messages programmatically and also
uploading
and downloading files to / from ftp sites.
** Provides you with easy to create and use Sequencial and Random Access
Files in addition to a
file type which can be used as a database for small applications.
** Provides you with an extremely simple way to create thread safe objects.
** Allows you to write hardware troubleshooting programs easily since
it allows your program
to exit, run any external utility or script then return back and work on the output
text
which the external program has generated.
** Provides you with ability to create professional web pages which
makes use of all PC#'s
power in generating graphics dynamically, doing tasks which include networking and
other
features.