netcore3
Here are 371 public repositories matching this topic...
-
Updated
Jun 13, 2020 - C#
Track User Logins
Encryption at Rest
in the Documentation it says that the connectionString will be specified in the OnConfiguring like so
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlite(ConnectionString);
base.OnConfiguring(optionsBuilder);
}
and i also followed the dataIsolation sample
this is inside setupDb()
var ti =
-
Updated
May 31, 2020 - C#
-
Updated
Apr 24, 2020 - C#
-
Updated
Jul 9, 2020 - C#
Providing documentation around each metric produced and how they could be used to identify problems in a .NET application would be useful.
-
Updated
Jul 11, 2020 - C#
-
Updated
Jul 3, 2020 - C#
-
Updated
Jul 13, 2020 - CSS
This issue was generated by todo based on a TODO comment in afdcdbda09bfc3be22a5a2e7f693f2f19cb93676. It's been assigned to @ignatandrei because they committed the code.
-
Updated
Jun 25, 2020 - C#
This seems to be an issue on linux machines as far as I can tell. The demo website is running linux on a docker container and when you select certain regions ( Angolan Kwanza for example ) you get a The region name xx should not correspond to neutral culture; a specific culture name is required. (Parameter 'name') . The same region when selected on a dev box running windows, doesn't throw any er
-
Updated
Apr 4, 2020 - C#
-
Updated
Jun 5, 2020 - C#
-
Updated
May 3, 2020 - C#
-
Updated
Mar 20, 2020 - C#
-
Updated
Nov 13, 2019 - C#
-
Updated
Jul 13, 2020 - TypeScript
-
Updated
Jul 12, 2020 - C#
-
Updated
May 16, 2020 - C#
-
Updated
Jul 4, 2020 - C#
Improve this page
Add a description, image, and links to the netcore3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netcore3 topic, visit your repo's landing page and select "manage topics."


@kiwi179 proposes a lookup set for additional functionality
https://wellsb.com/csharp/aspnet/code-first-ef-core-lookup-table-blazor/
https://coding.abel.nu/2013/11/enums-and-lookup-tables-with-ef-code-first/