c# Programming Glossary: decent
Most elegant way to generate prime numbers http://stackoverflow.com/questions/1042902/most-elegant-way-to-generate-prime-numbers They all find the first n primes effectively and I have a decent method of finding the limit to provide to the sieves . c# java..
Any decent C# profilers out there? [closed] http://stackoverflow.com/questions/10644/any-decent-c-sharp-profilers-out-there decent C# profilers out there closed I urgently need a C# profiler...
Enum type constraints in C# [duplicate] http://stackoverflow.com/questions/1331739/enum-type-constraints-in-c-sharp work. see answer comments I can see that there are a few decent usage cases but none of them are so compelling that we'd do..
How can I obtain all the possible combination of a subset? http://stackoverflow.com/questions/13765699/how-can-i-obtain-all-the-possible-combination-of-a-subset Dimension 1 Text1 Text2 Text3 Text4 I came up with a decent solution which a think is worth to share here. c# algorithm..
Recommended math library for C#/.NET? [closed] http://stackoverflow.com/questions/1387430/recommended-math-library-for-c-net different math libraries for my next .NET project the decent one I found is Math.NET which is free and open source. Do you..
How to decide between MonoTouch and Objective-C? http://stackoverflow.com/questions/1583856/how-to-decide-between-monotouch-and-objective-c I've been playing around with MonoTouch and I have a decent little app going that once compressed gets down to about 2.7..
Which .NET Dependency Injection frameworks are worth looking into? [closed] http://stackoverflow.com/questions/21288/which-net-dependency-injection-frameworks-are-worth-looking-into I'd rather have competition than stagnation and there's a decent amount of healthy competition out there. Other IoC screencasts..
Windows shell extension with C# http://stackoverflow.com/questions/2194572/windows-shell-extension-with-c-sharp menu and C# is the language I most use these days. Is it a decent choice for a shell extension Are the interfaces easy to get..
Environment.TickCount vs DateTime.Now http://stackoverflow.com/questions/243351/environment-tickcount-vs-datetime-now improve this question Use Stopwatch class. There is a decent example on msdn http msdn.microsoft.com en us library system.diagnostics.stopwatch.aspx..
C# Object Pooling Pattern implementation http://stackoverflow.com/questions/2510975/c-sharp-object-pooling-pattern-implementation a lot of ground to cover when it comes to implementing a decent general purpose resource pool. and I'm really only scratching..
Best hashing algorithm in terms of hash collisions and performance for strings http://stackoverflow.com/questions/251346/best-hashing-algorithm-in-terms-of-hash-collisions-and-performance-for-strings hash bucket has 4 collisions your code will still have decent performance it will be a bit slower compared to a collision.. turned out as a big advantage. So to summarize I'd take a decent hash algorithm that doesn't cause too many collisions on average..
How do I filter all HTML tags except a certain whitelist? http://stackoverflow.com/questions/307013/how-do-i-filter-all-html-tags-except-a-certain-whitelist IgnoreCase is set and MultiLine is NOT set. Usually I'm decent at regex maybe I'm running low on caffeine... Users are allowed..
Different ways of passing sqlCommand parameters http://stackoverflow.com/questions/4624811/different-ways-of-passing-sqlcommand-parameters defines the data type for the parameter. ADO.NET does a decent job at guessing but in some cases it can be terribly off so..
Licensing System for .NET [closed] http://stackoverflow.com/questions/5132943/licensing-system-for-net use the program. I've trawled the internet in search of a decent obfuscation licensing system library but have yet too find a..
Parsing HTML with c#.net [duplicate] http://stackoverflow.com/questions/6063203/parsing-html-with-c-net Give the HTMLAgilityPack a look into. Its a pretty decent HTML parser http htmlagilitypack.codeplex.com Here's some code..
Replacing .NET WebBrowser control with a better browser, like Chrome? http://stackoverflow.com/questions/790542/replacing-net-webbrowser-control-with-a-better-browser-like-chrome It'd be nice if someone made the effort to make a decent .NET wrapper for it but it's not something anyone seems to want..
C# AutoComplete http://stackoverflow.com/questions/796195/c-sharp-autocomplete supports searching by prefix. There doesn't seem to be any decent way to override the behavior. Some people have implemented their..
How to protect dlls? http://stackoverflow.com/questions/805461/how-to-protect-dlls determined user can still figure out ways to use it. A decent disassembler will quickly provide all the information needed...
What are some popular OCR algorithms? http://stackoverflow.com/questions/850717/what-are-some-popular-ocr-algorithms day making photocopies or printing things out . This is a decent if dated survey Optical character recognition a survey. Impedovo..
|