-
Sometimes we will need to use triggers to make some "not equals to value" scenarios (most common case: value is not null), but for such scenarios it is often necessary to add additional code in the co…
-
Hi,
Since Noda's Money is a struct type, we cannot use it as field type for our entities in our .Net Core 2.0 project, using Entity Framework Core 2.0.
Since EF Core 2.0 now fully supports owned e…
ghost updated
3 years ago
-
### Background and motivation
Currently there are a number of helper methods on `System.ArgumentOutOfrangeException` to cover a variety of common usages. Currently these helpers target one end of a…
-
Tested on v4.0.30319
Code to reproduce:
``` nemerle
public class Base
{
protected static Resource : Random = Random();
}
public class Derived[T] : Base where T : IComparable[…
-
I suggest this syntax for a Ternary Select Case:
```
Dim Result = Select Case I
Case 0: "Zero"
Case 1: "One"
Case 10: "Ten"
Case 100: "Hundred"
Case 1000: "Thouzand"
Case…
ghost updated
5 years ago
-
### Rationale
`System.Numerics.BigInteger` is an immutable struct that frequently works with "big data". This can cause it to be very ineffecient to use given that you need to create a new immutabl…
-
предлагаю добавить перегрузку операторов сравнения чтобы можно было делать так:
```
// выбрать свечи за период
public IEnumerable GetCandlesByPeriod(QuikDateTime from, QuikDateTim…
-
Users should be able to use the CRUD pattern to store entities objects of any type. Entities that refer to each other should use foreign keys, not references.
Something like:
```
var db = Db.For();…
-
Okay, this is a little complicated. The following code will fail on the Console WriteLine of the ItemCapacity (ItemArray.Length -> ItemArray is null).
If you swap the commented out lines on either t…
-
Java 8 [introduced a new feature](http://www.nurkiewicz.com/2014/04/hashmap-performance-improvements-in.html) into `HashMap` whereby when a significant number of keys fall into the hash bucket _and_ t…