Programming Resources
Share an interesting blog, news page or other resource...
155 topics in this forum
-
- 0 replies
- 9.5k views
Grabbing Kernel Thread Call Stacks the Process Explorer Way – Part 2: Link: http://blog.airesoft.co.uk/2009/02/grabbing-kernel-thread-call-stacks-the-process-explorer-way-part-2/
-
Introduction to MSIL – Part 5 – Exception Handling
by CodeExplorer- 0 replies
- 9.4k views
Introduction to MSIL – Part 5 – Exception Handling http://weblogs.asp.net/kennykerr/archive/2004/09/15/introduction-to-msil-part-5-exception-handling.aspx A great article which should be readed!
-
Source code
by E33- 4 replies
- 26.4k views
http://www.sourcecodedownloads.com/
-
How to Make a Splash screen C#
by CodeExplorer- 5 replies
- 11.8k views
How to Make a Splash screen C# />http://www.dreamincode.net/forums/topic/92856-how-to-make-a-splash-screen/ />http://crazorsharp.blogspot.com/2009/06/creating-splash-screen-in-net-with.html />http://www.eggheadcafe.com/community/aspnet/2/10080115/how-to-show-splash-screen.aspx
-
Reduce your C++ executable size
by Zer0Flag- 8 replies
- 16k views
Hello All, I wrote a little paper about reducing the file size of a cpp project. Covers some basic stuff like removing cruntime, merging sections etc.. Hope it helps someone and of course if you have improvements, other techniques or found bugs then feel free to write me. ~Zer0Flag Decrease_WinCppProject_FileSize.pdf
-
PEB32 and PEB64 in One Definition...
by Teddy Rogers- 0 replies
- 7.8k views
PEB32 and PEB64 in One Definition />http://blog.rewolf.pl/blog/?p=294 Ted.
-
x86 code compression in kkrunchy
by mudlord- 1 reply
- 7.4k views
http://fgiesen.wordpress.com/2011/01/24/x86-code-compression-in-kkrunchy/ A very nice article in which ryg explains how the secret sauce of his packer, kkrunchy, works. He also released the disassembling preprocessor source responsible as well under a public domain license.
-
Why C++?
by Aguila- 7 replies
- 11.4k views
Every programmer should watch this video! />https://channel9.msdn.com/posts/C-and-Beyond-2011-Herb-Sutter-Why-C Use the pdf slides, because in the video they are hardly visible: http://ecn.channel9.msdn.com/content/WhyCPPCB2011.pdf
-
Demonstrates redirecting the Console output to a file
by CodeExplorer- 0 replies
- 6.5k views
Demonstrates redirecting the Console output to a file C# />http://www.java2s.com/Code/CSharp/Development-Class/DemonstratesredirectingtheConsoleoutputtoafile.htm
-
IsBadXxxPtr is a bad idea and you shouldn't call it
by CodeExplorer- 2 replies
- 8.3k views
Link: />http://blogs.msdn.com/b/oldnewthing/archive/2007/06/25/3507294.aspx
-
How to: Configure the .NET Framework 4 Runtime
by CodeExplorer- 0 replies
- 4.3k views
How to: Configure the .NET Framework 4 Runtime />http://msdn.microsoft.com/en-us/library/ff770241.aspx
-
General information about .NET - Native Compiling
by CodeExplorer- 2 replies
- 4.7k views
General information about .NET - Native Compiling />http://jasper-net.blogspot.com/2010/01/net-internals-and-native-compiling.html
-
Creating a license provider (.NET)
by CodeExplorer- 1 reply
- 5.3k views
Creating a license provider (.NET) />http://robseder.wordpress.com/2009/04/12/creating-a-license-provider/
-
Building COM Objects in C#
by CodeExplorer- 1 reply
- 8k views
Building COM Objects in C# />http://www.csharphelp.com/2006/08/building-com-objects-in-c/
-
NClass (for C# and Java applications)
by CodeExplorer- 1 reply
- 5k views
NClass is a free and open source software tool to create Unified Modeling Language (UML) class diagrams for C# and Java applications. It is written in C# only and needs the .NET Framework 2.0 or the latest version of Mono. />http://en.wikipedia.org/wiki/NClass
-
The Difference Between the Strong Name Hash and Hash Evidence
by CodeExplorer- 0 replies
- 4.1k views
The Difference Between the Strong Name Hash and Hash Evidence />http://blogs.msdn.com/b/shawnfa/archive/2005/02/28/382027.aspx
-
Mixing x86 With x64 Code...
by Teddy Rogers- 0 replies
- 4.9k views
Mixing x86 With x64 Code />http://blog.rewolf.pl/blog/?p=102 Ted.
-
BASS
by CodeExplorer- 7 replies
- 7.7k views
BASS is an audio library for use in software on several platforms. Its purpose is to provide developers with powerful and efficient sample, stream (MP3, MP2, MP1, OGG, WAV, AIFF, custom generated, and more via add-ons), MOD music (XM, IT, S3M, MOD, MTM, UMX), MO3 music (MP3/OGG compressed MODs), and recording functions. All in a tiny DLL, under 100KB* in size. C/C++, Delphi, Visual Basic, and MASM APIs are provided, with several examples to get you started. .Net and other APIs are also available. BASS is also available for the Win64, WinCE, and iOS platforms. BASS has a native dll.
-
Libraries for playing music
by CodeExplorer- 0 replies
- 4k views
Libraries for playing music: />http://en.wikipedia.org/wiki/Module_file />http://en.wikipedia.org/wiki/XM_%28file_format%29 />http://wiki.dark-omen.org/do/Wartbed:Architecture/Audio />http://wiki.gamedev.net/index.php/Libraries />http://www.simnet.is/haraldursa/mylinks/voip_links.htm C# libs: SharpMod, NAudio
-
60+ .NET libraries every developer should know about
by CodeExplorer- 0 replies
- 5.6k views
60+ .NET libraries every developer should know about />http://blog.webdistortion.com/2010/02/16/60-net-libraries-every-developer-should-know-about/
-
Mp3Sharp
by CodeExplorer- 0 replies
- 5.2k views
/>http://www.robburke.net/mle/mp3sharp/
-
NAudio
by CodeExplorer- 0 replies
- 4.6k views
NAudio is an open source .NET audio and MIDI library, containing dozens of useful audio related classes intended to speed development of audio related utilities in .NET. It has been in development since 2001 and has grown to include a wide variety of features. While some parts of the library are relatively new and incomplete, the more mature features have undergone extensive testing and can be quickly used to add audio capabilities to an existing .NET application. />http://naudio.codeplex.com/
-
Mezcal - source code C#
by CodeExplorer- 0 replies
- 4.3k views
Mezcal is an HTTP/HTTPS bruteforcing tool allowing the crafting of requests and insertion of dynamic variables on-the-fly. />http://0x90.org/releases.php
-
Set a taskbar text different from the Window title in wpf
by CodeExplorer- 0 replies
- 5.4k views
Set a taskbar text different from the Window title in wpf ( C# question answered) />http://stackoverflow.com/questions/4627772/set-a-taskbar-text-different-from-the-window-title-in-wpf
-
Free Delphi Source Code: Projects, Controls, Components
by CodeExplorer- 0 replies
- 4.3k views
Free Delphi Source Code: Projects, Controls, Components />http://delphi.about.com/od/fullcodeprojects/Free_Source_Code_Delphi_Projects.htm