c# Programming Glossary: applications
Any decent C# profilers out there? [closed] http://stackoverflow.com/questions/10644/any-decent-c-sharp-profilers-out-there
System.Timers.Timer vs System.Threading.Timer http://stackoverflow.com/questions/1416803/system-timers-timer-vs-system-threading-timer that System.Timers.Timer is geared towards multithreaded applications and is therefore thread safe via its SynchronizationObject property..
Simple 2 way encryption for C# http://stackoverflow.com/questions/165808/simple-2-way-encryption-for-c-sharp that I have modified over time to be more friendly for web applications e g. I've built Encrypt Decrypt methods that work with URL friendly..
FileSystemWatcher Changed event is raised twice http://stackoverflow.com/questions/1764809/filesystemwatcher-changed-event-is-raised-twice content of the file and then the file attributes. Other applications may perform in the same manner. Because FileSystemWatcher monitors.. the operating system activities all events that these applications fire will be picked up. Now this bit of text is about the Created.. same thing applies to other file events as well. In some applications you might be able to get around this by using the NotifyFilter..
What NoSQL solutions are out there for .NET? [closed] http://stackoverflow.com/questions/1777103/what-nosql-solutions-are-out-there-for-net . A good tutorial showing how you to develop a real world applications is at http www.servicestack.net docs redis client designing..
C# webbrowser Ajax call http://stackoverflow.com/questions/18333459/c-sharp-webbrowser-ajax-call are displayed in IE7 Standards mode. Default value for applications hosting the WebBrowser Control. break case 8 mode 8000 Webpages..
Why .NET String is immutable? [duplicate] http://stackoverflow.com/questions/2365272/why-net-string-is-immutable then it can be useful in a many web and other stateless applications code doing read operations is separate from that doing updates..
Windows service and timer http://stackoverflow.com/questions/246697/windows-service-and-timer System.Windows.Forms.Timer which are respectively for ASP applications and WinForms. Using those will cause the service to load an..
In .NET, which loop runs faster, 'for' or 'foreach'? http://stackoverflow.com/questions/365615/in-net-which-loop-runs-faster-for-or-foreach it I am really interested in facts and figures. There are applications where the last mile of performance optimization squeezed do..
Best way to parse command line arguments in C#? [closed] http://stackoverflow.com/questions/491595/best-way-to-parse-command-line-arguments-in-c command line arguments in C# closed When building console applications that take parameters you can use the arguments passed to Main..
Protect .NET code from reverse engineering? http://stackoverflow.com/questions/506282/protect-net-code-from-reverse-engineering there that has a vast amount of resources to protect their applications and yet they are cracked before the applications are even released.. their applications and yet they are cracked before the applications are even released to the public. A skilled reverse engineer..
String vs. StringBuilder http://stackoverflow.com/questions/73883/string-vs-stringbuilder having seen the enormous performance difference in my applications between the two I now think about it a little more carefully...
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 here I would like to integrate a good web browser in my applications. In some I just use it to handle the user registration process.. project that allows you embed Chrome into your .NET applications called Awesomium . It comes with a .NET api but requires quite..
Get installed applications in a system http://stackoverflow.com/questions/908850/get-installed-applications-in-a-system installed applications in a system How to get the applications installed in the system.. installed applications in a system How to get the applications installed in the system using c# code c# .net installer installation.. Uninstall seems to give a comprehensive list of installed applications. Aside from the example below you can find a version using Linq..
Web app blocked while processing another web app on sharing same session http://stackoverflow.com/questions/9426673/web-app-blocked-while-processing-another-web-app-on-sharing-same-session two web apps If the session is shared across the two web applications then yes this is the reason. The session is lock the response...
ExecuteReader requires an open and available Connection. The connection's current state is Connecting http://stackoverflow.com/questions/9705637/executereader-requires-an-open-and-available-connection-the-connections-curren the DBMS in the ADO NET Connection Pool In practice most applications use only one or a few different configurations for connections...
Get OS-Version in WinRT Metro App C# http://stackoverflow.com/questions/10125324/get-os-version-in-winrt-metro-app-c-sharp OS. How can I get this I found out how to do it in normal Applications. There you take the Environment Class with the attribute OSVersion..
Programmatically add an application to Windows Firewall http://stackoverflow.com/questions/113755/programmatically-add-an-application-to-windows-firewall
The call is ambiguous between the following methods or properties (bug??) http://stackoverflow.com/questions/1282636/the-call-is-ambiguous-between-the-following-methods-or-properties-bug it Is it wrong to create an App_code in an ASP.NET MVC Web Applications c# .net asp.net mvc .net 3.5 share improve this question..
How do I enable dpiAware? http://stackoverflow.com/questions/13448180/how-do-i-enable-dpiaware improve this question According to Declaring Managed Applications As DPI Aware you need to add followng section inside assembly..
Recommended math library for C#/.NET? [closed] http://stackoverflow.com/questions/1387430/recommended-math-library-for-c-net 2 IMSL C# Numerical Library for Microsoft® .NET Applications Paid 3 Extreme Optimization Mathematics Library for .NET share..
Convert Pixels to Points http://stackoverflow.com/questions/139655/convert-pixels-to-points Microsoft has a guide called Developing DPI Aware Applications look for the section Creating DPI Aware Fonts . share improve..
Global exception handler for windows services? http://stackoverflow.com/questions/1682128/global-exception-handler-for-windows-services implementing http exceptioneer.com in their Windows Applications. namespace YourNamespace static class Program STAThread static..
Write to a File in Monotouch http://stackoverflow.com/questions/1829954/write-to-a-file-in-monotouch Support iPhone Simulator Inside of that there's a User Applications folder that contains the apps you've installed to the simulator... was created for further verification go to the simulator's Applications folder sort the app folders by the date they were modified drill..
avoiding null reference exceptions http://stackoverflow.com/questions/1943465/avoiding-null-reference-exceptions on Object Oriented Programming Systems Languages and Applications OOPSLA 2003 volume 38 number 11 in SIGPLAN Notices pages 302..
Printing to a specific printer from a web app http://stackoverflow.com/questions/206880/printing-to-a-specific-printer-from-a-web-app Control Using the Web Browser Control in your C# Applications and the ever changing MSDN docs for the WebBrowser class which..
Programmatically encrypting a config-file in .NET http://stackoverflow.com/questions/21965/programmatically-encrypting-a-config-file-in-net Encrypting Configuration Information in ASP.NET 2.0 Applications 4GuysFromRolla.com Encrypt Connection Strings AppSettings and..
Exporting Excel to C# http://stackoverflow.com/questions/3449541/exporting-excel-to-c-sharp question is that you want to convert the Visual Basic for Applications VBA code within an Excel workbook to C#. If this is this case..
I get a “An attempt was made to load a program with an incorrect format” error on a SQL Server replication project http://stackoverflow.com/questions/41449/i-get-a-an-attempt-was-made-to-load-a-program-with-an-incorrect-format-error-o
Create an On-screen Keyboard http://stackoverflow.com/questions/4944621/create-an-on-screen-keyboard to a specific window then you incur funky behavior Applications handle input differently. And simple WM_KEYDOWN WM_KEYUP messages.. simulating. This is most likely what you're experiencing. Applications may RELY on the standard behavior of having focus while receiving..
How to detect which .NET runtime is being used (MS vs. Mono)? http://stackoverflow.com/questions/721161/how-to-detect-which-net-runtime-is-being-used-ms-vs-mono From the Mono Project's Guide to Porting Winforms Applications public static bool IsRunningOnMono return Type.GetType Mono.Runtime..
Do asynchronous operations in ASP.NET MVC use a thread from ThreadPool on .NET 4 http://stackoverflow.com/questions/8743067/do-asynchronous-operations-in-asp-net-mvc-use-a-thread-from-threadpool-on-net-4 Asynchronous Programming in C# 5.0 and ASP.NET MVC Web Applications Asynchronous Database Calls With Task based Asynchronous Programming..
Looking for clean WinForms MVC tutorial for C# http://stackoverflow.com/questions/955973/looking-for-clean-winforms-mvc-tutorial-for-c-sharp view's state. Or is the preferred methodology for Windows Applications something else c# winforms user interface methodology mvc ..
How can I make a .Net Winforms application that only runs in the System Tray? http://stackoverflow.com/questions/995195/how-can-i-make-a-net-winforms-application-that-only-runs-in-the-system-tray to show everything in practice. See Creating Tray Applications in .NET A Practical Guide published November 2010. share improve..
|