Tag: Utilities

EPS Overprint Variable

We needed a program to check a folder with eps files and check if they have overprint or […]

Share Folders/External Drives with CMD

Yesterday we had a problem regarding sharing. We needed to share an encrypted drive to be […]

Source Control – AnkhSVN

At work, we started using source control a year ago and after several packages we chose […]

Website Monitoring Service

This week i was trying to find a website monitoring service to monitor my websites on the […]

Get Month Name

In Sql Server to find the month from a date you use the following command: Month(DateTime) […]

Multiple Sitemaps

A problem that i found lately was when i needed to have multiple sitemaps. Why? I needed […]

Leading Caps in Crystal Reports

When designing a report in Crystal Reports, a common problem is the text to retrieve from […]

Globalization

The DateTime.Parse() method (explained in the previous post) only parses the date given to the selected culture. To be […]

DateTime.Parse()

A common problem I find when dealing with dates is when parsing a string to save in […]

Total Number of Lines of Code (VS Add-Ins)

Ever wonder how many lines of code did you write in your application/solution in visual studio […]