¡@

Home 

c# Programming Glossary: suspect

What strategies and tools are useful for finding memory leaks in .NET?

http://stackoverflow.com/questions/134086/what-strategies-and-tools-are-useful-for-finding-memory-leaks-in-net

improve this question I use Scitech's MemProfiler when I suspect a memory leak. So far I have found it to be very reliable and..

Win32 API function to programmatically enable/disable device

http://stackoverflow.com/questions/1438371/win32-api-function-to-programmatically-enable-disable-device

doesn't support being disabled using SetupDi API's. I suspect this may be because actual old mice using PS 2 connectors can't..

Performance surprise with “as” and nullable types

http://stackoverflow.com/questions/1583050/performance-surprise-with-as-and-nullable-types

Nullable int given that less work ought to be necessary. I suspect that ngen.exe might cause trouble here. share improve this..

Is it better to create a singleton to access unity container or pass it through the application?

http://stackoverflow.com/questions/2386487/is-it-better-to-create-a-singleton-to-access-unity-container-or-pass-it-through

is how to resolve objects deeper into the application. I suspect I just haven't had the light bulb on moment that will make it.. this.testSuite.TestCase.Add this.testCase however I suspect that there may be more than one TestCase involved in which case..

When is it better to use String.Format vs string concatenation?

http://stackoverflow.com/questions/296978/when-is-it-better-to-use-string-format-vs-string-concatenation

I'd simplify it to xlsSheet.Write C rowIndex null title I suspect other answers may talk about the performance hit but to be honest..

Why can't I define a default constructor for a struct in .NET?

http://stackoverflow.com/questions/333829/why-cant-i-define-a-default-constructor-for-a-struct-in-net

See this SO question for a bit more on that aspect. I suspect that there aren't any value types in the framework with parameterless..

How can I stream webcam video with C#?

http://stackoverflow.com/questions/342774/how-can-i-stream-webcam-video-with-c

or API that does everything that DirectShow provides. I suspect many of the latest things they have released are still DirectShow..

When should I dispose of a data context

http://stackoverflow.com/questions/389822/when-should-i-dispose-of-a-data-context

experiences problems with connections not closing and you suspect the automatic closing behavior is not working you can use the..

ASP.NET MVC $.post call returning string…need help with format for jqGrid

http://stackoverflow.com/questions/4101116/asp-net-mvc-post-call-returning-string-need-help-with-format-for-jqgrid

there is one value in the dropdown call undefined . I suspect this is because of the way I'm sending the data to the grid...

How to read a text file reversely with iterator in C#

http://stackoverflow.com/questions/452902/how-to-read-a-text-file-reversely-with-iterator-in-c-sharp

fetch data. There's nothing built into the framework and I suspect you'd have to do separate hard coding for each variable width..

When is it acceptable to call GC.Collect?

http://stackoverflow.com/questions/478167/when-is-it-acceptable-to-call-gc-collect

that a significant set of objects particularly those you suspect to be in generations 1 and 2 are now eligible for garbage collection..

Why doesn't .NET/C# optimize for tail-call recursion?

http://stackoverflow.com/questions/491376/why-doesnt-net-c-optimize-for-tail-call-recursion

targeted to being more aggressive in their optimizations I suspect this is because they simply don't want to have bugs where the..

What is the real overhead of try/catch in C#?

http://stackoverflow.com/questions/52312/what-is-the-real-overhead-of-try-catch-in-c

unwinding the stack and storing it for the stack trace. I suspect this happens only when the exception is thrown but I don't know..

How does one parse XML files? [closed]

http://stackoverflow.com/questions/55828/how-does-one-parse-xml-files

with XML in C# seem incredibly crude to me leading me to suspect that I must be missing something in my searches. Is there a..

Convert generic List/Enumerable to DataTable?

http://stackoverflow.com/questions/564366/convert-generic-list-enumerable-to-datatable

here's a test rig with results Vanilla 27179 Hyper 6997 I suspect that the bottleneck has shifted from member access to DataTable..

How to elevate privileges only when required?

http://stackoverflow.com/questions/573086/how-to-elevate-privileges-only-when-required

article on the subject code examples are in C but I suspect you'll need to use the WinAPI and P Invoke to do most of the..

Why are unsigned int's not CLS compliant?

http://stackoverflow.com/questions/6325/why-are-unsigned-ints-not-cls-compliant

For example VB 6 had no concept of unsigned ints which I suspect drove the decision of the designers of VB7 7.1 not to implement..

Large Object Heap Fragmentation

http://stackoverflow.com/questions/686950/large-object-heap-fragmentation

entity identifiers during unmarshalling I now strongly suspect this is the culprit. However the developer's intentions were..

Debug VS Release in .net

http://stackoverflow.com/questions/90871/debug-vs-release-in-net

on exactly what optimizations are enabled in fact I suspect Microsoft would want to be free to enhance their optimizer without..