¡@

Home 

c# Programming Glossary: promising

Parse HTML links using C#

http://stackoverflow.com/questions/122856/parse-html-links-using-c-sharp

library. I found a couple open source projects that looked promising but I thought there was a built in module. If not I may have..

How can I determine whether a column exists in a SQL Server CE table with C#?

http://stackoverflow.com/questions/15693639/how-can-i-determine-whether-a-column-exists-in-a-sql-server-ce-table-with-c

specification. I found here on StackOverflow a couple of promising SQL statements if exists select from sys.columns where Name..

A “Composable” Full Text Search with a Code First Model

http://stackoverflow.com/questions/18746127/a-composable-full-text-search-with-a-code-first-model

new SqlParameter @searchTerm searchTerm .AsQueryable Looks promising it actually uses Full Text Searching and is quite functional...

Generate C# project using CMake

http://stackoverflow.com/questions/2074144/generate-c-sharp-project-using-cmake

Visual Studio 8 2005 generator The second one also seemed promising but was primarily aimed for Mono so I wasn't successful with..

How do I create 7-Zip archives with .NET?

http://stackoverflow.com/questions/222030/how-do-i-create-7-zip-archives-with-net

before sending to the client this method seems somewhat promising. The wrapper methods wrapping the LZMA SDK return type byte..

working with incredibly large numbers in .NET

http://stackoverflow.com/questions/279038/working-with-incredibly-large-numbers-in-net

a C# BigInteger library on CodePoject seems to be the most promising. The article has some good explanations of how operations with..

PBKDF2 in Bouncy Castle C#

http://stackoverflow.com/questions/3210795/pbkdf2-in-bouncy-castle-c-sharp

password a salt and an iteration count. So far the most promising and most obvious i've come so far is the PBKDF2Params and Pkcs5S2ParametersGenerator...

Image.Save(..) throws a GDI+ exception because the memory stream is closed

http://stackoverflow.com/questions/336387/image-save-throws-a-gdi-exception-because-the-memory-stream-is-closed

open for the lifetime of the Bitmap. I can't find any docs promising to close the stream when you dispose the bitmap but you should..

Static Fields in AppDomain

http://stackoverflow.com/questions/4298913/static-fields-in-appdomain

static class' scope for thread safe use thought it's quite promising and decided to try it out with a very simple class in assembly..

What is the best way to do unit testing for ASP.NET 2.0 web pages? [closed]

http://stackoverflow.com/questions/4363/what-is-the-best-way-to-do-unit-testing-for-asp-net-2-0-web-pages

I took a look at NUnit and NUnitAsp and that looks very promising. And I didn't even know that Visual Studio Pro has a testing..

Poll C# app's memory usage at runtime?

http://stackoverflow.com/questions/463595/poll-c-sharp-apps-memory-usage-at-runtime

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

found a couple of methods in the ComboBox class that look promising GetStringsForAutoComplete and SetAutoComplete but they are both..

example sample of lexical analyzer in c#

http://stackoverflow.com/questions/5598288/example-sample-of-lexical-analyzer-in-c-sharp

this question The Lucene.NET Text Analyzer looks quite promising and is probably something more along the lines of what you are..

Programatically installing MSI packages

http://stackoverflow.com/questions/5764868/programatically-installing-msi-packages

but I haven't really found anything useful. The most promising hit was this topic but I cannot find any documentation of Microsoft.Deployment.WindowsInstaller..

Are floating-point numbers consistent in C#? Can they be?

http://stackoverflow.com/questions/6683059/are-floating-point-numbers-consistent-in-c-can-they-be

implementing this. But currently I think this is the most promising path. Use native code for the math operations. Incurs the overhead..

Django or Ruby on Rails [closed]

http://stackoverflow.com/questions/732476/django-or-ruby-on-rails

process but I noticed Pinax on the Django side which looks promising. I know that Python is already fairly popular for financial..

Can I use predefined namespaces when loading an XDocument?

http://stackoverflow.com/questions/879728/can-i-use-predefined-namespaces-when-loading-an-xdocument

for the parser to fall back on XMLNamespaceManager looks promising but don't know how to apply it to this situation or if I can..