¡@

Home 

c# Programming Glossary: supports

How does the C# compiler detect COM types?

http://stackoverflow.com/questions/1093536/how-does-the-c-sharp-compiler-detect-com-types

can be written in any programming language that supports COM component development e.g. Delphi C Visual Basic etc. See..

What are the most important functional differences between C# and VB.NET?

http://stackoverflow.com/questions/11632/what-are-the-most-important-functional-differences-between-c-sharp-and-vb-net

these now too C# has the yield keyword iterator blocks VB supports implicit late binding VB supports XML literals VB is case insensitive.. iterator blocks VB supports implicit late binding VB supports XML literals VB is case insensitive More out of the box code..

How to make Databinding type safe and support refactoring

http://stackoverflow.com/questions/1329138/how-to-make-databinding-type-safe-and-support-refactoring

for getting me started I now have a solution that both supports refactoring and is type safe. It also let me implement INotifyPropertyChanged..

XDocument or XMLDocument

http://stackoverflow.com/questions/1542073/xdocument-or-xmldocument

APIs rather than streaming ones although XStreamingElement supports lazy output . XmlReader and XmlWriter are the normal ways of..

Complex UI inside ListBoxItem

http://stackoverflow.com/questions/15532639/complex-ui-inside-listboxitem

is simplifying...but a ListView is simply a ListBox that supports multiple view types. It is also more limited in terms of databinding...

What NoSQL solutions are out there for .NET? [closed]

http://stackoverflow.com/questions/1777103/what-nosql-solutions-are-out-there-for-net

lists sets sorted sets and hashes. It runs in memory but supports both a snapshot persistence mode as well as an Append only file..

How to convert a column number (eg. 127) into an excel column (eg. AA)

http://stackoverflow.com/questions/181596/how-to-convert-a-column-number-eg-127-into-an-excel-column-eg-aa

range of 1 to 16384 which is the number of columns that it supports. The resulting values should be in the form of excel column..

What's the point of the var keyword?

http://stackoverflow.com/questions/209199/whats-the-point-of-the-var-keyword

bother to include a var keyword at all Update Yes var supports Anonymous types but anonymous types by themselves do not necessitate..

Multipart forms from C# client

http://stackoverflow.com/questions/219827/multipart-forms-from-c-sharp-client

code I wrote hopefully it should give the basics. It only supports File data and form data at the moment. public class PostData..

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

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

CodeProject C# .NET Interface for 7 Zip Archive DLLs only supports extracting from 7zip archives... I need to create them SharpZipLib..

Merging dictionaries in C#

http://stackoverflow.com/questions/294138/merging-dictionaries-in-c-sharp

mind is using SelectMany and realising that a dictionary supports iteration over its key value pairs. share improve this answer..

parse and execute JS by C#

http://stackoverflow.com/questions/4744105/parse-and-execute-js-by-c-sharp

piece of code that wraps the Windows Script Engines . It supports 32 bit and 64 bit environments. In your specific case it means..

Is there a CSS parser for C#? [closed]

http://stackoverflow.com/questions/512720/is-there-a-css-parser-for-c

exist c# css parsing share improve this question ExCSS supports CSS2.1 and CSS3 on GitHub https github.com TylerBrinks ExCSS..

Use of Application.DoEvents()

http://stackoverflow.com/questions/5181777/use-of-application-doevents

a struct . Erm why does the runtime and the language supports mutating a struct if that's so bad Same reason you shoot yourself..

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

insist on SFTP rather than FTPS and FtpWebRequest only supports FTPS. SFTP is the more firewall friendly option and there are..

Sending email through Gmail SMTP server with C#

http://stackoverflow.com/questions/704636/sending-email-through-gmail-smtp-server-with-c-sharp

project at Codeplex . It's designed for testability and supports my favourite SMTP services such as GoDaddy and Gmail. c# .net..

C# AutoComplete

http://stackoverflow.com/questions/796195/c-sharp-autocomplete

question The existing AutoComplete functionality only supports searching by prefix. There doesn't seem to be any decent way..

What is the best choice for .net inter-process communication?

http://stackoverflow.com/questions/84855/what-is-the-best-choice-for-net-inter-process-communication

share improve this question WCF is the best choice. It supports a number of different transport mechanisms including Named Pipes..

Quickest way to convert a base 10 number to any base in .NET?

http://stackoverflow.com/questions/923771/quickest-way-to-convert-a-base-10-number-to-any-base-in-net

as pointed out by the comments Convert.ToString only supports the following limited but typically sufficient set of bases..

Is there a .NET/C# wrapper for SQLite?

http://stackoverflow.com/questions/93654/is-there-a-net-c-wrapper-for-sqlite

How do I use HttpWebRequest with GET method

http://stackoverflow.com/questions/253549/how-do-i-use-httpwebrequest-with-get-method

uri as HttpWebRequest request.Method GET Supports POST too if request.Method GET request.BeginGetResponse this.ResponseCallback..

Code Coverage for C#/.NET [closed]

http://stackoverflow.com/questions/276829/code-coverage-for-c-net

NCover Seems to be very popular and looks quite good Supports statement coverage and branch coverage 480 for NCover 3 Complete.. into Visual Studio At least 5 469 PartCover Open Source Supports statement coverage OpenCover successor to PartCover OpenSource.. coverage OpenCover successor to PartCover OpenSource Supports branch and statement coverage 32 and 64 bit support Silverlight..

Enterprise Library Unity vs Other IoC Containers

http://stackoverflow.com/questions/411660/enterprise-library-unity-vs-other-ioc-containers

IoC library. Seems to do the basics with not much fuss. Supports nested containers with local scoping of components and a well..

Is everything in .NET an object?

http://stackoverflow.com/questions/436211/is-everything-in-net-an-object

from anything. From the MSDN entry for System.Object Supports all classes in the .NET Framework class hierarchy and provides..

WPF chart controls [closed]

http://stackoverflow.com/questions/577278/wpf-chart-controls

Free tools without built in pan zoom support WPF Toolkit . Supports most important 2D charts you'll have to implement pan zoom yourself... pan zoom yourself. WPF Toolkit Development Release . Supports stacked charts equivalent to the Silverlight version. Paid tools.. See this blog post on using zooming panning SciChart . Supports most important 2D charts comes with zooming and panning mouse..

How to parse json in C#?

http://stackoverflow.com/questions/6620165/how-to-parse-json-in-c

is serialized Ability to convert JSON to and from XML Supports multiple platforms .NET Silverlight and the Compact Framework..