Category Archives: VB.net

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 , , , , , | 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 , , , , | 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.

Posted in C#.net, VB.net | Tagged , , , , , | Leave a comment