﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Andrea Bertolotto's News</title><link>http://www.andreabertolotto.net</link><description>Code, tricks, ideas about C#, .Net Framework, XML and SQL Server</description><copyright>Copyright © 2004-2007, Andrea Bertolotto</copyright><language>en</language><item><title>Process Killer 3.2.0.0</title><link>http://www.andreabertolotto.net/Articles/ProcessKiller.aspx</link><description><![CDATA[<table width="100%"><tr><td width="60%" style="font-size: 8pt" valign="middle">Sometimes I have many applications of the same type opened. And sometimes I want to kill all of them in a single click. This utility was aimed at that purpose: having the possibility to "find" opened apps using a text search criteria and shutdown all matching processes with a single click. Utility reside in system tray, so being always available.</td><td width="40%" align="right" valign="top"><img src="http://www.andreabertolotto.net/Articles/ProcessKiller.png"/></td></tr></table>]]></description><pubDate>Mon, 17 Apr 2006 23:50:25 GMT</pubDate></item><item><title>Free Space Tester 1.2.3.0</title><link>http://www.andreabertolotto.net/Articles/FreeSpaceTester.aspx</link><description><![CDATA[<table width="100%"><tr><td width="60%" style="font-size: 8pt" valign="middle">This small utility was conceived because some of the servers in my network, sometimes are lacking disk space. Being not able to buy new HDs <img src="http://www.andreabertolotto.net/Images/Smilies/wink.gif" />, I decided to write some code to check situation, so I can act as soon as possible and free some space. Having a server with no more space on disk is a very nasty condition and everyone should be alerted before a crash could happen.This was created as a console application so it can run without user intervention, and eventually scheduled using O.S. scheduler.</td><td width="40%" align="right" valign="top"><img src="http://www.andreabertolotto.net/Articles/FreeSpaceTester.png"/></td></tr></table>]]></description><pubDate>Mon, 17 Apr 2006 23:50:25 GMT</pubDate></item><item><title>What I'm workin' on Skype Addon 1.0.0.0</title><link>http://www.andreabertolotto.net/Articles/WhatIMWorkingOn.aspx</link><description><![CDATA[<table width="100%"><tr><td width="60%" style="font-size: 8pt" valign="middle">With MSN Messenger add-in in mind, the one that show what you're listening in Windows Media Player, I decided to code a similar utility to show, in my Skype "mood", what I'm working on (using Visual Studio 2003). I know this seems a bit twisted: using Visual Studio 2005 to code something to get data from Visual Studio 2003. Anyway this was a very quick tool to get the idea working; when I'll be spending most of my time developing in VS2005 probably a sequel to this will follow <img src="http://www.andreabertolotto.net/Images/Smilies/wink.gif" />.</td><td width="40%" align="right" valign="top"><img src="http://www.andreabertolotto.net/Articles/WhatIMWorkingOn.png"/></td></tr></table>]]></description><pubDate>Mon, 17 Apr 2006 23:50:25 GMT</pubDate></item><item><title>SQL Server Password Cracker 1.0.0.0</title><link>http://www.andreabertolotto.net/Articles/SQLPasswordCracker.aspx</link><description><![CDATA[<table width="100%"><tr><td width="60%" style="font-size: 8pt" valign="middle">Being interested in security and cryptography in general, I found myself reading an interesting document about how SQL Server 2000 stores logins passwords. So I decided it could be a valid exercise to code something based on that article. This tool is what I got after some hours coding: select a SQL Server, get password hashes from system tables (you should be a sysadmin), read SHA1 hashes and try to brute force them.</td><td width="40%" align="right" valign="top"><img src="http://www.andreabertolotto.net/Articles/SQLPasswordCracker.png"/></td></tr></table>]]></description><pubDate>Mon, 24 Apr 2006 01:20:32 GMT</pubDate></item><item><title>SQL Server SP4 Blacklisted Words Remover 1.0.0.0</title><link>http://www.andreabertolotto.net/Articles/SP4BlacklistedWordsRemover.aspx</link><description><![CDATA[<table width="100%"><tr><td width="60%" style="font-size: 8pt" valign="middle">Releasing SQL Server 2000 Service Pack 4, Microsoft decided to blacklist some particular words, so you cannot see them while using a profiler against a running SQL Server instance. This tool, intended to be used in development environment, can remove that limitation, allowing to view every query text.</td><td width="40%" align="right" valign="top"><img src="http://www.andreabertolotto.net/Articles/SP4BlacklistedWordsRemover.png"/></td></tr></table>]]></description><pubDate>Sat, 27 May 2006 07:30:32 GMT</pubDate></item><item><title>HTMLDecode User Defined Function in T-SQL 1.0</title><link>http://www.andreabertolotto.net/Articles/HTMLDecodeUDF.aspx</link><description><![CDATA[<table width="100%"><tr><td width="60%" style="font-size: 8pt" valign="middle">Storing HTML in databases requires, usually, HTML encoding. But using this from high level gives you access even to the HTML Decode function. This is not true if we have to deal with this kind of data directly at T-SQL level.</td><td width="40%" align="right" valign="top"><img src="http://www.andreabertolotto.net/Articles/HTMLDecodeUDF.png"/></td></tr></table>]]></description><pubDate>Sat, 27 May 2006 10:28:00 GMT</pubDate></item><item><title>Adds History and Copyright Banner Addin (VS 2003/2005) 1.3/2.1</title><link>http://www.andreabertolotto.net/Articles/AddHistoryBanner.aspx</link><description><![CDATA[<table width="100%"><tr><td width="60%" style="font-size: 8pt" valign="middle">This Visual Studio add-in is intended to maintain an history on C# and VB files edited and modified by developers. It comes in version 1.3 for Visual Studio 2003 and 2.0 for Visual Studio 2005.</td><td width="40%" align="right" valign="top"><img src="http://www.andreabertolotto.net/Articles/AddHistoryBanner.png"/></td></tr></table>]]></description><pubDate>Mon, 31 Jul 2006 09:15:00 GMT</pubDate></item><item><title>Restarts a router using telnet commands 1.1</title><link>http://www.andreabertolotto.net/Articles/RouterRestarter.aspx</link><description><![CDATA[<table width="100%"><tr><td width="60%" style="font-size: 8pt" valign="middle">This is a small application intended to reboot my router using Telnet commands. It can be useful in similar situations.</td><td width="40%" align="right" valign="top"><img src="http://www.andreabertolotto.net/Articles/RouterRestarter.png"/></td></tr></table>]]></description><pubDate>Mon, 31 Jul 2006 12:33:00 GMT</pubDate></item><item><title>Removes strong-signing from assemblies at file level (byte patching) 2.1</title><link>http://www.andreabertolotto.net/Articles/StrongNameRemove20.aspx</link><description><![CDATA[<table width="100%"><tr><td width="60%" style="font-size: 8pt" valign="middle">Describes a working tool designed to remove strong signing from .NET assemblies without recompiling code. This is version 2.1, bug fixed and Vista aware.</td><td width="40%" align="right" valign="top"><img src="http://www.andreabertolotto.net/Articles/StrongNameRemove21.png"/></td></tr></table>]]></description><pubDate>Wed, 18 Jul 2007 23:38:00 GMT</pubDate></item></channel></rss>