c# Programming Glossary: actively
.NET DICOM Libraries http://stackoverflow.com/questions/1287127/net-dicom-libraries good option. I'm a bit biased because I work on it but its actively maintained is used by a number of commercial products and is..
Create Excel (.XLS and .XLSX) file from C# [closed] http://stackoverflow.com/questions/151005/create-excel-xls-and-xlsx-file-from-c-sharp to be the best choice as time goes on. It seems to be more actively updated and documented as well. Also as noted by @ мЦа ионов..
NHibernate Code Generation http://stackoverflow.com/questions/1703254/nhibernate-code-generation good too as it seems that some of the tools are not being actively developed any more. Also the tools would ideally generate the..
Abuse of C# lambda expressions or Syntax brilliance? http://stackoverflow.com/questions/1718037/abuse-of-c-sharp-lambda-expressions-or-syntax-brilliance Grid syntax here all of the sudden I find code that actively looks and makes decissions based on the names I choose for my..
Generics -Open and closed constructed Types http://stackoverflow.com/questions/1735035/generics-open-and-closed-constructed-types really really doesn't come up very often. I would like to actively discourage you from worrying about it share improve this answer..
Options for embedding Chromium instead of IE WebBrowser control with WPF/C# http://stackoverflow.com/questions/18119125/options-for-embedding-chromium-instead-of-ie-webbrowser-control-with-wpf-c the latest version of Chromium. Now that Per Lundberg is actively working on porting CEF 3 to CefSharp this is the best option..
How can I get functionality similar to Spy++ in my C# app? http://stackoverflow.com/questions/1967604/how-can-i-get-functionality-similar-to-spy-in-my-c-sharp-app the current password you need for apps that don't actively update their window title based on the current site Chrome for..
Access to Modified Closure (2) http://stackoverflow.com/questions/304258/access-to-modified-closure-2 statement finally Dispose e Re unsubscribing if you actively want to unsubscribe an anonymous handler the trick is to capture..
Weak references http://stackoverflow.com/questions/310685/weak-references be avaialble for garabage collection if they are not actively in use. Whether or not this will be useful in reducing the memory..
Compiling Quantlib via SWIG for C# http://stackoverflow.com/questions/3334011/compiling-quantlib-via-swig-for-c-sharp seen the .Net port of QuantLib but it seems that it is not actively maintained and not entirely sure of how much was actually ported..
Comparison of XSD Code Generators http://stackoverflow.com/questions/386155/comparison-of-xsd-code-generators VS2010. Xsd2Code however is a superb tool and seems to be actively maintained. It provides all the functionality that was listed..
Inconsistency in divide-by-zero behavior between different value types http://stackoverflow.com/questions/4609698/inconsistency-in-divide-by-zero-behavior-between-different-value-types runs results in Infinity I can understand the compiler actively checking for division by zero constant and the DivideByZeroException..
Interprocess communication for Windows in C# (.NET 2.0) http://stackoverflow.com/questions/50153/interprocess-communication-for-windows-in-c-sharp-net-2-0 with .Net 1.0. I believe remoting is no longer being actively developed and you are encouraged to use WCF instead Code example..
Why isn't ArrayList marked [Obsolete]? http://stackoverflow.com/questions/5063156/why-isnt-arraylist-marked-obsolete members which have been marked obsolete by Microsoft are actively dangerous in some respect and should really be fixed if you..
Should you implement IDisposable.Dispose() so that it never throws? http://stackoverflow.com/questions/577607/should-you-implement-idisposable-dispose-so-that-it-never-throws there a better way EDIT To clarify I'm not talking about actively throwing exceptions from Dispose or not I'm talking about letting..
How to export DataTable to Excel in C# http://stackoverflow.com/questions/8207869/how-to-export-datatable-to-excel-in-c-sharp dt The developer is responsive and helpful. The project is actively developed and the documentation is superb. share improve this..
.Net (dotNet) wrappers for OpenCV? http://stackoverflow.com/questions/85569/net-dotnet-wrappers-for-opencv I started out with opencvdotnet but it's not really actively developed any more. Further support for the feature I needed..
An obvious singleton implementation for .NET? http://stackoverflow.com/questions/953259/an-obvious-singleton-implementation-for-net This is not performance code although if the design actively degrades performance beyond the traditional model that would..
SpinWait vs Sleep waiting. Which one to use? http://stackoverflow.com/questions/9719003/spinwait-vs-sleep-waiting-which-one-to-use question The best approach is to have some mechanism to actively detect the thing becoming true rather than passively polling..
|