¡@

Home 

c# Programming Glossary: application's

Writing C# Plugin System

http://stackoverflow.com/questions/1070787/writing-c-sharp-plugin-system

a plugin s for the application without touching the main application's code and risk breaking something . I've got the base IPlugin..

Convert System.Drawing.Icon to System.Media.ImageSource

http://stackoverflow.com/questions/1127647/convert-system-drawing-icon-to-system-media-imagesource

the icons involved and they generally exist outside of my application's assembly in fact they often exist in unmanaged dll's . c# wpf..

How to secure an ASP.NET Web API

http://stackoverflow.com/questions/11775594/how-to-secure-an-asp-net-web-api

Web API that third party developers will use to access my application's data. I've read quite a lot about OAuth and it seems to be the..

Writing driver class generic for any database support

http://stackoverflow.com/questions/13133804/writing-driver-class-generic-for-any-database-support

prefer it outside because the functionality should be your application's . 5 Take care to have neutral queries that work on the databases..

Design - Where should objects be registered when using Windsor

http://stackoverflow.com/questions/1410719/design-where-should-objects-be-registered-when-using-windsor

Root will ideally be the only piece of code in the application's root making the application a so called Humble Executable a..

Getting list of currently active managed threads in .NET?

http://stackoverflow.com/questions/1825882/getting-list-of-currently-active-managed-threads-in-net

improve this question If you're willing to replace your application's Thread creations with another wrapper class said wrapper class..

C#: Synchronize Scroll Position of two RichTextBoxes?

http://stackoverflow.com/questions/1827323/c-synchronize-scroll-position-of-two-richtextboxes

Synchronize Scroll Position of two RichTextBoxes In my application's form I have two RichTextBox objects. They will both always have..

Dependency Inject (DI) “friendly” library

http://stackoverflow.com/questions/2045904/dependency-inject-di-friendly-library

end. Normally you can wait and wire everything up in the application's entry point. This is called the Composition Root . More details..

Reading large text files with streams in C#

http://stackoverflow.com/questions/2161895/reading-large-text-files-with-streams-in-c-sharp

out how to handle large files being loaded into our application's script editor its like VBA for our internal product for quick..

Programmatically encrypting a config-file in .NET

http://stackoverflow.com/questions/21965/programmatically-encrypting-a-config-file-in-net

C#. What I would like to do is do some kind of check on an application's startup to see if a section is unprotected and if it is then..

How to handle AccessViolationException

http://stackoverflow.com/questions/3469368/how-to-handle-accessviolationexception

3.5 assembly and run it in .NET 4.0. Add a line to your application's config file under the configuration runtime element legacyCorruptedStateExceptionsPolicy..

WPF/C#: Where should I be saving user preferences files?

http://stackoverflow.com/questions/396229/wpf-c-where-should-i-be-saving-user-preferences-files

choices etc. It not meant as a generic repository for an application's data although it could be easily abused that way. The data is..

How can I close a login form and show the main form without my application closing?

http://stackoverflow.com/questions/4759334/how-can-i-close-a-login-form-and-show-the-main-form-without-my-application-closi

showing is because once you close the login form your application's message pump is shut down which causes the entire application..

Use XML includes or config references in app.config to include other config files' settings

http://stackoverflow.com/questions/480538/use-xml-includes-or-config-references-in-app-config-to-include-other-config-file

called externalConfig connectionStrings.config. All of the application's connection strings will be loaded from the specified file. Now..

Using a self-signed certificate with .NET's HttpWebRequest/Response

http://stackoverflow.com/questions/526711/using-a-self-signed-certificate-with-nets-httpwebrequest-response

byte apiCertHash 0xZZ 0xYY .... summary Somewhere in your application's startup init sequence... summary void InitPhase Override automatic..

How do I make a WPF window movable by dragging the extended window frame?

http://stackoverflow.com/questions/5493149/how-do-i-make-a-wpf-window-movable-by-dragging-the-extended-window-frame

doing that either. Also while I know the design of the application's main window isn't anywhere near similar to the wireframes above..

Large Object Heap Fragmentation

http://stackoverflow.com/questions/686950/large-object-heap-fragmentation

of the LOH at least in version 2 of the CLR. In our application's case there is general code in the deserialisation code path..

How can I get the application's path in a .NET console application?

http://stackoverflow.com/questions/837488/how-can-i-get-the-applications-path-in-a-net-console-application

can I get the application's path in a .NET console application How do I find the application's.. path in a .NET console application How do I find the application's path in a console application In Windows Forms I can use Application.StartupPath..

Getting the application's directory from a WPF application

http://stackoverflow.com/questions/938421/getting-the-applications-directory-from-a-wpf-application

the application's directory from a WPF application I found solutions for Windows..