netcore3
Here are 355 public repositories matching this topic...
-
Updated
May 26, 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
Jun 3, 2020 - C#
-
Updated
Apr 24, 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
May 30, 2020 - C#
-
Updated
May 26, 2020 - C#
-
Updated
Mar 8, 2020 - CSS
-
Updated
Feb 24, 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
May 19, 2020 - C#
-
Updated
Nov 13, 2019 - C#
-
Updated
May 3, 2020 - C#
-
Updated
Mar 20, 2020 - C#
-
Updated
May 16, 2020 - C#
-
Updated
May 31, 2020 - TypeScript
-
Updated
May 11, 2020 - C#
Find a way to set up Audio listeners and allow AudioComponents to emit sound for listeners to pick up on if the Audio is positional.
Non-positional audio should simply play.
Positional Audio is picked up by listeners which determine how the Audio should be played according to 3D space.
GamesFromScratch has a [MonoGame audio tutorial](https://www.gamefromscratch.com/post/2015/07/25/MonoGame-Tu
-
Updated
May 15, 2020 - C#
-
Updated
Oct 12, 2019
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/