Justin Cooney
Web Development Tips and Examples
Author: Justin Cooney
-
In this article I will go through setting up a .NET installer project step-by-step for when you want to automate installation of a .NET Windows Forms Application. I’m assuming here that you have already put together your actual application and that you want to set up an installer for it now. These steps are specific…
-
In this example I will review and give examples in C# and VB.NET how to get and save a file stored in an Image datatype in a SQL Server table. Here is a link to a list of other articles I have written about using .NET with SQL Server.
-
When you are working with Active Directory on your network, then it can be difficult to get a clear picture for how your particular instance of Active Directory is structured. I’ve been writing T-SQL LDAP queries using ADSI OPENQUERY and have been having fun trying to find where some of the values I’m looking for are…