Bad and typed dataset, is there a generator somewhere?

Trying to use a typed dataset with fields with a value of zero ...

As with time, the typed visual studio dataset generator does not support nullable types.

Is there somewhere in the network a generator for a correctly typed dataset?

+4
source share
2 answers

Have you considered using Entity Framework instead of typed datasets? Old technologies do not update as fast as new ones.

0
source

EF can display templated stored procedures that far exceed zero control over sql execution

0
source

All Articles