Problem I have a Component that is used for all Active Directory queries. The function below is used heavily perhaps […]
Tag: vb.net
How to avoid code duplication in ordering system
Problem Here is the piece of order system. And this is hierarchy of order classes in this system Public MustInherit […]
Login script check
Problem I have written a script that sits on the admin portion on my website. Here I assume the user […]
Using TryXXX pattern to avoid exceptions
Problem I have been using the TryXXX and GetXXX pattern lately to give clients a choice whether to trap an […]
.NET 4.5 licensing subsystem using RSA-4096 strong name key, SHA256 signed XML, and assembly signature enforcing
Problem Abstract For the past week I have been looking at taking advantage of the .NET 4.5 improvements to code […]
WebMethod slower on execution than Windows application of the same code
Problem I have developed an application that interacts with IBM ClearQuest. The problem is that when I run everything locally, […]
Update 12 records in a database table in less than 13 queries
Problem I’ve got a database table in my application called “periods”. The structure of the table is: Year (Number) Month […]
Inheriting needed when only difference is performed in the constructor?
Problem I have a class that produces a key based on the two objects passed. The key for the items […]
VB.net SQL match against Excel data to datagridview
Problem I am importing an Excel sheet where the first column will contain product numbers. I match those numbers to […]
Custom SQL statement
Problem I am just wondering if my code can still be simplified. I intend to make it reusable in all […]