¡@

Home 

c# Programming Glossary: servers

Get http:/…/File Size

http://stackoverflow.com/questions/122853/get-http-file-size

When to use thread pool in C#?

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

tasks concurrently such as downloading stuff from remote servers or disk access but need to do this say once every few minutes..

Adjusting HttpWebRequest Connection Timeout in C#

http://stackoverflow.com/questions/1500955/adjusting-httpwebrequest-connection-timeout-in-c-sharp

HttpWebResponse webReq.GetResponse this takes ~20 sec on servers that aren't on the proper port etc. I have an HttpWebRequest.. in which I am connecting to a large number of company web servers. In cases where the server is not responding the HttpWebRequest.GetResponse.. of only 5 seconds. In the interest of getting through the servers on a regular interval I want to skip those taking longer than..

What are the pros and cons to keeping SQL in Stored Procs versus Code

http://stackoverflow.com/questions/15142/what-are-the-pros-and-cons-to-keeping-sql-in-stored-procs-versus-code

functions than SQL into... blocks of SQL You have 4 webservers and a bunch of windows apps which use the same SQL code Now.. change the proc in 1 place or push the code to all the webservers reinstall all the desktop apps clickonce might help on all the.. be connecting via a web service or similar to your web servers So push 1 new sproc or 4 new webservers In this case it is easier..

TransactionScope automatically escalating to MSDTC on some machines?

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

not doing this in our code we're not using different SQL servers nor different connection strings nor do we have nested secondary..

operators as strings

http://stackoverflow.com/questions/174664/operators-as-strings

in medium trust environments such as most shared hosting servers. Here is an example for generating code to evaluate expressions..

Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine

http://stackoverflow.com/questions/1991643/microsoft-jet-oledb-4-0-provider-is-not-registered-on-the-local-machine

driver. It works both in 32 bit as well as 64 bit servers. I have used it for Excel file manipulation and it worked fine..

What is a message pump?

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

like OpenFileDialog. And any ActiveX control and most COM servers like Office. A hard requirement for an STA thread is that it..

Accessing Password Protected Network Drives in Windows in C#?

http://stackoverflow.com/questions/2563724/accessing-password-protected-network-drives-in-windows-in-c

2 summary This logon type is intended for high performance servers to authenticate plaintext passwords. The LogonUser function.. Network 3 summary This logon type is intended for batch servers where processes may be executing on behalf of a user without.. intervention. This type is also for higher performance servers that process many plaintext authentication attempts at a time..

using c# .net librarires to check for IMAP messages from gmail servers

http://stackoverflow.com/questions/545724/using-c-sharp-net-librarires-to-check-for-imap-messages-from-gmail-servers

c# .net librarires to check for IMAP messages from gmail servers Does anyone have any sample code in that makes use of the .Net.. use of the .Net framework that connects to googlemail servers via IMAP SSL to check for new emails Thanks c# .net email imap..

How to write a scalable Tcp/Ip based server

http://stackoverflow.com/questions/869744/how-to-write-a-scalable-tcp-ip-based-server

I wrote it as a class that manages all connections for the servers. I simply used a list to hold all the client connections but..

Check if SQL server (any version) is installed?

http://stackoverflow.com/questions/2381055/check-if-sql-server-any-version-is-installed

share improve this question A simple way to list all SQL Servers on the network is this using System.Data using System.Data.Sql..

Differences in development between .NET and Mono

http://stackoverflow.com/questions/2783268/differences-in-development-between-net-and-mono

and .NET C# and we'll be needing to run the code on Linux Servers in the future when the project is developed. At this point I've..

How can I get an active UNC Path in DFS programatically

http://stackoverflow.com/questions/3938669/how-can-i-get-an-active-unc-path-in-dfs-programatically

it is currently on programatically. For exmaple I have 2 Servers shares as Server1 Folder and Server2 Folder and it has DFS turned.. WMI on the next servers public static ArrayList GetActiveServers string sDFSPath string sHostServer ArrayList sHostNames new..

How do I create a real-time Excel automation add-in in C# using RtdServer?

http://stackoverflow.com/questions/5397607/how-do-i-create-a-real-time-excel-automation-add-in-in-c-sharp-using-rtdserver

together all that I have learned. Kenny Kerr's Excel RTD Servers Minimal C# Implementation article helped me get started. I found..

Function profiling woes - Visual Studio 2010 Ultimate

http://stackoverflow.com/questions/5525758/function-profiling-woes-visual-studio-2010-ultimate

analyze your report if you checked Microsoft Symbol Servers in Tools Options Debugging Symbols and reopened the report the..

C# stored procedure with parameters

http://stackoverflow.com/questions/6201734/c-sharp-stored-procedure-with-parameters

SqlCommand cmd new SqlCommand SELECT ServerIP FROM Servers myConnection SqlDataReader rdr cmd.ExecuteReader if rdr.HasRows..

SqlDataSourceEnumerator.Instance.GetDataSources() does not locate local SQL server 2008 instance

http://stackoverflow.com/questions/6824188/sqldatasourceenumerator-instance-getdatasources-does-not-locate-local-sql-serv

rules Blocked TCP IP 1433 and UDP 1434 Doesn't find SQL Servers if the SQL Browser is off Doesn't find SQL Servers if they are.. SQL Servers if the SQL Browser is off Doesn't find SQL Servers if they are hidden List contents not guaranteed to be repeatable.. not returning all instances EnumAvailableSqlServers or SqlDataSourceEnumerator Incorrect list of available Databases..

Piping in a file on the command-line using System.Diagnostics.Process

http://stackoverflow.com/questions/850802/piping-in-a-file-on-the-command-line-using-system-diagnostics-process

the Process object in C#. Here's the command I'm issuing C Servers CollabNet Subversion Server svnadmin load C Repositories TestLoad..