Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Erik Forbes
Erik Forbes has asked
59
questions and find answers to
30
problems.
Stats
1.3k
EtPoint
410
Vote count
59
questions
30
answers
About
Erik Forbes questions
Is this good design of a workflow-esque system?
Is RavenDB a good fit for this concept?
If you aren't supposed to return collections to callers, how should you return a collection of data to a caller?
Domain Driven Design, SOC, and entity identification
What is a good project to work on to learn modern patterns and practices?
C#4 dynamic keyword - why not?
How can I get C# to interop with Javascript?
.NET multiplication optimization
How do I merge (or zip) two IEnumerables together?
What's wrong with Linq to SQL?
Erik Forbes answers
How do I gracefully test for overflow situations in C#?
LINQ dependent calculation assignment
Pseudo Random Generator with same output
When is "Or" better to use than "OrElse"?
Internals of "equals" in .NET
How to iterate through a tree structure using a generator?
asp.net "Remember Me" cookie
How to implement CQS with in memory changes?
What is the fastest (possibly unsafe) way to read a byte[]?
Cyclic dependencies - yet again