Skip to content

Tag Archives: download

How to break or recover password for Tally 4.5 accounts

26-Sep-08

Here is an simple patch for Tally 4.5. If you have lost your password, you can use this tool to unlock/recover tally account/company data file and access them again. It works only for basic security level (if the file is encrypted then this tool does not work). Complete steps are written in the readMe.rtf inside [...]

TFS – Free Text search in History Objects

29-May-07

It’s a best practice to add comment when you do check-in to the source control. A text comment is associated with the change you made to the item. Some of the times you need to find a particular comment, but the View History tool available with Visual Studio/TFS is limited that you can’t make a [...]

Webservices PowerPoint Presentation

06-Jan-07

My presentation on WebServices Basics is available for download to the *valuable visitors* of my blog. Here is the content: Web services – Definition: A web service is a collection of protocols and standards used for exchanging data between applications or systems. Characteristics Demo: Writing a simple WebService in Visual Studio 2005 & Consuming WebServices [...]

3D Full Screen Window and Dynamic XAML Sample with WPF

01-Dec-06

One nice feature of WPF (Windows Presentation Foundation, .Net 3.0) is the integration of 3D library with the existing framework. Today I worked with Viewport3D class. This class handles it all for managing 3D views. The “Hello World” example I coded here basically demonstrates three features: Loading XAML dynamically at runtime Playing with 3D objects [...]