¡@

Home 

c# Programming Glossary: technet.microsoft.com

How to check the machine type? laptop or desktop?

http://stackoverflow.com/questions/1013354/how-to-check-the-machine-type-laptop-or-desktop

idea of whether the computer is a laptop or desktop http technet.microsoft.com en us library cc180825.aspx Win32_SystemEnclosure ChassisTypes..

Insert bytes into middle of a file (in windows filesystem) without reading entire file (using File Allocation Table)?

http://stackoverflow.com/questions/13430210/insert-bytes-into-middle-of-a-file-in-windows-filesystem-without-reading-entir

assist other investigators http ntfs.com ntfs mft.htm http technet.microsoft.com en us library cc781134 28WS.10 29.aspx http waynes world it.blogspot.com..

How to kill a C# process?

http://stackoverflow.com/questions/1642231/how-to-kill-a-c-sharp-process

is mentioned by @Darin in the comments is found at http technet.microsoft.com en us sysinternals bb896645.aspx share improve this answer..

How to execute process on remote machine, in c#

http://stackoverflow.com/questions/2343677/how-to-execute-process-on-remote-machine-in-c-sharp

share improve this question Can can use PsExec from http technet.microsoft.com en us sysinternals bb897553.aspx Or WMI object theProcessToRun..

How to add (simple) tracing in C#?

http://stackoverflow.com/questions/27610/how-to-add-simple-tracing-in-c

with the SysInternals program DebugView Dbgview.exe http technet.microsoft.com en us sysinternals bb896647.aspx c# trace share improve this..

How do I embed fonts in an existing PDF?

http://stackoverflow.com/questions/4231656/how-do-i-embed-fonts-in-an-existing-pdf

embed fonts unless a series of requirements are met http technet.microsoft.com en us library ms159713 28SQL.100 29.aspx . Don't ask me why..

How do I list all loaded assemblies?

http://stackoverflow.com/questions/458362/how-do-i-list-all-loaded-assemblies

tool you can use the Process Explorer freeware http technet.microsoft.com en us sysinternals bb896653.aspx Click on the needed process..

How do I obtain a crash dump

http://stackoverflow.com/questions/4992569/how-do-i-obtain-a-crash-dump

There are a few ways to capture a dump file. Procdump http technet.microsoft.com en us sysinternals dd996900.aspx Visual Studio 2010 http msdn.microsoft.com..

Interprocess communication for Windows in C# (.NET 2.0)

http://stackoverflow.com/questions/50153/interprocess-communication-for-windows-in-c-sharp-net-2-0

projects rpclibrary MSDN references How rpc works http technet.microsoft.com en us library cc738291 v ws.10 .aspx RPC functions http msdn.microsoft.com..

Taking ownership of files with 'broken' permissions

http://stackoverflow.com/questions/5241718/taking-ownership-of-files-with-broken-permissions

access denied. Relevant technet documentation http technet.microsoft.com en us library cc783530 28WS.10 29.aspx If you own an object..

ASP.NET MVC Routing - add .html extension to routes

http://stackoverflow.com/questions/9331516/asp-net-mvc-routing-add-html-extension-to-routes

prior to MVC is likely correct. Assuming IIS 7 http technet.microsoft.com en us library cc770990 v ws.10 .aspx You need to edit the .html..