RSS Feed
TOP

Three tier architecture with code



Read more »
TOP

Desktop Shortcut Menu

This is a desktop organizer that helps users to free the desktop from icons folders and file by moving them to the menu. Desktop shortcut menu is a one-click way for launching any user-defined program. It can launch programs, shortcuts, URL's, email shortcuts and much more.
No need for any installation or setting.






TOP

Free inventory management software


Read more »
TOP

Invoice Management System

This is FREE application developed using n-Tier architecture. I have used n-Tier architecture to demonstrate performance, scalability and better control for future development.
In N-Tire each layer interacts with only the layer directly below and has specific function that it is responsible for.
This application is invoicing system that allows you to create and manage invoice easily. I have keep user interface very simple and very easy for customization.

Use it provide me your feedback.


 



TOP

Debugging Stored Procedure

Introduction

Debugging is a necessary process in almost any new software development process.
We write complex business logic in store procedure and many companies using store procedure extensively. One of my ERP project have stored procedure which has more then 50 thousand lines and it was very difficult for me to debug them. I had struggled with really challenging bugs in my SQL store procedures. I had been spending many days and sometime weeks just to figure out the exact error for my store procedures.
I am sharing my experience so that you can gain from knowledge and improve your debugging skill for SQL store procedure.
Reader is assumed to have basic knowledge of Visual Studio and SQL store procedures.


Read more »