-
Notifications
You must be signed in to change notification settings - Fork 0
/
Support urls.txt
42 lines (42 loc) · 3.48 KB
/
Support urls.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
https://docs.microsoft.com/en-us/aspnet/core/performance/caching/memory?view=aspnetcore-5.0
https://sahansera.dev/in-memory-caching-aspcore-dotnet/
https://github.com/sahan91/InMemoryCacheNetCore/blob/fb6fed98a14c0396a4b307516a0a4a14caf8f588/InMemoryCachingSample/Services/CachedUserService.cs
https://entityframework-extensions.net/bulk-insert
https://entityframework-extensions.net/bulk-update
https://stackoverflow.com/questions/5940225/fastest-way-of-inserting-in-entity-framework
https://andrewlock.net/creating-a-quartz-net-hosted-service-with-asp-net-core/
https://www.learnentityframeworkcore.com/configuration/many-to-many-relationship-configuration
https://stackoverflow.com/questions/28966852/differences-in-default-network-packet-size-sqlconnection-vs-sql-server-default
https://docs.microsoft.com/en-us/ef/core/modeling/
https://docs.microsoft.com/en-us/answers/questions/116211/sql-server-how-to-save-date-and-time-in-utc-format.html
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-install
https://stackoverflow.com/questions/58764322/cannot-install-dotnet-ef-tool-on-windows-10
https://docs.microsoft.com/en-us/ef/core/cli/dbcontext-creation?tabs=dotnet-core-cli
https://www.learnentityframeworkcore.com/connection-strings
https://www.stevejgordon.co.uk/asp-net-core-2-ihostedservice
https://medium.com/tableless/mediatr-com-asp-net-core-7b98ba0ca640
https://stackoverflow.com/questions/44685451/how-to-call-sql-view-dapper-c-sharp
https://stackoverflow.com/questions/62254882/the-specified-invariant-name-system-data-sqlclient-wasnt-found-in-the-list-o
https://stackoverflow.com/questions/2548235/convert-utc-datetime-to-another-time-zone
https://pt.stackoverflow.com/questions/343471/timezone-do-brasil-para-datetimeoffset-c
https://www.meziantou.net/declaring-internalsvisibleto-in-the-csproj.htm
https://stackoverflow.com/questions/45586897/on-iserviceprovider-what-are-the-differences-between-the-getrequiredservice-and/45587091
https://code-maze.com/migrations-and-seed-data-efcore/
https://www.learnentityframeworkcore.com/migrations/seeding
https://stackoverflow.com/questions/60116577/how-to-seed-in-entity-framework-core-3-0
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?view=aspnetcore-5.0
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/write?view=aspnetcore-5.0
https://stackoverflow.com/questions/7982525/visual-studio-disabling-missing-xml-comment-warning#:~:text=Suppress%20the%20warning%20by%20changing,checkbox%20in%20project%20Properties%20%3E%20Build%20%3E
https://dapper-tutorial.net/bulk-insert
https://markheath.net/post/roundtrip-serialization-of-datetimes-in
https://stefried.medium.com/sql-views-for-entity-framework-core-code-first-c07bfe607fa1 -> https://github.com/StefanRiedmann/EFCoreWithViews/blob/master/Program.cs
https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-5.0
https://xunit.net/docs/shared-context
https://andrewlock.net/how-to-set-the-hosting-environment-in-asp-net-core/
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-5.0
https://codewithmukesh.com/blog/mediatr-pipeline-behaviour/
https://medium.com/geekculture/auditing-with-mediator-pipelines-in-asp-net-core-be34cf3551b
https://www.youtube.com/watch?v=jn54CjePzs0 (Asp.Net Core Series: Preformance testing techniques)
https://github.com/codesenberg/bombardier
https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-counters
https://www.c-sharpcorner.com/article/webapi-performance-testing-using-apache-jmeter/