¡@

Home 

c# Programming Glossary: apis

c#: difference between “System.Object” and “object”

http://stackoverflow.com/questions/1017282/c-difference-between-system-object-and-object

names etc but I use the CLR type names for names in APIs for example public int ReadInt32 Good language neutral public..

Run Code as a different user (C#)

http://stackoverflow.com/questions/1168571/run-code-as-a-different-user-c

this question Impersonation requires calling some native APIs namely LogonUser so it's probably not worth posting 3 pages..

Any way to turn the “internet off” in windows using c#?

http://stackoverflow.com/questions/1242566/any-way-to-turn-the-internet-off-in-windows-using-c

in windows using c# I am looking for pointers towards APIs in c# that will allow me to control my Internet connection by..

Is a program F# any more efficient (execution-wise) than C#? [closed]

http://stackoverflow.com/questions/142985/is-a-program-f-any-more-efficient-execution-wise-than-c

inline functions so that they can be exported across APIs and of course that can dramatically improve performance in certain..

Win32 API function to programmatically enable/disable device

http://stackoverflow.com/questions/1438371/win32-api-function-to-programmatically-enable-disable-device

Win32 and hence from C# via P Invoke using the SetupDi APIs but not all devices are disable able in this way. The problem..

XDocument or XMLDocument

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

classic DOM API. Likewise you'll find there are some other APIs which will expect this. If you get the choice however I would.. LINQ style. Now as Brannon mentioned these are in memory APIs rather than streaming ones although XStreamingElement supports.. ways of streaming XML in .NET but you can mix all the APIs to some extent. For example you can stream a large document..

STAThread and multithreading

http://stackoverflow.com/questions/165316/stathread-and-multithreading

is a COM concept if you're not using COM and none of the APIs you call use COM under the covers then you don't need to worry..

How to translate between Windows and IANA time zones?

http://stackoverflow.com/questions/17348807/how-to-translate-between-windows-and-iana-time-zones

by a value such as America New_York . Many Internet based APIs use the IANA time zones but for numerous reasons one might need..

When would you use delegates in C#? [closed]

http://stackoverflow.com/questions/191153/when-would-you-use-delegates-in-c

for GUI and more Starting threads Callbacks e.g. for async APIs LINQ and similar List.Find etc Anywhere else where I want to..

What is a message pump?

http://stackoverflow.com/questions/2222365/what-is-a-message-pump

there is not to do so. In one post it is stated The Office APIs all assume you are running Office in an interactive session..

Convert RGB color to CMYK?

http://stackoverflow.com/questions/2426432/convert-rgb-color-to-cmyk

then you need to use a either the Windows Color Management APIs or something like LittleCMS to do the color conversions for..

What is managed/unmanaged code in C#?

http://stackoverflow.com/questions/334326/what-is-managed-unmanaged-code-in-c

needs to call into unmanaged code for example native code APIs such as Win32 . Because this means going outside the security..

How can I stream webcam video with C#?

http://stackoverflow.com/questions/342774/how-can-i-stream-webcam-video-with-c

DirectShow.Net library it wraps all of the DirectShow COM APIs and includes many useful shortcut functions for you. In addition..

C++, C# and JavaScript on WinRT [closed]

http://stackoverflow.com/questions/7466303/c-c-sharp-and-javascript-on-winrt

namespace is not available. Provides some standard JS APIs specified by HTML5 in addition to the available surface of WinRT.. and await keywords which are used heavily when using WinRT APIs due to their highly asynchronous design. Generally speaking.. may or may not be readily reusable depending on which APIs they use those that relies strictly on Standard C C will usually..

servicestack REST API and CORS

http://stackoverflow.com/questions/8211930/servicestack-rest-api-and-cors

and simple core. We don't try to build strong typed APIs over everything as it's impossible to predict what new HTTP..

How do I ZIP a file in C#, using no 3rd-party APIs?

http://stackoverflow.com/questions/940582/how-do-i-zip-a-file-in-c-using-no-3rd-party-apis

do I ZIP a file in C# using no 3rd party APIs I'm pretty sure this is not a duplicate so bear with me for..

WCF Service or Web API

http://stackoverflow.com/questions/9502548/wcf-service-or-web-api

in MVC 4 which is meant to be the latest thing for RESTful APIs Should I be going along the line of using the Web API or because..

Releasing a unplugged virtual Serial Port

http://stackoverflow.com/questions/9835881/releasing-a-unplugged-virtual-serial-port

so well manufacturers are not very good at writing good APIs and they sure don't like to support them. So a good solution..

How to detect the language of a string?

http://stackoverflow.com/questions/1192768/how-to-detect-the-language-of-a-string

Google API for language detection. http code.google.com apis ajaxlanguage documentation var text ¿Dónde está el baño google.language.detect.. URI and send it to Google that looks like http ajax.googleapis.com ajax services language translate v 1.0 q hello 20worled..

Insert bytes into middle of a file (in windows filesystem) without reading entire file (using File Allocation Table)?

http://stackoverflow.com/questions/13430210/insert-bytes-into-middle-of-a-file-in-windows-filesystem-without-reading-entir

backwards As one might guess the standard .NET File IO apis aren't going to help you much here we need device level access..

REST service authentication

http://stackoverflow.com/questions/14996673/rest-service-authentication

the best practice for implementing authentication for REST apis Using BASIC auth SSL or something like http tools.ietf.org html..

Google Geolocation API library

http://stackoverflow.com/questions/1535619/google-geolocation-api-library

the Geolocation API documentation at http code.google.com apis gears api 5Fgeolocation.html . This Wiki page is intended to..

How do I set Network Management settings or make the dialog appear in C# on Windows Mobile?

http://stackoverflow.com/questions/300607/how-do-i-set-network-management-settings-or-make-the-dialog-appear-in-c-sharp-on

they are listed there for use with the connection manager apis. One caveat is that I haven't tried to use these connections..

open source faceted search / guided navigation for ecommerce sites with .net apis

http://stackoverflow.com/questions/4525892/open-source-faceted-search-guided-navigation-for-ecommerce-sites-with-net-api

search guided navigation for ecommerce sites with .net apis i am looking for open source libraries which provide high performance.. .net and so i would prefer libraries which do provide .net apis performance is of utmost importance here... i checked out sphinx..

Working example of CreateJobObject/SetInformationJobObject pinvoke in .net?

http://stackoverflow.com/questions/6266820/working-example-of-createjobobject-setinformationjobobject-pinvoke-in-net

share improve this question There is a post that uses apis that you are trying to use. Perhaps you can get some insight..

Mysql Haversine Procedure (radius)using a center point

http://stackoverflow.com/questions/6352089/mysql-haversine-procedure-radiususing-a-center-point

is below. The example is from here http code.google.com apis maps articles phpsqlsearch.html . However i don't want to use..

using legacy assemblies in metro style app

http://stackoverflow.com/questions/7722868/using-legacy-assemblies-in-metro-style-app

app I understand that we can access part of the .net apis and all the winrt apis in a metro style app written in c#. But.. that we can access part of the .net apis and all the winrt apis in a metro style app written in c#. But what about other third..

Deserialization / model binding in MVC4 webapi does not work with arrays

http://stackoverflow.com/questions/9592838/deserialization-model-binding-in-mvc4-webapi-does-not-work-with-arrays

archive 2012 02 27 disabling model binding on asp net web apis beta.aspx shows how to do that. Notice that this is a known..