¡@

Home 

c# Programming Glossary: linux

Sockets On Same Machine For Windows and Linux

http://stackoverflow.com/questions/1644851/sockets-on-same-machine-for-windows-and-linux

On Same Machine For Windows and Linux How efficient is it to use sockets when doing IPC as compared.. compared to named pipes and other methods on Windows and Linux Right now I have 4 separate apps on 4 separate boxes that need.. applications running on Windows Server 2003 R2. Two are Linux Suse Linux 10 . They're not generally CPU bound. The amount..

Open source cad drawing (dwg) library in C#

http://stackoverflow.com/questions/169390/open-source-cad-drawing-dwg-library-in-c-sharp

32 bit SGI Solaris Windows 64 bit Macintosh HP Windows CE Linux IBM AIX. I any case that's a massive wheel to reinvent so it's..

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

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

110000 SETs second 81000 GETs second in an entry level Linux box. Check the benchmarks . In wanting to stay true to Redis..

Memcached with Windows and .NET

http://stackoverflow.com/questions/351635/memcached-with-windows-and-net

2008 would mean that you get licenses for all those boxes. Linux will offer you all the OSS benefits. TCO will rise linearly..

Memory Mapped Files .NET

http://stackoverflow.com/questions/357170/memory-mapped-files-net

of proprietary data in ASP.NET. This was done on the Linux PHP by loading the data in shared memory. I was wondering if..

How to implement glob in C#

http://stackoverflow.com/questions/398518/how-to-implement-glob-in-c-sharp

a server for its share list FIXME check behavior on Linux to see if this blows up I don't think so if path.StartsWith..

Best way to determine if two path reference to same file in C#

http://stackoverflow.com/questions/410705/best-way-to-determine-if-two-path-reference-to-same-file-in-c-sharp

it works as expected same values with a symbolic link on a Linux system connected using SMB Samba but that it cannot detect that..

Working way to make video from images in C#

http://stackoverflow.com/questions/539257/working-way-to-make-video-from-images-in-c-sharp

success. FFMPEG looks like a great program. Maybe it is on Linux. The two Windows builds I downloaded are broken. Given this..

URL Encoding using C#

http://stackoverflow.com/questions/575440/url-encoding-using-c-sharp

the illegal chars in I only ask this because the server is Linux based and I am not sure if Linux accepts it or not.. EDIT It.. because the server is Linux based and I am not sure if Linux accepts it or not.. EDIT It seems that URL encode is NOT what.. UrlEncode does this up front it is rather easy. As for Linux versus windows there are some characters that are acceptable..

The art of programming: Java vs C# [closed]

http://stackoverflow.com/questions/610199/the-art-of-programming-java-vs-c-sharp

Intellij Eclipse and possibly even Netbeans It runs on Linux. Mono notwithstanding Windows is by far .Net's biggest achilles.. achilles heel imho It's free. Java 6 Glassfish Eclipse Linux costs you... nothing. Now do the same with .Net IIS VS R# Windows..

A BitTorrent client completely written in C#?

http://stackoverflow.com/questions/623635/a-bittorrent-client-completely-written-in-c

is a GUI written on GTK# Monsoon for now it runs only at Linux. If you have a time to spend you could write a WPF GUI or with..

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

use IEEE 754 64 bits using _controlfp_s Windows _FPU_SETCW Linux or fpsetprec BSD . Always run the same compiler with the same..

Programming P2P application

http://stackoverflow.com/questions/8523330/programming-p2p-application

port mappings. libnice is an open source C library for Linux and might work on windows that implements ICE. libjingle is.. ICE implementation in C from Google. For Windows and Linux. PJNATH is a library within the PJSIP suite of coding libraries... C code and has been ported to a lot of platforms. Windows Linux Mac iOS Symbian and soon Android . And finally I have a blatant..

Using async-await on .net 4

http://stackoverflow.com/questions/9110472/using-async-await-on-net-4

like it if my binaries would work without changes on mono Linux MacOS. So the runtime should either be compatible with whatever..

How to have silverlight get its data from MySQL

http://stackoverflow.com/questions/100104/how-to-have-silverlight-get-its-data-from-mysql

server. I want the data to come from MySQL or some other linux compatible db so that I can databind to things in the db. I've..

What is the best way to run ServiceStack on Linux / Mono?

http://stackoverflow.com/questions/12188356/what-is-the-best-way-to-run-servicestack-on-linux-mono

and which is preferred for Web Services on Mono c# linux mono servicestack mod fastcgi share improve this question..

How to convert a simple .Net console project a into portable exe with Mono and mkbundle?

http://stackoverflow.com/questions/1321207/how-to-convert-a-simple-net-console-project-a-into-portable-exe-with-mono-and-m

anymore and dir won't work anymore. To list files use linux command ls . The folder you are browsing now is like the one..

C# (mono) Linux web server hosting with consistent static variables across threads

http://stackoverflow.com/questions/13480328/c-sharp-mono-linux-web-server-hosting-with-consistent-static-variables-across

Details I have some c# mono code that we need to host on linux as part of a simple web app. We don't need any traditional asp.. to hosting not changing the application design. c# linux mono webserver hosting share improve this question mod_mono.. by design The different behaviour of your program on linux is most likely not related to how mod_mono handles requests..

IDE's for C# development on Linux?

http://stackoverflow.com/questions/151350/ides-for-c-sharp-development-on-linux

Is the latest version a stable development environment c# linux ide mono share improve this question MonoDevelop 2.0 has..

Alternatives to System.Drawing for use with ASP.NET?

http://stackoverflow.com/questions/1528525/alternatives-to-system-drawing-for-use-with-asp-net

. This post deals specifically with running ASP.net on linux under mono however the C# code should be perfectly copy paste..

Sockets On Same Machine For Windows and Linux

http://stackoverflow.com/questions/1644851/sockets-on-same-machine-for-windows-and-linux

dis abled and the sles10 slow start patch installed on the linux machines. How much of a speed boost do you think we would get.. the two windows apps on the same windows box and the two linux apps on the same linux box and making no code changes ie still.. on the same windows box and the two linux apps on the same linux box and making no code changes ie still using sockets . Will..

Generate C# project using CMake

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

with c where code is built in a very different way on linux than on windows or other OSs if youre into that but is kind..

SVN Libraries for .NET?

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

C# to PHP base64 encode/decode

http://stackoverflow.com/questions/257462/c-sharp-to-php-base64-encode-decode

application that needs to ping my web server thats running linux php stack. I am having problems with the c# way of base 64 encoding..

Does HttpListener work well on Mono?

http://stackoverflow.com/questions/2923966/does-httplistener-work-well-on-mono

make any useful comments about how well it operates in a linux environment. However if there is interest I will continue to..

How to migrate a .NET Windows Service application to Linux using mono?

http://stackoverflow.com/questions/637948/how-to-migrate-a-net-windows-service-application-to-linux-using-mono

Is it possible to obtain a service system daemon in linux like behavior c# .net linux .net 2.0 mono share improve this.. a service system daemon in linux like behavior c# .net linux .net 2.0 mono share improve this question Under Linux deamons..