¡@

Home 

c# Programming Glossary: machines

When to use thread pool in C#?

http://stackoverflow.com/questions/145304/when-to-use-thread-pool-in-c

simulation AI games and for scripted tasks ran on virtual machines that process lots of user defined tasks. Normally a pool consists..

TransactionScope automatically escalating to MSDTC on some machines?

http://stackoverflow.com/questions/1690892/transactionscope-automatically-escalating-to-msdtc-on-some-machines

automatically escalating to MSDTC on some machines In our project we're using TransactionScope's to ensure our.. require the MSDTC service to be enabled on our end user's machines. Trouble is on half of our developers machines we can run with.. end user's machines. Trouble is on half of our developers machines we can run with MSDTC disabled. The other half must have it..

How can you change Network settings (IP Address, DNS, WINS, Host Name) with code in C#

http://stackoverflow.com/questions/209779/how-can-you-change-network-settings-ip-address-dns-wins-host-name-with-code

for a machine that is to be used as a backup of other machines. When it replaces an existing machine it needs to set its IP..

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

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

need to guarantee that 7z.exe is installed on all target machines which is something I can guarantee. 7Zip in memory compression.. 7 zip app will be installed and in the path on all target machines you can offload by calling the command line app 7z. Not the..

Can't get sql server compact 3.5 / 4 to work with ASP .NET MVC 2

http://stackoverflow.com/questions/3223359/cant-get-sql-server-compact-3-5-4-to-work-with-asp-net-mvc-2

To date the configurations below have been tried on 2 machines. Both are Windows xp sp3 32 bit with a 64 bit capable processor...

How to install a windows service programmatically in C#?

http://stackoverflow.com/questions/358700/how-to-install-a-windows-service-programmatically-in-c

what REALLY worked for me it has been tested on multiple machines with different OS Vista XP Win2k Win2003 server The code has..

Garbage collection when using anonymous delegates for event handling

http://stackoverflow.com/questions/371109/garbage-collection-when-using-anonymous-delegates-for-event-handling

It worked fine until we started using it on smaller machines when I started getting the occasional System.ComponentModel.Win32Exception..

Creating a DPI-Aware Application

http://stackoverflow.com/questions/4075802/creating-a-dpi-aware-application

We have an app built this way deployed on hundreds of machines with different DPI setups and we no longer have any complaints...

Very slow compile times on Visual Studio 2005

http://stackoverflow.com/questions/55517/very-slow-compile-times-on-visual-studio-2005

can take upwards of 20 minutes on dual core 2GHz 2G Ram machines. A lot of this is due to the size of our solution which has..

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

lead to a drastically different game state on different machines or even on the same machine This happens even amongst processors.. 64 or 32 bits leading to different rounding results than machines which use 64 or 32 bits for the calculations. I've seen several..

What are some popular OCR algorithms?

http://stackoverflow.com/questions/850717/what-are-some-popular-ocr-algorithms

machine learning neural networks support vector machines etc . You'll probably need to implement at least some sort of..

Using async-await on .net 4

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

of Windows so I need to target .net 4.0. The development machines use Windows 7 so using a newer version of VS is not a problem...