¡@

Home 

c# Programming Glossary: libraries

Looking for C# HTML parser [duplicate]

http://stackoverflow.com/questions/100358/looking-for-c-sharp-html-parser

with more html specific features than generic xml parsing libraries. c# .net html parsing html content extraction share I used..

Direct casting vs 'as' operator?

http://stackoverflow.com/questions/132445/direct-casting-vs-as-operator

this return null type of functionality with badly designed libraries which use error codes e.g. return null error instead of using..

Best and shortest way to evaluate mathematical expressions

http://stackoverflow.com/questions/1437964/best-and-shortest-way-to-evaluate-mathematical-expressions

it's actually possible to access the deprecated JScript libraries directly from C# which means you can use the equivalent of JScript's..

Using IoC for Unit Testing

http://stackoverflow.com/questions/1465849/using-ioc-for-unit-testing

huge solution 50 projects using IoC Any experiences Any C# libraries that work well for using it in unit tests c# unit testing mocking..

Graph nodes coordinates evaluation [closed]

http://stackoverflow.com/questions/15579069/graph-nodes-coordinates-evaluation

evaluation closed Which of these Graph drawing C library libraries can be used to evaluate nodes coordinates I mean I want to draw..

Big integers in C#

http://stackoverflow.com/questions/176775/big-integers-in-c-sharp

Currently I am borrowing java.math.BigInteger from the J# libraries as described here . Having never used a library for working.. numbers. Does anyone have any better preferably free libraries or is this level of performance normal c# biginteger largenumber..

Dependency Inject (DI) “friendly” library

http://stackoverflow.com/questions/2045904/dependency-inject-di-friendly-library

adding basic support for one or two of the common DI libraries StructureMap Ninject etc seems reasonable I want consumers to.. to provide a few DI registration modules for the common DI libraries e.g a StructureMap registry a Ninject module and a set or Factory..

What do 'statically linked' and 'dynamically linked' mean?

http://stackoverflow.com/questions/311882/what-do-statically-linked-and-dynamically-linked-mean

is made for among other things allowing third party libraries to be included in your executable without you seeing their source.. executable without you seeing their source code such as libraries for database access network communications and graphical user..

Call ASP.NET Function From Javascript?

http://stackoverflow.com/questions/3713/call-asp-net-function-from-javascript

to happen here is how you do it without using any other libraries It is a little tricky though... i. In your code file assuming..

Convert Rtf to HTML

http://stackoverflow.com/questions/439301/convert-rtf-to-html

Rtf to HTML Are there any libraries around that can convert Rtf to HTML. We have a crystal report..

C# DLL config file

http://stackoverflow.com/questions/594298/c-sharp-dll-config-file

user. But you may very well have 100 different apps or libraries all making use of some .NET DLL. Whereas there is rarely a need..

Read MS Exchange email in C#

http://stackoverflow.com/questions/652549/read-ms-exchange-email-in-c-sharp

working very well. I normally seek out free or open source libraries but I found all of the .NET ones wanting especially when it..

Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Credentials

http://stackoverflow.com/questions/659013/accessing-a-shared-file-unc-from-a-remote-non-trusted-domain-with-credentials

the more firewall friendly option and there are a couple libraries I could use for that approach but I'd prefer to reduce my dependencies..

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

to run at normal double precision If not are there any libraries that would help keep floating point calculations consistent..

Are there any Fuzzy Search or String Similarity Functions libraries written for C#? [closed]

http://stackoverflow.com/questions/83777/are-there-any-fuzzy-search-or-string-similarity-functions-libraries-written-for

there any Fuzzy Search or String Similarity Functions libraries written for C# closed There are similar question but not regarding.. C# closed There are similar question but not regarding C# libraries I can use in my source code. Thank you all for your help. I've..

Possible to call C++ code from C#?

http://stackoverflow.com/questions/935664/possible-to-call-c-code-from-c

language was basically designed with interop into existing libraries as its killer app . For example compile this with the clr switch..

.NET DICOM Libraries

http://stackoverflow.com/questions/1287127/net-dicom-libraries

DICOM Libraries I have used DICOM using MERGECOM when I was in GE Healthcare..

C# .NET 3.0/3.5 features in 2.0 using Visual Studio 2008

http://stackoverflow.com/questions/173080/c-sharp-net-3-0-3-5-features-in-2-0-using-visual-studio-2008

LinqBridge Not Available Expression trees WPF Silverlight Libraries c# .net visual studio share improve this question You can..

SVN Libraries for .NET?

http://stackoverflow.com/questions/211765/svn-libraries-for-net

Libraries for .NET Any GOOD libraries available to access SVN from .net..

WebBrowsing in C# - Libraries, Tools etc. - Anything like Mechanize in Perl?

http://stackoverflow.com/questions/2149867/webbrowsing-in-c-sharp-libraries-tools-etc-anything-like-mechanize-in-perl

in C# Libraries Tools etc. Anything like Mechanize in Perl Looking for something..

Upload a folder by FTP

http://stackoverflow.com/questions/2252000/upload-a-folder-by-ftp

be nice but not necessary. I'm in C# Windows. Thanks Edit Libraries are fine but I'd prefer free ones c# .net windows ftp share..

Recommendation for C# Matrix Library [closed]

http://stackoverflow.com/questions/2336701/recommendation-for-c-sharp-matrix-library

Matrix inversion Trace Determinants Suggested Libraries from answers most of them implement the features stated above.. and Mono opensource Extreme Optimization Numerical Libraries commercial very complete IL Numerics commercial Deltix's FinMath.. good robust options. The Extreme Optimization Numerical Libraries work very well. The Visual Numerics library also works very..

How to create an Explorer-like folder browser control?

http://stackoverflow.com/questions/2416963/how-to-create-an-explorer-like-folder-browser-control

For example on Windows 7 it should show the Favorites and Libraries pseudo folders. Of course I do not want to code specifically..

How to name C# source files for generic classes

http://stackoverflow.com/questions/3108189/how-to-name-c-sharp-source-files-for-generic-classes

those described in Design Guidelines for Developing Class Libraries . I put every type into its own source file and partial classes..

C#'s edge over VB [closed]

http://stackoverflow.com/questions/380274/cs-edge-over-vb

for some projects than VB.NET Performance Capabilities Libraries Components Reputation Reliability Maintainability Ease Basically..

Best way to parse command line arguments in C#? [closed]

http://stackoverflow.com/questions/491595/best-way-to-parse-command-line-arguments-in-c

the parsing can get pretty ugly. So I'm interested in Libraries that you use Patterns that you use Assume the commands always..

How to save DLLs in a different folder when compiling in Visual Studio?

http://stackoverflow.com/questions/5110553/how-to-save-dlls-in-a-different-folder-when-compiling-in-visual-studio

libraries be stored in a different location eg bin Release Libraries and not in the same folder as the .exe . Is it possible to do.. files from non default locations i.e. from your ... Libraries folder you need to make changes to your app.config file to add..

SFTP Libraries for .NET [closed]

http://stackoverflow.com/questions/530330/sftp-libraries-for-net

Libraries for .NET closed Can anyone recommend a good SFTP library to..

Handling Zip Files Without Third Party Lib in .NET 4.0?

http://stackoverflow.com/questions/5945209/handling-zip-files-without-third-party-lib-in-net-4-0

in this article Using the Zip Classes in the J# Class Libraries to Compress Files and Data with C# Edit2 Though note the comments..

Properties vs Methods

http://stackoverflow.com/questions/601621/properties-vs-methods

Methods section of Design Guidelines for Developing Class Libraries In general methods represent actions and properties represent..

Concatenate and minify JavaScript on the fly OR at build time - ASP.NET MVC

http://stackoverflow.com/questions/890561/concatenate-and-minify-javascript-on-the-fly-or-at-build-time-asp-net-mvc

As an extension to this question here Linking JavaScript Libraries in User Controls I was after some examples of how people are..

Use a C library from C# code

http://stackoverflow.com/questions/9093292/use-a-c-library-from-c-sharp-code

to use c# c pinvoke share improve this question C Libraries compiled for Windows can be called from C# using Platform Invoke..

Audio Libraries for MP3 editing [closed]

http://stackoverflow.com/questions/922644/audio-libraries-for-mp3-editing

Libraries for MP3 editing closed In one o f my projects using ASP.NET..