Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Serghei
Serghei has asked
8
questions and find answers to
11
problems.
Stats
305
EtPoint
83
Vote count
8
questions
11
answers
About
Software architect. MCPD ASP.NET 4 Web
Serghei questions
What is the best way to refactor code with many if and duplicated logic for extracting a value from different Controls classes
Implementing a desktop .NET application that can work offline.
Organizing a unit test project for large solutions
How to organize interfaces and implementations in WPF MVVM application
How to make that WPF ComboBox keyboard text search will works correctly if IsEditable and IsReadOnly is true?
How to refactor method of class with a lot of arguments?
What is better way to validate business rules in ASP.NET MVC application with 3 layer architecture?
Serghei answers
How to stop a new window to be opened every time?
Perform signed arithmetic on numbers defined as bit ranges of unsigned bytes
Float and double in c#
How do you convert the SqlDateTime value to .Net::DateTime
Adding index to a table
Validation best practice for Model and ViewModel
Define enums within a method in C#?
XML Parsing - Read a Simple XML File and Retrieve Values
C# empty property
Why to use ICollection<T> instead of List<T> and if i use ICollection<T>, then how can i use AddRange,Insert and other list methods [duplicate]