Hello there,
I'm going to release my Environment-stuff.
Download
What can you do with it?
An package you can include in your project an use it.
Network
Create New NetworkSocket();
Then invoke the Serialize void of it.
Storage (Needs MySQL Adapter 6.4.3)
Create New MySQLHandler();
Then use it like this: (YOU HAVE TO CAST THE OUTPUT OBJ)
Code:
using (var Stream = new QueryStream())
{
Query Q = new Query();
Q.Listen(CONNECTIONSTRING, CMD, QueryType OutputType);
Q.Push(PARAMETER);
Stream.Push(Q); // Multiply Querys
var Result = Stream.Pop().Output;
}
Or just quick: MySQLManager.GetObject(Query).Output(Object);
Commons
Just some shit Like the new Console Logger and XMLStream.
I just want you to give my work.