¡@

Home 

c# Programming Glossary: viable

.NET, event every minute (on the minute). Is a timer the best option?

http://stackoverflow.com/questions/1329900/net-event-every-minute-on-the-minute-is-a-timer-the-best-option

would have to enable it on the minute precisely not really viable. I could use a timer and set its interval to 1000. Then within..

To make a choice between ManualResetEvent or Thread.Sleep()

http://stackoverflow.com/questions/1675936/to-make-a-choice-between-manualresetevent-or-thread-sleep

it will just signal an all clear then Thread.Join isn't viable. The worst option is while JobCompleted As that will tie up..

Immutable object pattern in C# - what do you think?

http://stackoverflow.com/questions/263585/immutable-object-pattern-in-c-sharp-what-do-you-think

can add code here. Also AOP such as PostSharp might be a viable option for adding all those ThrowIfFrozen checks. apologies..

C# arrow key input for a console app

http://stackoverflow.com/questions/4351258/c-sharp-arrow-key-input-for-a-console-app

for a key to be pressed. Update It seems that the only viable way to do this is to use Windows Forms. This is annoying as..

Binary serialization/de-serialization in C++ and C#

http://stackoverflow.com/questions/4677669/binary-serialization-de-serialization-in-c-and-c-sharp

a .NET application on one end Boost.Serialization is not a viable solution. I am looking for a solution that allows me to perform..

How can I dynamically change auto complete entries in a C# combobox or textbox?

http://stackoverflow.com/questions/515561/how-can-i-dynamically-change-auto-complete-entries-in-a-c-sharp-combobox-or-text

database to make it work as we want. Of course this is not viable if you have millions of records to populate the list. Performance..

Should i use ThreadPools or Task Parallel Library for IO-bound operations

http://stackoverflow.com/questions/5213695/should-i-use-threadpools-or-task-parallel-library-for-io-bound-operations

Task results . Though Parallel Extensions is also another viable alternative. Running tests on your own You can download the..

mapping multiple tables to a single entity class in entity framework

http://stackoverflow.com/questions/6670580/mapping-multiple-tables-to-a-single-entity-class-in-entity-framework

the tables is not an option and creating views is not a viable solution at this point in the project c# entity framework asp.net..

Operator Overloading with Interface-Based Programming in C#

http://stackoverflow.com/questions/728434/operator-overloading-with-interface-based-programming-in-c-sharp

comparisons to use Equals rather than operator is not a viable solution especially when passing your types to libraries such.. comparisons to use Equals rather than operator is not a viable solution especially when passing your types to libraries such..

Any reason to use auto-implemented properties over manual implemented properties?

http://stackoverflow.com/questions/8116951/any-reason-to-use-auto-implemented-properties-over-manual-implemented-properties

What is the “base class” for C# numeric value types?

http://stackoverflow.com/questions/828807/what-is-the-base-class-for-c-sharp-numeric-value-types

Handling WCF events in another process

http://stackoverflow.com/questions/8889051/handling-wcf-events-in-another-process

separate process. I've looked around and it seems the only viable option is to use WCF but I'm not sure how to do this as I'm..

Compile Time Reflection in C#

http://stackoverflow.com/questions/9335126/compile-time-reflection-in-c-sharp

This issue has persisted for years and years and the only viable solution currently is to use an expression tree which is then..

WIA through web browser - ASP.NET

http://stackoverflow.com/questions/956158/wia-through-web-browser-asp-net

cross browsers. So here are few questions Is Silverlight a viable option This is what I would prefer since all my code is C# ASP.NET... Write something in flash may be using Flex Is this a viable option Can it talk to WIA COM on the client And finally if the..