¡@

Home 

c# Programming Glossary: maintaining

ReverseString, a C# interview-question

http://stackoverflow.com/questions/1009689/reversestring-a-c-sharp-interview-question

no extra copying involved... but there's a lot more work maintaining lengths etc. Which is the more efficient solution Well I'd have..

C#/.NET scripting library

http://stackoverflow.com/questions/1067784/c-net-scripting-library

libraries easily available to Python programmers while maintaining compatibility with the Python language. See IronPython embedding..

.NET HashTable Vs Dictionary - Can the Dictionary be as fast?

http://stackoverflow.com/questions/1089132/net-hashtable-vs-dictionary-can-the-dictionary-be-as-fast

between them is that Dictionary relies on chaining maintaining a list of items for each hash table bucket to resolve collisions..

Resize Image to fit in bounding box

http://stackoverflow.com/questions/1106339/resize-image-to-fit-in-bounding-box

possible size that will fit in a bounding box while maintaining the aspect ratio. Basicly I'm looking for the code to fill in..

What is the difference between myCustomer.GetType() and typeof(Customer) in C#?

http://stackoverflow.com/questions/139607/what-is-the-difference-between-mycustomer-gettype-and-typeofcustomer-in-c

Customer in C# I've seen both done in some code I'm maintaining but don't know the difference. Is there one let me add that..

FindAll vs Where extension-method

http://stackoverflow.com/questions/1531702/findall-vs-where-extension-method

of the list. As Matthew points out there's work in maintaining the state machine for Where . However this will only have a..

Complex UI inside ListBoxItem

http://stackoverflow.com/questions/15532639/complex-ui-inside-listboxitem

any way to achieve the same in Windows Forms all while maintaining separation of concerns between the View and the Application.. window size in order to leverage larger screens while maintaining compatibility with smaller ones 7 It's been suggested to use.. any way to achieve the same in Windows Forms all while maintaining separation of concerns between the View and the Application..

Why .NET String is immutable? [duplicate]

http://stackoverflow.com/questions/2365272/why-net-string-is-immutable

which does require immutability makes uses as keys where maintaining equality to previous values is vital much easier to ensure correctness..

Why C# doesn't implement indexed properties?

http://stackoverflow.com/questions/2806894/why-c-sharp-doesnt-implement-indexed-properties

we spend designing implementing testing documenting or maintaining nice feature X is a minute we can't spend on awesome features..

Creating safe SQL statements as strings

http://stackoverflow.com/questions/293254/creating-safe-sql-statements-as-strings

server as well and get that to call into SQL Server still maintaining the distinction between the SQL itself and the parameter values...

Why are extension methods only allowed in non-nested, non-generic static class?

http://stackoverflow.com/questions/3930335/why-are-extension-methods-only-allowed-in-non-nested-non-generic-static-class

costs of designing implementing testing documenting and maintaining the feature. Basically extension methods were designed to make..

when building a calendar app, should i store dates or recurrence rules in my database?

http://stackoverflow.com/questions/4239871/when-building-a-calendar-app-should-i-store-dates-or-recurrence-rules-in-my-dat

as you're likely to need. You need to be careful about maintaining validity though if a recurring meeting changes today that doesn't..

C# naming convention for enum and matching property

http://stackoverflow.com/questions/495051/c-sharp-naming-convention-for-enum-and-matching-property

property I often find myself implementing a class maintaining some kind of own status property as an enum I have a Status..

When to use struct in C#?

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

or proof of requirement to keep structs immutable or maintaining an instance size of only 16 bytes or less Nothing in the structs..

When should i use [Serializable] in C#? [closed]

http://stackoverflow.com/questions/5877808/when-should-i-use-serializable-in-c

passing an object through a firewall as an XML string or maintaining security or user specific information across applications. Apply..

Problems with DeploymentItem attribute

http://stackoverflow.com/questions/883270/problems-with-deploymentitem-attribute

with DeploymentItem attribute I'm currently maintaining an old system written in C#.net removing some obsolete features..

Unhandled Exception Handler in .NET 1.1

http://stackoverflow.com/questions/944/unhandled-exception-handler-in-net-1-1

Exception Handler in .NET 1.1 I'm maintaining a .NET 1.1 application and one of the things I've been tasked..