c# Programming Glossary: configurable
WCF request/response package size http://stackoverflow.com/questions/1000528/wcf-request-response-package-size request response package size I am wondering if there are configurable settings for restriction of the maximum request respose data..
Why does Castle Windsor hold onto transient objects? http://stackoverflow.com/questions/132940/why-does-castle-windsor-hold-onto-transient-objects here are missing a vital point that this behavior is configurable out of the box via release policies check out the documentation..
REST service authentication http://stackoverflow.com/questions/14996673/rest-service-authentication have a look at DotnetOpenAuth since it is imho a bit more configurable and easier to tweak to your own like but it also takes more..
Write to a File in Monotouch http://stackoverflow.com/questions/1829954/write-to-a-file-in-monotouch blah blah blah. On my machine I don't recall if this is configurable but it's probably the same on your system you can get to the..
Custom path of the user.config http://stackoverflow.com/questions/2265271/custom-path-of-the-user-config does not intend on making the path to the config file configurable. I'll take their word for it when they say allowing that would..
Sorting a Dictionary in place with respect to keys http://stackoverflow.com/questions/2705607/sorting-a-dictionary-in-place-with-respect-to-keys TKey TValue both of which sort by the key in a configurable way if you pass an IEqualityComparer T into the constructor..
Looking for replacement for Snippet Compiler [closed] http://stackoverflow.com/questions/2775055/looking-for-replacement-for-snippet-compiler every expression is totally awesome. Very sophisticated configurable reports that use reflection to look deeply inside objects and..
Create an object knowing only the class name? http://stackoverflow.com/questions/296251/create-an-object-knowing-only-the-class-name ClassB BaseClass The choice of which strategy to use is configurable. I want to configure only the class name 'ClassB' instead of..
c# - approach for saving user settings in a WPF application? http://stackoverflow.com/questions/3784477/c-sharp-approach-for-saving-user-settings-in-a-wpf-application
Keep Alive TCP/IP connected sockets over the Internet - when? how? and how much? http://stackoverflow.com/questions/3907537/keep-alive-tcp-ip-connected-sockets-over-the-internet-when-how-and-how-much That's not what it says. It says 'This interval MUST be configurable and MUST default to no less than two hours.' The problem is..
Turning tracing off via app.config http://stackoverflow.com/questions/4144394/turning-tracing-off-via-app-config different parts of your application to be independently configurable without having to go the trouble of defining a unique TraceSource..
Does MEF lend any value to the Singleton pattern? http://stackoverflow.com/questions/4484619/does-mef-lend-any-value-to-the-singleton-pattern My first phase of discovery is to implement a dynamically configurable and centralized data controller. One way to customize behavior..
import csv file/excel into sql database asp.net http://stackoverflow.com/questions/489620/import-csv-file-excel-into-sql-database-asp-net CSV and it deals with Excel too. The import is totally configurable you can define things like delimiters rows and or columns to..
C# SIP Stack/Library http://stackoverflow.com/questions/498056/c-sharp-sip-stack-library Router as a front end proxy for their services. It is very configurable and has a high success rate for compatibility. share improve..
listen for a key when the application is not focused http://stackoverflow.com/questions/5065817/listen-for-a-key-when-the-application-is-not-focused that has focus. So you should make global hotkeys configurable so the user can avoid collisions with his commonly used applications...
Is there a way to dynamically execute a string in .net, similar to eval() in javascript or dynamic sql in sql? http://stackoverflow.com/questions/508213/is-there-a-way-to-dynamically-execute-a-string-in-net-similar-to-eval-in-jav manipulations will be needed so i'd like them to be configurable. I don't really care what language the dynamic code is written..
How and why do I set up a C# build machine? http://stackoverflow.com/questions/616149/how-and-why-do-i-set-up-a-c-sharp-build-machine code or you can tell it to build at a certain time. All configurable through the browser. Q What exactly will this get me other than..
How to decide where to store per-user state? Registry? AppData? Isolated Storage? http://stackoverflow.com/questions/882490/how-to-decide-where-to-store-per-user-state-registry-appdata-isolated-storage data in the Registry Registry vs Ini file for storing user configurable app settings . I will summarize replies. c# wpf windows winforms..
Queuing in OneWay WCF Messages using Windows Service and SQL Server http://stackoverflow.com/questions/9702379/queuing-in-oneway-wcf-messages-using-windows-service-and-sql-server The time at which the requests are processed will be configurable. If there happens error in processing the message it need to..
|