-
Recent Posts
Recent Comments
Archives
Categories
- Applications Development
- ASP.net
- Bash Scripting
- C Programming
- C#.net
- Content Management Systems
- css
- Drupal Development
- Free Games
- Free Tools
- Html
- Javascript Development
- Joomla Development
- MYSQL
- Perl Scripting
- php development
- Projects
- Server Development
- Tech and How To
- Uncategorized
- VB.net
- Web Development
- Wordpress Development
Meta
Category Archives: Applications Development
RPC and WCF Samples Coming Soon
RPC and WCF Samples Coming Soon In a later article, we will be providing source code and examples of simple RPC client/server and a WCF service/client using the Microsoft Visual Studio environment. If you are looking for information regarding these … Continue reading
OpenRPCDebugEndpointInfoEnumeration failed: 5
OpenRPCDebugEndpointInfoEnumeration failed: 5 If you have received this error using dbgrpc -e from windows debugging tools or the platform sdk, please use this program from within an administrators command prompt. For instance, if you have UAC activated, then right click … Continue reading
Posted in Applications Development, C Programming
Leave a comment
WM_COPYDATA with .net and c
WM_COPYDATA with .net and c WM_COPYDATA is a window message that you can use as a very simple ipc(Inter Process Communication) mechanism. There are some small issues to overcome when using this with .net, the least of which is the … Continue reading
Posted in Applications Development, C Programming, C#.net
Leave a comment
Dot Net Regular Expression Callback
Dot Net Regular Expression Callback Want to learn how to use regular expression callbacks in dot net languages? The following examples will be using c# for starters but you can easily translate that to vb. Optionally if anyone requests I … Continue reading
Posted in Applications Development, C#.net
Leave a comment
Capture Tab Key in dot net Textbox
Capture Tab Key in dot net Textbox Although it would seemingly be a simple task to capture a tab to perform some special operation in a form like say – begin a processing thread or something like that, it is … Continue reading
Posted in Applications Development, C#.net, VB.net
Tagged capture, keys, net, tab, textbox, windows forms
Leave a comment
Where to find sos.dll
Where to find sos.dll If you are looking where to find sos.dll, please check the following locations before you download windebug tools: C:\Windows\Microsoft.NET\Framework\v2.0.50727 C:\Windows\Microsoft.NET\Framework\v4.0.30319 For Details on why this may be missing in other framework versions see: This post
Posted in Applications Development, ASP.net, C#.net, VB.net, Web Development
Tagged asp.net, debugging, sos.dll, visual studio, windebug
Leave a comment
ASP.net SQL Vulnerabilities
In case anyone hasn’t been bashed over the head enough with SQL Injection strategies and mitigation, lets have a quick look at the simplest methods.
EM_UNIVERSAL_ARGUMENT undeclared – Building Asterisk 1.8.2 on Solaris 10 x86
EM_UNIVERSAL_ARGUMENT undeclared – Building Asterisk 1.8.2 on Solaris 10 x86 When building on Solaris there are a few Rules to follow and these are shared with regular building as well, but sometimes there are some particularities
Posted in C Programming
2 Comments
Sqlite Hashing Functions Library
Looking for Sqlite Hashing Functions Library? Look No Further! I have found a way to quite easily use the existing digest functions provided by OpenSSL. I have successfully been able to compile and run this on Solaris 10×86 and I … Continue reading
Gzip Headers in Php Output
Gzip Headers in Php Output I have noticed wierd binary characters being generated after var_dump of ( $_POST, $HTTP_POST_VARS, and $_REQUEST ) when debugging CMS code. Before these characters there were empty array(0){} statements in the output.
