Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in using-statement
Referencing an object outside of using() block
Oct 31, 2025
c#
dispose
using
idisposable
using-statement
Auto import usings not working Visual Studio 2019
Oct 31, 2025
c#
visual-studio
visual-studio-2019
intellisense
using-statement
Correct scope of using using
Oct 21, 2025
c#
scope
using-statement
Is it possible to do relative C# namespace reference?
Sep 20, 2025
c#
namespaces
using-statement
How to mock an object, that is instanciated in a using() block
Sep 13, 2025
c#
entity-framework
unit-testing
mocking
using-statement
Wrapping a Using Block inside of another Using Block - is it overkill?
Sep 04, 2025
c#
using-statement
"Timeout expired" exception on code exclusively using using statements
Feb 15, 2023
c#
linq-to-sql
task-parallel-library
using-statement
timeoutexception
Can I safely use object initializers inside using statements?
Jan 28, 2023
c#
using-statement
object-initializers
Why is my FileStream object being disposed of when I'm "using" a BinaryReader object?
Jan 22, 2023
.net
using-statement
objectdisposedexception
Should I use a using statement to create a Windows.Forms.Form object?
Jan 15, 2023
c#
winforms
using-statement
How should I replicate the functionality of C#'s 'using' statement in Java?
Dec 30, 2022
c#
java
try-catch
using-statement
try-catch-finally
Is object eligible for garbage collection if it's created within using-statement and not explicitly bound to a reference?
Dec 22, 2022
c#
.net
using-statement
Using statement with changing used variable
Dec 21, 2022
c#
using
using-statement
Is it good practice to use "using" on a new empty DataTable?
Dec 20, 2022
c#
idisposable
using-statement
Can a return statement prevent a using statement from closing a connection to a database?
Dec 20, 2022
c#
using-statement
dbconnection
temp-tables
"using" statment inside method can cause troubles of data corruption or Access violation?
Dec 18, 2022
c#
multithreading
using-statement
When to use the Using statement
Dec 05, 2022
.net
vb.net
filestream
using-statement
Are there situations where using will not dispose of an object?
Nov 30, 2022
c#
using-statement
Are "using" statements "bad code"? [closed]
Nov 29, 2022
c#
exception-handling
using-statement
Removing redundant using statements
Nov 30, 2022
c#
visual-studio
using-statement
Older Entries »