Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jordan Rieger
Jordan Rieger has asked
11
questions and find answers to
12
problems.
Stats
410
EtPoint
126
Vote count
11
questions
12
answers
About
https://www.webnames.ca/
Jordan Rieger questions
How do I disable or remove unnecessary form elements before an ASP.NET asynchronous postback?
Why does ASP.NET access the State Server even when the page's EnableSessionState="False", but only for a VB.NET site, not a C# site?
Decimal (10,9) variable can't hold the number 50 (SQL Server 2008)
Intermittent crash of w3wp.exe with ThreadAbortException after .NET 4.6 upgrade
Visual Studio 2015 Find in Files not remembering file types or locations
Disable SSL fallback and use only TLS for outbound connections in .NET? (Poodle mitigation)
Jordan Rieger answers
How do I disable or remove unnecessary form elements before an ASP.NET asynchronous postback?
Ajax call: What is the difference between new ActiveXObject("Msxml2.XMLHTTP") and new ActiveXObject("Microsoft.XMLHTTP")?
Does using ConcurrentDictionary TryGetValue within an if statement make the if contents thread-safe?
Decimal (10,9) variable can't hold the number 50 (SQL Server 2008)
How to include libsodium.net on ASP.NET
Why is tightly coupled bad but strongly typed good?
Is Microsoft's GUID generator cryptographically secure
Dealing with fields containing unescaped double quotes with TextFieldParser
WPF Getting Control null reference during InitializeComponent