Archive for October, 2007

Saturday, November 29, 2008 10:16

Interesting articles (October 26)

How to quickly view the public key for an assembly in the output window
Speed up Visual Studio 2005
Create Your Own Visual Studio 2005 Item Templates
Creating Zip archives in .NET (without an external library like SharpZipLib)
Visual Studio 2005 or 2008? What’s more risk?
10 reasons you should consider WPF for your next desktop application

Bookmark It

Hide Sites

$$(‘div.d834′).each( function(e) [...]

Saturday, November 29, 2008 10:16

SVN Time-Lapse View

SVN Time-Lapse View

SVN Time-Lapse View is a cross-platform viewer that downloads all revisions of a file and lets you scroll through them by dragging a slider. As you scroll, you are shown a visual diff of the current revision and the previous revision. Thus you can see how a file evolved, and you can easily find the [...]

Saturday, November 29, 2008 10:16

10 awesome Windows Live Writer plugins for developers and bloggers

I’ve made this list of 10 plugins for Windows Live Writer. Some of these plugins will help beatify your published code, while others will help you create code archives or retrieve a link from MSDN.
Insert Code for Windows Live Writer – Insert Code for Windows Live Writer will format a snippet of text in a [...]

Saturday, November 29, 2008 10:16

SSMS Tools PACK

SSMS Tools PACK contains a few upgrades for Microsoft SQL Server Management Studio and Microsoft SQL Server Management Studio Express.
Features:   

Execution History (Soft Source Control) – Every statement that you run is logged in a file on your disk or in a table in a database that you specify.
Text [...]

Saturday, November 29, 2008 10:16

Multi-protocol tabbed desktop client for remote connections

Multi-protocol tabbed desktop client for remote connections

Terminals is a multi-protocol tabbed desktop client for remote connections.  Right now it can support all of these connection types (simultaneously):

RDP – Microsoft’s Remote Desktop aka Terminal Services
VNC – Virtual Network Computing
VMRC – Virtual Machine Remote Control
RAS – Remote Access Service (VPN, Dialup)
Telnet – Telecommunication Network
SSH – Secure Shell [...]

Saturday, November 29, 2008 10:16

Shaped Windows in WPF

Shaped Windows in WPF

In previous versions of Microsoft .Net Framework, creating shaped windows was a time-consuming process that involved Win API calls.Not anymore – one of the modern  aspects of WPF is that you can make  non-rectangular windows in simple way.Creating shaped forms works in the following manner.First, you create an image, which, when we are finished, will [...]