Do NOT use for questions about .NET Core - use [.net-core] instead.
I am very impressed with the results of Dapper Micro ORM for stackoverflow.com. I am considering it for my …
.net stored-procedures orm dapperI have a set of XSDs from which I generate data access classes, stored procedures and more. What I don't …
.net sql database xsd code-generationAs I understand it, in Linq the method FirstOrDefault() can return a Default value of something other than null. What …
.net linqI'm trying to bind a list of custom objects to a WPF Image like this: <Image> <Image.…
.net wpf data-binding xamlOne option would be to do System.IO.Directory.GetParent() a few times. Is there a more graceful way of …
c# .net console-applicationLet's say that I have a class: class obj { int a; int b; } and then I have this code: obj …
c# .net cloneWhat I see is a string Layout property. But how can I pass a model to layout explicitly?
c# .net asp.net-mvc razorIs it possible to show row number in the row header of a DataGridView? I'm trying with this code, but …
c# .net winforms datagridview