What is GZipStream? GZipStream provides methods and properties used to compress and decompress streams by using the GZip data format specification and support compression of streams with a maximum size of 4GB. GZipStream uses RFC 1952 compression algorithm. What is pako? The pako compression [...]
In this Tutorial we will be creating a window application that would monitor the SQL jobs by logging its statuses on the application and alert a pop up notification on any action of the job e.g. “Job start”, “Job completed” and “Job Failed”. Create a new Project. File >New [...]
Recent Comments