Problem : I do a sql query which returns a string – service name. this is the query: IQueryable<string> query […]
.Net DizzyCoding
Does a SharePoint EventReceiver have to be installed in the GAC, and if so do all dependent assemblies have to as well?
Problem : My company ships a product that among other things registers SharePoint EventReceiver on SPLists, monitoring for changes. I’ve […]
IIS Application pool PID
Problem : is anyone familiar with a way to get the Application pool that is associated with a process ID […]
How to enable SSL for SmtpClient in Web.config
Problem : Is there a way to set the EnableSSL from the web.config? I could set this property in code, […]
.NET String Split()
Problem : It seems that the PowerShell -split operator and .NET Split() method act completely different. .NET treats separator strings […]
How to Write a Screen Recorder in .NET?
Problem : Is there a way to make a screen recorder in C#? If so, does anybody know of any […]
Cannot connect to Azure ServiceBus with Microsoft.Azure.ServiceBus
Problem : I have created a very simple console application that connects to Azure ServiceBus and sends one message. I […]
Error with Windows Installer … “Unable to get installer types”
Problem : I’m experiencing an error when using the windows installer to install an event source in a product I […]
Drag Files To Desktop Shortcut – Not Opening Files in Application
Problem : I’ve got a small log viewer app to read some custom logs. I can drag files directly onto […]
Rearrange a list based on given order in c#
Problem : I have a list as follows: {CT, MA, VA, NY} I submit this list to a function and […]