Skip to main content
janw's user avatar
janw's user avatar
janw's user avatar
janw
Research Assistant
  • Member for 8 years, 8 months
  • Last seen this week
224 votes

Client side GroupBy is not supported

128 votes
Accepted

Ambiguous call when using LINQ extension method on DbSet<T>

107 votes
Accepted

What does the endbr64 instruction actually do?

40 votes
Accepted

Using the AesGcm class

28 votes

Run a background task from a controller action in ASP.NET Core

15 votes
Accepted

Why do program-level constructors get called by `__libc_csu_init` but destructors don't get called by `__libc_csu_fini`?

14 votes
Accepted

CancellationToken vs CancellationChangeToken

13 votes
Accepted

Disable SSL certificate verification in default injected IHttpClientFactory

12 votes

Distinguish .shstrtab and .strtab in ELF file

8 votes

Compute font size to fit text into a specific width

8 votes

How to generate SSH 2 RSA key in C# application?

7 votes
Accepted

Could x * y == y when x != 1 and y != 0?

6 votes

Directory.GetFiles exclude certain file names via SearchPattern only

6 votes
Accepted

How to ignore favicon call in ASP.NET 5 Web API

6 votes

How to return dynamic values in Dapper

6 votes
Accepted

Source and destination must be different while using Path.Combine()

5 votes
Accepted

Getting Received and Sent Bytes generated by Process for Network Activity

5 votes
Accepted

Why is 1...2 equivalent to "10.2" in PHP?

5 votes

When should we use default interface method in C#?

5 votes

Shrink image file using ImageSharp

4 votes

Remove spacing before list in Markdown

4 votes
Accepted

How to enable dark mode for CefSharp web browser in .NET?

4 votes
Accepted

Invoke an extension method on a method without a explicit reference

4 votes
Accepted

Inconsistent behaviour of ROL and OF

4 votes
Accepted

List of MD5 Hashes for Random Data Does Not Appear Uniform (PHP)

4 votes
Accepted

Rsa implementation with BigInteger doesn't work for big numbers

3 votes
Accepted

Routing in ASP.NET Core without a 'slash'

3 votes

How does movb set the filename extension to .asm?

3 votes

Need to get two values out into an array from string split

3 votes
Accepted

Is resb 2 equivalent to resw 1?