Aytek Ustundag
Aytek Ustundag
I have to lookup every label in the wiki, I think popup descriptions of features would be useful.
Http listener is fine but when I connect a bridge listener, the server throws an exception here, because message is null. ` try { targetGrunt = await _client.GetGruntByGUIDAsync(message.GUID); } catch...
Hello, does this urh support reading from COM port? It would be useful to work with logic analysers which send data over com port
My redmine does not come online when I add this plugin. Does it support the 3.2.1 version?
How do you localize text in data annotiations with ngettext? Is that possible?
I have a collection named Doc It has a public string[] Keywords { get; set; } My database was working fine I had a lot of documents. but yesterday I...
Can you clarify if it is safe to copy the Litedb file when the process is running? I need a safe way to backup litedb files while my website is...
This code works perfectly ` var ems = db.Email.Where(o=>o.Email1.StartsWith("ab")); ems.UpdateFromQuery(x => new Email { stat =x.stat+1 }); ` but if I add .Take(10) after StartsWith, I get System.Data.SqlClient.SqlException: 'Incorrect syntax...
I have a .net core app generated litedb file. (LiteDB package version 4.1.4) When I open it with LiteDBStudio, i can see all tables, make queries. I close LiteDB Studio,...
` / _ // _ \ / _ \| |__ / _|_ _ ___ ___ __ _| |_ ___ _ __ \// /| | | | | | | '_...