CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 06:14:14 GMT
content-type: text/html; charset=utf-8
cf-ray: 9659fecc7d5e1712-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=575a3b20-ea98-4107-a7f7-b65a8641f536; expires=Mon, 27 Jul 2026 06:14:13 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 8b396963-6552-4bf2-af99-606fb07940af
x-worker-origin-response-time: 991000000
x-dns-prefetch-control: off
set-cookie: prov=575a3b20-ea98-4107-a7f7-b65a8641f536; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=mO4FDlgr8ObEMExpx5JlflIvfE3dhuvA8Zo6H1Wo7aY-1753596854-1.0.1.1-y0Cn6D5KC2KKN2KYtrihTs_o6FI3VSTpnXtjNq.YftcrAJK_rzI5.sw6d9LtZ0SaWhjidGCfaVbnMD3rLl6hpWL_jv3XCvpoVCuCk0hzJTI; path=/; expires=Sun, 27-Jul-25 06:44:14 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=8fqjZBAkMWJCVNCkLKhPV_8rAcLPEixU5hsf_wCv1wU-1753596854204-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest '.net-core' Questions - Code Review Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [.net-core]
.NET Core is an open-source, modular implementation of the .NET Framework. It can be used in a wide variety of applications and verticals, ranging from servers and data centers to apps and devices. .NET Core is supported by Microsoft on Windows, Linux and macOS.
90 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
135
views
Simple priority task scheduler implementation
My project I am working on requires the following functionality for the processed messages:
each message has a priority
messages with higher priorities should have precedence over the ones with lower ...
1
vote
2
answers
444
views
Thread-safe int wrapper in c#
My system is a .NET Core 7 console app, which starts some background threads. I need to pass some int values (counters, etc.) between the main and background ...
1
vote
2
answers
100
views
4
votes
2
answers
153
views
Classes are using interface to send different messages to a console in C#
This is a follow-up of my thread in Class SettingView sending messages to a console in C#.
Here is the whole project on GitHub.
The starting point
After attending ...
1
vote
2
answers
203
views
Class `SettingView` sending messages to a console in C#
My challenge is to transfer examples from textbooks or videos into something I am coding on my own.
Environment
Visual Studio 2022
Net 7.0
ConsoleApp
My goal
My idea is to have a solution to provide ...
3
votes
3
answers
637
views
Algorithm to find sequential ID gaps in List<long>
I had to develop an algorithm that will find gap between sequential Ids within a List<long>.
For example as input we had the following ...
2
votes
1
answer
5k
views
HttpClient retry handler on response 429
When the remote server returns a 429 (Too Many Requests) response with the Retry-After header, the HttpClient can handle such cases with a handler:
...
4
votes
2
answers
244
views
Automating the process of determining which boxes to load on each flight for freight company
I was given a test assignment for the interview of the company and below is the code that I shared with them. I developed it using .NET 6 (Core) Console application.
Actual problem statement:
Coding ...
1
vote
1
answer
166
views
Azure DevOps Git: Fork into another Repo using Azure DevOps REST API
In my Azure DevOps Project, I have a Git repository that I would like to copy to another Azure DevOps Project.
In other words, I should be able to copy the original repo into other Azure DevOps ...
3
votes
2
answers
665
views
3
votes
1
answer
296
views
Export and import work items from Azure DevOps
I'm working on an application that exports and imports work items from Azure DevOps. To import work items into Azure DevOps, I have written the following code.
Would you be able to review and make ...
2
votes
1
answer
2k
views
.Net Core 6.0 : Entity Framework - Either Or / Neither Nor / Both in Where clause
I am building a .Net Core 6.0 application that uses Entity Framework.
I have situation where I need to apply the filter(Where clause) based on two properties (eg: Guid? skillType, string skillName). ...
0
votes
0
answers
783
views
Hangfire context constructor injection
I tried following IHttpContextAccessor pattern but for Hangfire context. What I'm mostly interested in is CustomScope class with Resolve method. I'm using ActivatorUtilities there because otherwise I ...
3
votes
2
answers
164
views
RawSqlQuery minimizing risk of field name confusion
Is there a way to make the following code more maintainable?
...
3
votes
1
answer
363
views
EFCore Monitor Interceptor with logging queries
I created a SqlMonitorInterceptor that will check the execution time of queries and log errors. The main idea is to log queries in such a way that they can be easily copied into SQL Server Management ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
c# × 85
.net × 15
asp.net-core × 12
performance × 5
async-await × 4
f# × 4
logging × 4
serialization × 4
generics × 3
json × 3
asp.net-web-api × 3
scheduled-tasks × 3
stream × 3
asp.net × 2
algorithm × 2
beginner × 2
console × 2
linq × 2
design-patterns × 2
multithreading × 2
more related tags
Hot Network Questions
- Automatic drawing of polygon around selected polygons in QGIS
- What is the weight of holy water?
- Not being introduced to the team – should I ask for it?
- "I met a monk and philosopher." How many people did I meet?
- What is the meaning of 'Tel.......,qui......'
- Is there any verse which says that throughout the Vedas the praise of Shiva is sung?
- How to put commutative symbol in a commutative diagram?
- sum of squared distances between Farey neigbors
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?
- Why exactly do full-flow rocket engine's turbopumps run cooler?
- Rec Letter from Professor (who I haven't done research with) or from Work Supervisor
- Why does the node Bounding Box suddenly produce a different result in version 4.5?
- The Russian president is struggling to pass a law now. Then, how much power does Kremlin have to initiate a congressional decision?
- What is the citation for Augustine's "consensus, non concubitus..."
- What is the best way to bevel these corners without these deformations showing?
- Why are police personnel of all ranks called officers?
- Meaning of 芭蕉 in Tang age
- Alternative to tedious assert-rewrite for trivial operations?
- VPN on home network with changing IP address
- Are classified documents subject to a subpoena in discovery?
- How much of a really big a spaceship could a nuke take out?
- Is there such a thing as 'aerospace grade software'?
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- Class for validating code in different Conda environments with PyTorch