Quantcast
Channel: Random Findings as a Developer » C#
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

Hosting ASP.NET projects on a Linux Server

The other day, I was bored and was curious if whether or not I was able to host an ASP.NET on my home desktop’s Ubuntu box.  After researching, I found out that there was an entire open source project...

View Article



Image may be NSFW.
Clik here to view.

Objects Remaining in Memory

I was implementing an image resizer and I kept running into a problem where I kept getting error messages saying that the image file was in use even after I disposed of the object in memory (the last...

View Article

Image may be NSFW.
Clik here to view.

Don't use File when you mean Directory

I was working on a small archiving task for a project and one of the steps is to move a folder from one location to another. Not thinking anything of it, I tried to use File.Exists(archiveFullPath)...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images