1.download CPUZ from >here
2.Run and open memory tab :
mplayer.exe -cache 1024 -speed 1.77 %1\*.*
mplayer.exe -cache 1024 -shuffle %1\*.*
mplayer.exe -cache 1024 -shuffle -playlist %1
string resTime = DateTime.Now.ToString("yyyy.MM.dd HH:mm:ss:ffff");
Console.WriteLine(resTime);
public class myClass
{
public int RecordID { get; set; }
public string Field1 { get; set; }
}
public void GetDataAndCallBusinessMethod()
{
using (DBDataContext db = new DBDataContext)
{
IEnumerable<myClass> Recs =
from tab in db.table
select new myClass
{
RecordID = tab.RecordID,
Field1 = tab.Field1
};
BusinessLayer.Businessmethod(Recs);
}
}
Hashtable ht = new Hashtable() {
{"key1", "value1"},
{"key2", "value2"}
};
$dllPath = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\...