Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Lasse V. Karlsen
Lasse V. Karlsen has asked
221
questions and find answers to
1017
problems.
Stats
46.8k
EtPoint
18.6k
Vote count
221
questions
1k
answers
About
71-model software architect working for Visma, living in Porsgrunn, Telemark, Norway.
Lasse V. Karlsen questions
Using LINQPad to insert data into a SQL CE Database, Linq-to-sql, gets slower over time, anything I can do about it?
C#/.NET library for source code formatting, like the one used by Stack Overflow?
Python code generator for Visual Studio?
Executing another program from C#, do I need to parse the "command line" from registry myself?
Detect citrix "application mode"?
window.onbeforeunload, but for a frame?
Why is this legal? Referring to a constant in a type, from an attribute *on* the type, without prefixing with type name?
Formatting for displaying source code on a web page
Is it possible to "trick" PrintScreen, swap out the contents of my form with something else before capture?
Use HostBuilder.ConfigureServices with DryIoc container?
Lasse V. Karlsen answers
Declaring variables in a getter
Is there Reference Count in ReSharper?
C#: Add conditional generic method (different generic restriction) within generic class
What is the mercurial equivalent of 'svn cat'?
Mercurial, stop versioning cache directory but keep directory
how to restore file from mercurial .hg/store/data/
Using reflection to override virtual method tables in C#
Why doesn't calling a null event handler raise an exception?
comparison dates with string dd-mm-yyyy format in sqlite [duplicate]
What's the correct way to implement .Distinct() on a List<[linq_custom_object]>()?