List Question
20 TechQA 2023-11-18T20:42:56.480000Why type aliases in C# cannot be used in another alias?
164 views
Asked by raison
A "using" statement gets moved automatically outside of the namespace
45 views
Asked by MajorMajorMajor
C# Razor using statements inconsistently require explicit curly brackets
31 views
Asked by bowserm
Identify the encompassing using block
37 views
Asked by Gigi
C# setting members from using statement
84 views
Asked by Piglet
How to properly separate API calls from File Storage Service in a Clean Architecture Pattern?
547 views
Asked by Vedran Knezevic
Does using statement close all kinds of streams in it?
46 views
Asked by zaraboy
When is a `using var` disposed? Is it out-of-scope as soon as possible or at the end of the block?
1.3k views
Asked by geekley
why we use nested using statement in c#?
138 views
Asked by Prakash sekar
using statement with fluent api will not call dispose if throw occurs in fluent method chain
169 views
Asked by David L
C# What is the point of the using statement?
103 views
Asked by Mark Roworth
Why exiting "using" invokes unexpected Dispose()?
89 views
Asked by HonanLi
Why is c# creating a file before any file stream is created?
584 views
Asked by Artemis Venatrix
using statement for multiple assignments to the variable
360 views
Asked by Ajinkya Jagtap
Syntax for using declaration without variable
315 views
Asked by Linus
Invoke a Method of Child form opened with Using Statement
193 views
Asked by Maahi
Type used in a using statement should be implicitly convertible to IDisposable
99 views
Asked by gene
Using same disposable object twice in diffrent using-statment
33 views
Asked by WilliamG