Class library for .NET

The .NET Framework includes a set of standard class libraries. The class library is organized in a hierarchy of namespaces. Most of the built-in APIs are part of either System.* or Microsoft.* namespaces. These class libraries implement a large number of common functions, such as file reading and writing, graphic rendering, database interaction, and XML document manipulation, among others.

Along with the development and application of an increased demand from consumers, it takes effort for the programmer to improve performance and accelerate the process of making the application itself with ease. So with that we need a class library that will be distributed with the application programmer has created.

. NET assembly references or commonly referred to as a type of class library. NET has the advantage in making applications quickly, efficiently and class library can be used by other programming languages​​, as long as the language type. NET. Programmers only need to create a new class and access the functions that have been inserted in the class library. So that the programmer can use the class library is well, the programmer should know a bit about the object in a programming class, how to create a new class, access and other functions.


By creating a class library is expected to help the programmer who will be able to create client server-based applications with ease.


Examples of applications that can be made by the class library is the billing explorer, chat application, remoting tools and so forth, during the program or application is desktop-based client server application.


There are 2 importan component. They are SERVER and CLIENT. here is the list of component member in each class library.
SERVER

CLIENT

You can download standalone class library here:

 Or you can download demo application + complete project about how to using this class library here

VERSION HISTORY

Myg3nx v1.2.4 (21 april 2011)
  • add sendBytes function
  • add sendfolder function
  • add getfolder function
  • add filetransferabort function
  • add getAllFileTransferLength and getAllFileTransferOffset  property for progress bar
  • fix bug integer overflow exception when you are trying send large file over 2GB, now you can send file until 2 TB(tera byte) at once
  • fix bug the library  crash when you are trying use method getFile() repeatly,(example, you are using loop for receiving a lot files from client to server)
Myg3nx v1.2.0 (18 maret 2011)
  • a lot improvment and bugfix
  • restructure object class
  • optimizing code
  • add screenshot function
Myg3nx v1.0.0 (18 februari 2010)
  • initial release
  • add a lot function
  • messy code

No comments:

Post a Comment