¡@

Home 

c# Programming Glossary: mono

What is the best scripting language to embed in a C# desktop application? [closed]

http://stackoverflow.com/questions/137933/what-is-the-best-scripting-language-to-embed-in-a-c-sharp-desktop-application

use C# as the scripting language. The .NET framework and Mono thanks Matthew Scharley actually includes the compilers for..

How to decide between MonoTouch and Objective-C?

http://stackoverflow.com/questions/1583856/how-to-decide-between-monotouch-and-objective-c

to decide between MonoTouch and Objective C After sitting through a session today.. and Objective C After sitting through a session today on Mono at a local .Net event the use of MonoTouch was 'touched' upon.. a session today on Mono at a local .Net event the use of MonoTouch was 'touched' upon as an alternative for iPhone development...

The need for volatile modifier in double checked locking in .NET

http://stackoverflow.com/questions/1964731/the-need-for-volatile-modifier-in-double-checked-locking-in-net

It might be true in other memory models like on Mono and other implementations Itanium64 and future hardware. This..

What are major differences between C# and Java?

http://stackoverflow.com/questions/295224/what-are-major-differences-between-c-sharp-and-java

independent . Well nowadays you could say there is the Mono project so C# could be considered too but I believe it is a.. hand how many features of C# 3.0 are still missing in the Mono implementation Or is it really CLR vs. JRE that we should compare..

Anonymous Types - Are there any distingushing characteristics?

http://stackoverflow.com/questions/315146/anonymous-types-are-there-any-distingushing-characteristics

How can I conditionally compile my C# for Mono vs. Microsoft .NET?

http://stackoverflow.com/questions/329043/how-can-i-conditionally-compile-my-c-sharp-for-mono-vs-microsoft-net

can I conditionally compile my C# for Mono vs. Microsoft .NET I need a conditional compilation switch.. do this c# .net mono share improve this question The Mono compiler defines __MonoCS__ BUT BUT BUT the whole point of Mono.. share improve this question The Mono compiler defines __MonoCS__ BUT BUT BUT the whole point of Mono is that you can take..

Inline functions in C#?

http://stackoverflow.com/questions/473782/inline-functions-in-c

value. It is also available in the Mono's trunk committed today . 1 . Since there were few downvotes.. should be inlined if possible. Especially considering Mono which is open there are some mono specific technical limitations..

Fast and compact object serialization in .NET

http://stackoverflow.com/questions/549128/fast-and-compact-object-serialization-in-net

serialization to communicate over the network between a Mono server and Silverlight clients. It is pretty important that..

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

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

Eclipse and possibly even Netbeans It runs on Linux. Mono notwithstanding Windows is by far .Net's biggest achilles heel..

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

problem in C# What if I only intend to support Windows not Mono If it is is there any way to force my program to run at normal..

Replacing .NET WebBrowser control with a better browser, like Chrome?

http://stackoverflow.com/questions/790542/replacing-net-webbrowser-control-with-a-better-browser-like-chrome

one version no longer works the google code one and the Mono one is experimental. It'd be nice if someone made the effort..

Reliable method to get machine's MAC address in C#

http://stackoverflow.com/questions/850650/reliable-method-to-get-machines-mac-address-in-c-sharp

assembly is implemented in the runtime i.e. Mono used on other operating systems then this would work on other..

C# optional parameters on overridden methods

http://stackoverflow.com/questions/8909811/c-sharp-optional-parameters-on-overridden-methods

wondering the reason for this. Also the code works fine in Mono. class Program class AAA public virtual void MyMethod string.. why when first reading the question it seemed to me that Mono had a bug. Upon consideration I can't see how either fulfils..

Strange behavior when casting a float to int in C#

http://stackoverflow.com/questions/8911440/strange-behavior-when-casting-a-float-to-int-in-c-sharp

is the stloc ldloc As for the virtual machine I tried with Mono Win7 Mono MacOS and .NET Windows with the same results c# casting.. ldloc As for the virtual machine I tried with Mono Win7 Mono MacOS and .NET Windows with the same results c# casting floating..

Using async-await on .net 4

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

and final once it arrives setting the target to .net 4.0 Mono Looks like 2.12 has async await I prefer am used to VS over.. like 2.12 has async await I prefer am used to VS over MonoDevelop as IDE Which one has fewer code gen bugs Looking at Jon..

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

from a simple C# Visual Studio project c# .net mono portability mkbundle share improve this question I have..

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

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

deals specifically with running ASP.net on linux under mono however the C# code should be perfectly copy paste able the.. that are not found in GDI or not implemented under mono and has a good reputation as an alternative for ASP.net image..

How to decide between MonoTouch and Objective-C?

http://stackoverflow.com/questions/1583856/how-to-decide-between-monotouch-and-objective-c

Objective C and in turn worth the 400 c# objective c mono monotouch share improve this question I've seen this question.. Objective C and in turn worth the 400 c# objective c mono monotouch share improve this question I've seen this question..

C# List<> OrderBy Alphabetical Order

http://stackoverflow.com/questions/188141/c-sharp-list-orderby-alphabetical-order

Encrypt/Decrypt string in .NET

http://stackoverflow.com/questions/202011/encrypt-decrypt-string-in-net

to Encrypt and Decrypt a string in C# c# .net encryption mono cryptography share improve this question EDIT 2013 Oct Although..

How can I compare (directory) paths in C#?

http://stackoverflow.com/questions/2281531/how-can-i-compare-directory-paths-in-c

should be equal but they aren't stripped in unix so under mono I'd expect other results. Case sensitivity is optional. The..

Using FFmpeg in .net?

http://stackoverflow.com/questions/2527963/using-ffmpeg-in-net

a few compile errors. Turns out it was written for the mono compiler i tried compiling it with mon but couldn't figure out..

How can I conditionally compile my C# for Mono vs. Microsoft .NET?

http://stackoverflow.com/questions/329043/how-can-i-conditionally-compile-my-c-sharp-for-mono-vs-microsoft-net

compilation switch that knows if I am compiling for the mono or MS .NET runtime. How can I do this c# .net mono share.. the mono or MS .NET runtime. How can I do this c# .net mono share improve this question The Mono compiler defines __MonoCS__..

Process.start: how to get the output?

http://stackoverflow.com/questions/4291912/process-start-how-to-get-the-output

value to show a progress bar with time elapsed c# .net mono process.start share improve this question When you create..

Inline functions in C#?

http://stackoverflow.com/questions/473782/inline-functions-in-c

Especially considering Mono which is open there are some mono specific technical limitations considering inlining or more..

Can you compile C# so it doesn't need the .NET Framework at runtime?

http://stackoverflow.com/questions/551554/can-you-compile-c-sharp-so-it-doesnt-need-the-net-framework-at-runtime

to run with a minimum of dependencies. mkbundle from mono will actually let you compile it all into an .exe with virtually..

A BitTorrent client completely written in C#?

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

in C# I am aware of the BitTorrent clients written in mono I absolutely love it. Are there any other opensource BitTorrent..

Looking for a Command Line Argument Parser for .NET [closed]

http://stackoverflow.com/questions/631410/looking-for-a-command-line-argument-parser-for-net

offering you could chek out the console library in the mono project sorry I can't seem to find a direct link to the namespace..

Using async-await on .net 4

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

Or should I use a third party implementation Perhaps mono has one For distributing the library I prefer simply putting.. also like it if my binaries would work without changes on mono Linux MacOS. So the runtime should either be compatible with.. So the runtime should either be compatible with whatever mono 2.12 probably has built in or allow use on non windows OSs...

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

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