Tools

Automated ClickOnce Deployment of a WPF Application using Appveyor Members Public

This post covers the current deployment setup of CLAL(Command Line Application Launcher), a desktop application, that I am building. Since it is a WPF application, it supports ClickOnce Deployment that enables to create self-updating applications which can install with minimum interaction from the user. ClickOnce supports different deployment strategy

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Tools

Setting up AutoHotkey to Speed up Trivial Tasks Members Public

A lot of trivial tasks that we do daily on our computer can be automated to make it faster and reduce the number of keystrokes (as they are limited). AutoHoykey(AHK) is an excellent tool to automate a lot of these and is one of my favorite tool. I use

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

Tools that I use Members Public

A list of tools that help me with the day to day life/work.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Tools

Staying Organized: Finding a system to manage it all Members Public

In our busy lives, with multiple roles to play at home and work, everyone needs to have some kind of system to keep things organized and stay on top - **to have control. **I've been always amazed on how my father stays organized with all the things with

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

Converting a PDF for your Kindle Members Public

Earlier I had blogged about reading an eBook vs reading a hard copy and I was preferring the hard copy one back then. But after getting a Kindle things have changed. I prefer MOBI now, as that is the one that is supported by Kindle. I think a Kindle needs

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Tools

Giveaway : Get a license of your choice from Syncfusion Members Public

Often we run up into the need for third party controls to give your apps/sites that extra edge that all of us are looking for. Syncfusion provides an excellent collection of controls for various platforms, details of which you can find here . Syncfusion was generous enough to giveaway a

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Tools

C# google image search Members Public

Need not much of an explanation I guess. The title has it all.... ....a C# API for searching images from google. Works on Regex for matching the image URL from the HTML returned for the image tag search.This might stop working anytime google changes the formatting. Even the current

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

Synchronize SQL Server database objects Members Public

Updating an old database, with newly created/modified database objects(mostly stored procedures,views,functions and table value parameters), from a new database was a very common,tedious,error prone task that was performed at my workplace for the past few months.This came up with the client requesting to

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet