|
|
 |
|
EventMonitor is a very useful tool for the notification of events from any
.net application. All information is queued and transfered in standard XML
format. With this model the application thread is not blocked
|
| |
 |
|
In this new era, is very important the easy understanding of data transfer. For this reason Devshock developed the XmlConverter tool that hides the complexity of the serialization and deserialization of objects.
Xml serialization and deserialization is a very useful tool of the .NET framework that permit us the creation of any kind of objects, convert it to XML (Extensible Markup Language) for the easy manipulation, but in some cases is complex to use.
Now forget of complex translations and just say "Convert this object to XML" or "Convert this XML to this Object"... sound easy no?
Use it too for load configuration from files
|
| |
 |
|
The ThreadPoolManager was created with the intention to offer an easy way to
manage the .net ThreadPool.
|
| | |