¡@

Home 

c# Programming Glossary: software

Detect Antivirus on Windows using C#

http://stackoverflow.com/questions/1331887/detect-antivirus-on-windows-using-c-sharp

C# Is there a way to detect whether there is an antivirus software installed in a machine using C# I know the Security Center detects.. using C# I know the Security Center detects antivirus software but how can you detect that in C# A link would be sufficient... and files that are provided to Microsoft by independent software manufacturers. These registry keys and files let Windows Security..

Are there any suggestions for developing a C# coding standards / best practices document? [closed]

http://stackoverflow.com/questions/14967/are-there-any-suggestions-for-developing-a-c-sharp-coding-standards-best-pract

I think I should explain that I'm probably the most junior software engineer going but I'm looking forward to this task as hopefully..

Should C# have multiple inheritance? [closed]

http://stackoverflow.com/questions/191691/should-c-sharp-have-multiple-inheritance

of multiple inheritance. Although it is not suited to all software designs there are situations where it is difficult to deny it's..

Tips for optimizing C#/.NET programs [closed]

http://stackoverflow.com/questions/2473666/tips-for-optimizing-c-net-programs

of three things happens 1 you meet your goals and ship the software 2 you revise your goals downwards to something you can achieve..

Case insensitive 'Contains(string)'

http://stackoverflow.com/questions/444798/case-insensitive-containsstring

you'll have to take a punt. Given English's hegemony in software you should probably resort to CultureInfo.InvariantCulture because..

How can I create a Product Key for my C# App

http://stackoverflow.com/questions/453030/how-can-i-create-a-product-key-for-my-c-sharp-app

code Web based license activation How do you protect your software from illegal distribution Best activation key software for .NET.. software from illegal distribution Best activation key software for .NET application c# .net license key share improve this..

C#: How to Make it Harder for Hacker/Cracker to Get Around or Bypass the Licensing Check?

http://stackoverflow.com/questions/4532540/c-how-to-make-it-harder-for-hacker-cracker-to-get-around-or-bypass-the-licensi

c# licensing share improve this question The #1 law of software licensing You don't control your software once you allow it.. The #1 law of software licensing You don't control your software once you allow it to be installed on a computer you don't control... is unacceptable because users want to be able to use their software even when they don't have an internet connection. In almost..

Protect .NET code from reverse engineering?

http://stackoverflow.com/questions/506282/protect-net-code-from-reverse-engineering

application cracked they will. Look at all the commercial software out there that has a vast amount of resources to protect their.. is a very real chance people are going to pirate your software. There are some people who are never going to pay for your application.. out there who would never risk a lawsuit and happily buy software licenses and many computer users who either don't want to risk..

Proper use of the IDisposable interface

http://stackoverflow.com/questions/538060/proper-use-of-the-idisposable-interface

when the GC decides to do it I have a facial recognition software that needs to get rid of 530 MB of internal images now since..

Very slow compile times on Visual Studio 2005

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

of parallel project builds . Disable your anti virus software for .ilk .pdb .cc .h files and only check for viruses on modify..

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

delegate call on every math operation. I've just started a software implementation of 32 bit floating point math. It can do about..

When should I use double instead of decimal?

http://stackoverflow.com/questions/803225/when-should-i-use-double-instead-of-decimal

intensive operations such as those found in modeling software. Of course doubles should not be used when precision is required..

Free obfuscation tools for .NET [closed]

http://stackoverflow.com/questions/805549/free-obfuscation-tools-for-net

.NET obfuscation tools strategy Since June 29 2012 the software is now commercial. The last free available version is 3.3 ...

Detect if running as Administrator with or without elevated privileges?

http://stackoverflow.com/questions/1220213/detect-if-running-as-administrator-with-or-without-elevated-privileges

static class UacHelper private const string uacRegistryKey Software Microsoft Windows CurrentVersion Policies System private const..

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

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

graphics library through Interop over at TopTen Software Blog . This post deals specifically with running ASP.net on..

C# webbrowser Ajax call

http://stackoverflow.com/questions/18333459/c-sharp-webbrowser-ajax-call

var key Registry.CurrentUser.CreateSubKey String.Concat @ Software Microsoft Internet Explorer Main FeatureControl feature RegistryKeyPermissionCheck.ReadWriteSubTree..

Programmatically Set Browser Proxy Settings in C#

http://stackoverflow.com/questions/197725/programmatically-set-browser-proxy-settings-in-c-sharp

RegistryKey registry Registry.CurrentUser.OpenSubKey Software Microsoft Windows CurrentVersion Internet Settings true registry.SetValue..

Reading the registry and Wow6432Node key

http://stackoverflow.com/questions/2039186/reading-the-registry-and-wow6432node-key

the registry and looks for a value in HKEY_LOCAL_MACHINE Software App but when running on 64bit versions of Windows the value.. versions of Windows the value is under HKEY_LOCAL_MACHINE Software Wow6432Node App. How should I best approach this Do I need a.. as x86 and not Any CPU then it will see HKEY_LOCAL_MACHINE Software Wow6432Node App as HKEY_LOCAL_MACHINE Software App. A .NET program..

C# Speech Recognition - Is this what the user said?

http://stackoverflow.com/questions/227140/c-sharp-speech-recognition-is-this-what-the-user-said

this question A similar question was asked on Joel on Software a while back. You can use the System.Speech.Recognition namespace..

Trying to run multiple HTTP requests in parallel, but being limited by Windows (registry)

http://stackoverflow.com/questions/2960056/trying-to-run-multiple-http-requests-in-parallel-but-being-limited-by-windows

limits. By adding two registry values to HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Internet Settings MaxConnectionsPerServer..

How to detect installed version of MS-Office?

http://stackoverflow.com/questions/3266675/how-to-detect-installed-version-of-ms-office

check for the presence of the following Registry key HKLM Software Microsoft Office 12.0 Word InstallRoot Path This entry contains.. 2013 15.0 The other applications have similar keys HKLM Software Microsoft Office 12.0 Excel InstallRoot Path HKLM Software Microsoft.. Software Microsoft Office 12.0 Excel InstallRoot Path HKLM Software Microsoft Office 12.0 PowerPoint InstallRoot Path Or you can..

What is the difference between an int and an Integer in Java and C#?

http://stackoverflow.com/questions/564/what-is-the-difference-between-an-int-and-an-integer-in-java-and-c

my local Borders sipping coffee and reading More Joel on Software for free when I came across Joel Spolsky saying something about..

Developing Internet Explorer Extensions?

http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions

DefaultTextToHighlight public static string RegData Software MyIEExtension DllImport ieframe.dll public static extern int.. section pointer which will be something like HKU S 1 7 Software AppDataLow In metro IE 10 mode tabs run in Enhanced Protected.. section pointer which will be something like HKU S 1 7 Software AppDataLow In metro IE 10 mode tabs run in Enhanced Protected..

How can I detect the encoding/codepage of a text file

http://stackoverflow.com/questions/90838/how-can-i-detect-the-encoding-codepage-of-a-text-file

this is what you need to read The Absolute Minimum Every Software Developer Absolutely Positively Must Know About Unicode and..

Install to same path when upgrading application

http://stackoverflow.com/questions/11474320/install-to-same-path-when-upgrading-application

the Property as SEARCHFORINSTALLDIR Specify the RegKey as SOFTWARE ManufacturerName Leave root pointing to HKLM Specify the Value..

HttpClient request throws IOException

http://stackoverflow.com/questions/13141434/httpclient-request-throws-ioexception

SecurityAction.Assert Read @ HKEY_LOCAL_MACHINE SOFTWARE Microsoft .NETFramework private static void InitializeFallbackSettings.. using RegistryKey key Registry.LocalMachine.OpenSubKey @ SOFTWARE Microsoft .NETFramework try if key.GetValueKind LegacyWPADSupport.. key with value 0 Registry location HKEY_LOCAL_MACHINE SOFTWARE Microsoft .NETFramework DWORD 32 bit Value name LegacyWPADSupport..

C# webbrowser Ajax call

http://stackoverflow.com/questions/18333459/c-sharp-webbrowser-ajax-call

7 using var ieKey Registry.LocalMachine.OpenSubKey @ SOFTWARE Microsoft Internet Explorer RegistryKeyPermissionCheck.ReadSubTree..

C# WebBrowser Control - Form Submit Not Working using InvokeMember(“Click”)

http://stackoverflow.com/questions/19044659/c-sharp-webbrowser-control-form-submit-not-working-using-invokememberclick

7 using var ieKey Registry.LocalMachine.OpenSubKey @ SOFTWARE Microsoft Internet Explorer RegistryKeyPermissionCheck.ReadSubTree..

How to find all the browsers installed on a machine

http://stackoverflow.com/questions/2370732/how-to-find-all-the-browsers-installed-on-a-machine

this is to look in the registry under HKEY_LOCAL_MACHINE SOFTWARE Clients StartMenuInternet. This is where browser manufacturers..

How to enable assembly bind failure logging (Fusion) in .NET

http://stackoverflow.com/questions/255669/how-to-enable-assembly-bind-failure-logging-fusion-in-net

question Add the following values to HKEY_LOCAL_MACHINE SOFTWARE Microsoft Fusion Add DWORD ForceLog set value to 1 DWORD LogFailures..

Accessing Excel Spreadsheet with C# occasionally returns blank value for some cells

http://stackoverflow.com/questions/298726/accessing-excel-spreadsheet-with-c-sharp-occasionally-returns-blank-value-for-so

in brackets. Important Check out the HKEY_LOCAL_MACHINE SOFTWARE Microsoft Jet 4.0 Engines Excel located registry REG_DWORD TypeGuessRows..

multimap in .NET

http://stackoverflow.com/questions/380595/multimap-in-net

or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY SOLUTIONS DESIGN ``AS IS'' AND ANY EXPRESS OR.. OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The views..

Get DateTime For Another Time Zone Regardless of Local Time Zone

http://stackoverflow.com/questions/441109/get-datetime-for-another-time-zone-regardless-of-local-time-zone

and its fairly trivial to write a wrapper class around it SOFTWARE Microsoft Windows NT CurrentVersion Time Zones contains sub..

Help with a OleDB connection string for excel files

http://stackoverflow.com/questions/4551203/help-with-a-oledb-connection-string-for-excel-files

the ACE OleDb driver they're stored at HKEY_LOCAL_MACHINE SOFTWARE Microsoft Office 14.0 Access Connectivity Engine Engines Excel..

Regarding IE9 WebBrowser control

http://stackoverflow.com/questions/4612255/regarding-ie9-webbrowser-control

Windows Registry Editor Version 5.00 HKEY_LOCAL_MACHINE SOFTWARE Microsoft Internet Explorer Main FeatureControl FEATURE_BROWSER_EMULATION..

Get installed applications in a system

http://stackoverflow.com/questions/908850/get-installed-applications-in-a-system

improve this question Iterating through the registry key SOFTWARE Microsoft Windows CurrentVersion Uninstall seems to give a comprehensive.. rows like in the 2nd link provided. string registry_key @ SOFTWARE Microsoft Windows CurrentVersion Uninstall using Microsoft.Win32.RegistryKey..

Is there an easy way to check .NET Framework version using C#?

http://stackoverflow.com/questions/951856/is-there-an-easy-way-to-check-net-framework-version-using-c

installed_versions Registry.LocalMachine.OpenSubKey @ SOFTWARE Microsoft NET Framework Setup NDP string version_names installed_versions.GetSubKeyNames..

Reading 64bit Registry from a 32bit application

http://stackoverflow.com/questions/974038/reading-64bit-registry-from-a-32bit-application

sqlServerKey Registry.LocalMachine.OpenSubKey @ SOFTWARE Microsoft Microsoft SQL Server Instance Names SQL string sqlExpressKeyName.. there is no Instance Names key under HKEY_LOCAL_MACHINE SOFTWARE Wow6432Node Microsoft Microsoft SQL Server Is there a way for..