¡@

Home 

c# Programming Glossary: seen

How do you do a deep copy an object in .Net (C# specifically)?

http://stackoverflow.com/questions/129389/how-do-you-do-a-deep-copy-an-object-in-net-c-specifically

c# .net serialization share improve this question I've seen a few different approaches to this but I use a generic utility..

Direct casting vs 'as' operator?

http://stackoverflow.com/questions/132445/direct-casting-vs-as-operator

type I usually expect an exception to occur. I have only seen a need for this return null type of functionality with badly..

XDocument or XMLDocument

http://stackoverflow.com/questions/1542073/xdocument-or-xmldocument

with in LINQ to XML unlike any other XML API I've ever seen XNamespace ns http somewhere.com XElement element new XElement..

How slow are .NET exceptions?

http://stackoverflow.com/questions/161942/how-slow-are-net-exceptions

exceptions in only reasonable circumstances I've never seen an application whose performance was significantly impaired..

Embedding JavaScript engine into .NET (C#)

http://stackoverflow.com/questions/172753/embedding-javascript-engine-into-net-c

used solely for writing custom user subapplications can be seen as some sort of DSL . It's much easier and safer to allow normal..

What NoSQL solutions are out there for .NET? [closed]

http://stackoverflow.com/questions/1777103/what-nosql-solutions-are-out-there-for-net

a limited operation set. i.e. Redis has been commonly seen as a distributed cache message queue IPC broker between languages..

Embedding DLLs in a compiled executable

http://stackoverflow.com/questions/189549/embedding-dlls-in-a-compiled-executable

DLLs in a compiled executable You know I haven't seen a good answer for this anywhere. Is it possible to embed a pre..

Does using “new” on a strict allocate it on the heap or stack?

http://stackoverflow.com/questions/203695/does-using-new-on-a-strict-allocate-it-on-the-heap-or-stack

call to new allocates space on the stack but as we've seen that isn't what really happens even at the IL level. I'd like..

How to get Color from Hexadecimal color code using .NET?

http://stackoverflow.com/questions/2109756/how-to-get-color-from-hexadecimal-color-code-using-net

The latter is used in WPF for example. I haven't seen anyone mention it yet so just in case you were looking for it..

FileSystemWatcher vs polling to watch for file changes

http://stackoverflow.com/questions/239988/filesystemwatcher-vs-polling-to-watch-for-file-changes

c# filesystemwatcher share improve this question I have seen the file system watcher fail in production and test environments...

How do I find out which process is locking a file using .NET?

http://stackoverflow.com/questions/317071/how-do-i-find-out-which-process-is-locking-a-file-using-net

find out which process is locking a file using .NET I've seen several of answers about using Handle or Process Monitor but..

What is the difference between i++ and ++i?

http://stackoverflow.com/questions/3346450/what-is-the-difference-between-i-and-i

is the difference between i and i I've seen them both being used in numerous pieces of C# code and I'd like..

What static analysis tools are available for C#? [closed]

http://stackoverflow.com/questions/38635/what-static-analysis-tools-are-available-for-c

forever it's looking pretty slick from what little I've seen of it so it would be nice if it would ever see the light of..

Best practice to save application settings in a Windows Forms Application

http://stackoverflow.com/questions/453161/best-practice-to-save-application-settings-in-a-windows-forms-application

file I read that the .NET configuration file is not foreseen for saving values back to it. As for the registry I would like.. If so I would like to see code example of that C# . I have seen other discussions on this subject but it is still not clear..

Is there a CSS parser for C#? [closed]

http://stackoverflow.com/questions/512720/is-there-a-css-parser-for-c

there a CSS parser for C# closed I've seen CSS parsers in other languages and they don't look very complex..

The entity cannot be constructed in a LINQ to Entities query

http://stackoverflow.com/questions/5325797/the-entity-cannot-be-constructed-in-a-linq-to-entities-query

Proper use of the IDisposable interface

http://stackoverflow.com/questions/538060/proper-use-of-the-idisposable-interface

database connections sockets window handles etc. But I've seen code where the Dispose method is implemented to free managed..

How do I drag and drop files into a C# application?

http://stackoverflow.com/questions/68598/how-do-i-drag-and-drop-files-into-a-c-sharp-application

do I drag and drop files into a C# application I've seen this done in Borland's Turbo C environment but I'm not sure..

String vs. StringBuilder

http://stackoverflow.com/questions/73883/string-vs-stringbuilder

easier than doing it the other way around However having seen the enormous performance difference in my applications between..

What's the use/meaning of the @ character in variable names in C#?

http://stackoverflow.com/questions/91817/whats-the-use-meaning-of-the-character-in-variable-names-in-c

actually part of the identifier so the identifier might be seen in other languages as a normal identifier without the prefix...