c# Programming Glossary: tools
How can a Word document be created in C#? [closed] http://stackoverflow.com/questions/10412/how-can-a-word-document-be-created-in-c and text. What is the best way to do this Third party tools What are your experiences c# .net ms word openxml share improve..
What are the most important functional differences between C# and VB.NET? http://stackoverflow.com/questions/11632/what-are-the-most-important-functional-differences-between-c-sharp-and-vb-net box code snippets for VB More out of the box refactoring tools for C# In general the things MS focuses on for each vary because..
Tips for optimizing C#/.NET programs [closed] http://stackoverflow.com/questions/2473666/tips-for-optimizing-c-net-programs those suites show that you are not meeting your goals use tools such as profilers to figure out why. Optimize the heck out of..
What are major differences between C# and Java? http://stackoverflow.com/questions/295224/what-are-major-differences-between-c-sharp-and-java far as I know. In Java all methods are virtual Development tools I believe there isn't such a tool yet as Visual Studio. Especially..
What static analysis tools are available for C#? [closed] http://stackoverflow.com/questions/38635/what-static-analysis-tools-are-available-for-c static analysis tools are available for C# closed What tools are there available.. static analysis tools are available for C# closed What tools are there available for static analysis against C# code I know.. lines this is primarily my interest for static analysis tools for testing code for multithreading issues deadlocks race conditions..
C# String enums http://stackoverflow.com/questions/424366/c-sharp-string-enums attrs 0 .Value return output Good now I've got the tools to get a string value for an enumerator. I can then use it like..
How can I programmatically determine if my workstation is locked? http://stackoverflow.com/questions/44980/how-can-i-programmatically-determine-if-my-workstation-is-locked is locked I'm writing up some productivity metrics tools for myself to help monitor my focus throughout the day. Recently..
Creating pdf files at runtime in c# [closed] http://stackoverflow.com/questions/465433/creating-pdf-files-at-runtime-in-c-sharp the pdf file all in C# code What I want is a set of tools and specifications which allow me to implement a customised..
Best .NET memory and performance profiler? [closed] http://stackoverflow.com/questions/49912/best-net-memory-and-performance-profiler We are using Jetbrains ' dotTrace . What other profiling tools can be recommended that are better for profiling C# Windows..
What is the minimum client footprint required to connect C# to an Oracle database? http://stackoverflow.com/questions/70602/what-is-the-minimum-client-footprint-required-to-connect-c-sharp-to-an-oracle-da by downloading and installing the client administration tools and Visual Studio 2008 on my laptop. The installation footprint.. on my laptop. The installation footprint for Oracle Client tools was over 200Mb and quite long winded. Does anyone know what..
Free obfuscation tools for .NET [closed] http://stackoverflow.com/questions/805549/free-obfuscation-tools-for-net obfuscation tools for .NET closed Please point me to FREE Open source obfuscation.. closed Please point me to FREE Open source obfuscation tools for .NET assemblies. Edit I also want to obfuscate strings in.. Check out this SO question Best .NET obfuscation tools strategy Since June 29 2012 the software is now commercial...
Using C#, how does one figure out what process locked a file? http://stackoverflow.com/questions/860656/using-c-how-does-one-figure-out-what-process-locked-a-file determine using C# what process locked a file Third party tools are helpful but not what I'm looking for. c# windows share..
How can I ensure that a division of integers is always rounded up? http://stackoverflow.com/questions/921180/how-can-i-ensure-that-a-division-of-integers-is-always-rounded-up here use good engineering practices. Research your tools specify the desired behaviour consider error cases first and..
Use CouchDB with .NET http://stackoverflow.com/questions/1050152/use-couchdb-with-net
Entity Framework initialization is SLOW — what can I do to bootstrap it faster? http://stackoverflow.com/questions/10757019/entity-framework-initialization-is-slow-what-can-i-do-to-bootstrap-it-faster Entity Framework thanks to @AakashM MSDN EF Power Tools SO Entity Framework 4.1 for large number of tables 715 EDIT2.. you need to be patient . Here is a post about EF Power Tools that might be helpful http blogs.msdn.com b adonet archive 2011..
System.UnauthorizedAccessException: Retrieving the COM class factory for Word Interop fails with error 80070005. http://stackoverflow.com/questions/1491123/system-unauthorizedaccessexception-retrieving-the-com-class-factory-for-word-in 5 or Network Service on IIS 6 Control Panel Administrative Tools Component Services Computers My Computer DCOM Config Find out..
Tools for generating UML class diagram from C# source or dll http://stackoverflow.com/questions/1600802/tools-for-generating-uml-class-diagram-from-c-sharp-source-or-dll for generating UML class diagram from C# source or dll I'm..
Communicate between two windows forms in C# http://stackoverflow.com/questions/1665533/communicate-between-two-windows-forms-in-c-sharp example that the user clicks on my menu on the main form Tools Options this would cause my options form to be shown. My question..
Understanding Garbage Collection in .net http://stackoverflow.com/questions/17130382/understanding-garbage-collection-in-net combo in the upper left corner to Release . Next go into Tools Options Debugging General and untick the Suppress JIT optimization..
How to register a .Net dll in GAC? http://stackoverflow.com/questions/2182316/how-to-register-a-net-dll-in-gac
How to switch between debug and release in Visual C# 2010 Express? http://stackoverflow.com/questions/2812423/how-to-switch-between-debug-and-release-in-visual-c-sharp-2010-express studio express share improve this question Enable the Tools Settings Expert Settings menu option Go to Tools Options In.. the Tools Settings Expert Settings menu option Go to Tools Options In the dialog box check Show All Settings option in..
IIS Express enable external request http://stackoverflow.com/questions/3313616/iis-express-enable-external-request For XP first install Windows XP Service Pack 2 Support Tools. Then run the following command from an administrative prompt..
Using Process.Start() to start a process as a different user from within a Windows Service http://stackoverflow.com/questions/362419/using-process-start-to-start-a-process-as-a-different-user-from-within-a-windo can be added by opening Control Panel Administrative Tools Local Security Policy User Rights Assignment. Once they are..
Fastest way to interface between live (unsaved) Excel data and C# objects http://stackoverflow.com/questions/3840270/fastest-way-to-interface-between-live-unsaved-excel-data-and-c-sharp-objects noticeable in many contexts. Add ins using Visual Studio Tools for Office VSTO are automatically loaded within a shim and executes..
What static analysis tools are available for C#? [closed] http://stackoverflow.com/questions/38635/what-static-analysis-tools-are-available-for-c share improve this question Code violation detection Tools Fxcop excellent tool by Microsoft. Check compliance with .net.. that helps identification of security flaws Quality Metric Tools NDepend great visual tool. Useful for coupling and dependency.. Vil old tool that doesn't support .NET 2.0 Checking Style Tools StyleCop Microsoft tool run from inside of Visual Studio or..
Function profiling woes - Visual Studio 2010 Ultimate http://stackoverflow.com/questions/5525758/function-profiling-woes-visual-studio-2010-ultimate your report if you checked Microsoft Symbol Servers in Tools Options Debugging Symbols and reopened the report the symbols..
Very slow compile times on Visual Studio 2005 http://stackoverflow.com/questions/55517/very-slow-compile-times-on-visual-studio-2005 builds. In Visual Studio 2005 you will find the option in Tools Options... Projects and Solutions Build and Run maximum number..
Developing Internet Explorer Extensions? http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions Files x86 Microsoft SDKs Windows v7.0A Bin NETFX 4.0 Tools x64 gacutil.exe f i TargetDir TargetFileName C Windows Microsoft.NET..
C# Google Calendar V3 2 Legged authentication fails http://stackoverflow.com/questions/8899000/c-sharp-google-calendar-v3-2-legged-authentication-fails So in summary In Google Apps Manage this Domain Advanced Tools Using Manage OAuth domain key enable key generate secret uncheck..
|