¡@

Home 

c# Programming Glossary: maintained

.NET DICOM Libraries

http://stackoverflow.com/questions/1287127/net-dicom-libraries

I'm a bit biased because I work on it but its actively maintained is used by a number of commercial products and is used by the..

How to convert a Unicode character to its ASCII equivalent

http://stackoverflow.com/questions/138449/how-to-convert-a-unicode-character-to-its-ascii-equivalent

437 n ASCII compatible code pages the lower 128 characters maintained their standard US ASCII values and different pages or sets of..

Bit fields in C#

http://stackoverflow.com/questions/14464/bit-fields-in-c-sharp

Practical usings of “internal” keyword in C#

http://stackoverflow.com/questions/165719/practical-usings-of-internal-keyword-in-c-sharp

how can you easily check if access is denied for a file in .NET?

http://stackoverflow.com/questions/265953/how-can-you-easily-check-if-access-is-denied-for-a-file-in-net

it adds cost in terms of more code that must be maintained and it can introduce subtle bugs into your code. There is just..

What are major differences between C# and Java?

http://stackoverflow.com/questions/295224/what-are-major-differences-between-c-sharp-and-java

but a useful one at that . In C# and .NET generics are maintained at execution time too and work for value types as well as reference..

Why are private virtual methods illegal in C#?

http://stackoverflow.com/questions/3082310/why-are-private-virtual-methods-illegal-in-c

methods helps ensure that invariants of those methods are maintained. Because allowing that provides another form of the brittle.. only the public documented interface to a type needs to be maintained when implementation details change. share improve this answer..

Flood Fill Algorithms

http://stackoverflow.com/questions/367226/flood-fill-algorithms

to its neighbors along the four compass directions. I maintained a separate bitmap to keep track of which pixels had been visited..

Comparison of XSD Code Generators

http://stackoverflow.com/questions/386155/comparison-of-xsd-code-generators

above as well as others and most were either deprecated unmaintained or unable to match the current functionality of xsd.exe available.. Xsd2Code however is a superb tool and seems to be actively maintained. It provides all the functionality that was listed above and.. a good tool but less integration features and no longer maintained XSDObjectGen No longer maintained less functionality than current..

When to use struct in C#?

http://stackoverflow.com/questions/521298/when-to-use-struct-in-c

SFTP Libraries for .NET [closed]

http://stackoverflow.com/questions/530330/sftp-libraries-for-net

of SharpSSH and SSH.NET are the most up to date and best maintained libraries for SFTP not to be confused with FTPS communication..

Large Object Heap Fragmentation

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

then only one instance of the identifier string will be maintained in memory. c# .net memory management memory leaks windbg ..

OnDataBinding vs Inline: pros, cons and overhead

http://stackoverflow.com/questions/702343/ondatabinding-vs-inline-pros-cons-and-overhead

changes. The seperation of presentation and code is also maintained better this way as the HTML is place holders only and the codebind..

How to render a formula in WPF or WinForms

http://stackoverflow.com/questions/8899204/how-to-render-a-formula-in-wpf-or-winforms

strings. Cons There is no Windows version of the library maintained and tested . The article suggests memory leaks and other issues..

ServiceStack.Net Redis: Storing Related Objects vs. Related Object Ids

http://stackoverflow.com/questions/8914349/servicestack-net-redis-storing-related-objects-vs-related-object-ids

and TParent.DeleteRelatedEntities APIs where an index is maintained behind the scene that looks like ref Question Answer QuestionId..

Releasing a unplugged virtual Serial Port

http://stackoverflow.com/questions/9835881/releasing-a-unplugged-virtual-serial-port

on any machine supported by any runtime documented and maintained by somebody else. Like the serial port API. That did not work..