Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Sergey Slepov
Sergey Slepov has asked
15
questions and find answers to
5
problems.
Stats
174
EtPoint
27
Vote count
15
questions
5
answers
About
Sergey Slepov questions
Default StringComparer used by Dictionary<string, T>
CS1617: Invalid option '10' for /langversion
Incorrect syntax near 'GO' in ExecuteSqlRaw()
Mixing RTL and LTR text in HTML
What's the type hint for an array?
HTTP verb for 'translate'
Why Migration.BuildTargetModel has so much duplicate code?
Does .NET 5 support the old csproj format?
Indexing a Dictionary with a Span
Is the information about C# 8 nullable reference types stored in a .NET assembly?
Sergey Slepov answers
Default StringComparer used by Dictionary<string, T>
Incorrect syntax near 'GO' in ExecuteSqlRaw()
Is there a way to reference back to last expression in chain for use as parameter in function (C#)
Why Migration.BuildTargetModel has so much duplicate code?
using System; in C# vs using namespace std; in C++