Skip to content

Instantly share code, notes, and snippets.

View YuriyZaletskyy's full-sized avatar

Yuriy Zaletskyy YuriyZaletskyy

View GitHub Profile
@YuriyZaletskyy
YuriyZaletskyy / SOOrderEntryExt.cs
Last active November 27, 2018 17:28
Test of performance on MS SQL and MySQL
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using PX.Data;
using PX.Objects.SO;