RSS Feed
TOP

How to check windows application is running in IDE or as EXE

This is one the most useful post I have ever written, and I am sure you will find it useful.
In Windows Application some times we may need to check whether our application is running in IDE or is running as EXE.
A typical example would be, developer may need to provide user name and password every time he runs the windows application from IDE. As a developer I always use developer/administrator account while developing any windows application.


Read more »
TOP

Facebook tips to write your status or comment in blue text

I like facebook very much and always try to be in touch with my friend using facebook. One of my new friend Manish has teach me hot to write my status or comment in blue text which I am sharing with you. I hope you like it.

Want to Write YOUR Status/Comment in Blue Text:
Copy and Paste This On Your Wall:
@+@+[0:[120251138048541:0: "YOUR TEXT" ]+]
...
Replace "YOUR TEXT"
with whatever you want to write in "BLUE"...

"And Remove all the "+" signs."

It works only on profile walls not in groups.

TOP

Hint text in textbox control



Read more »
TOP

Website performance checking



Read more »
TOP

Game development in Microsoft Visual Studio with source code



I love paying games. 
My friend has sent me game which is developed using visual studio. I am sharing with you and am sure you like it.
This game has used advance GDI+ graphics, vector scrolling, pickups, modern upbeat music and heaps of other special effects. 

The all very powerful FMOD sound engine is implemented for MP3 music and wav sound effects. It is written in Visual Basic 2008.




Read more »
TOP

Typing Assistant AutoCompletes Utility








This FREE utility is for fast and accurate typing in any application. You effort will be reduce and you will be free from the pain of laborious typing.

Read more »
TOP

ASP.NET Page Event Life Cycle

In this article, we will explore the various events that occur when an asp.net 2.0 page is requested from the server. Before exploring that, let us briefly take a look at the various components that participate in the request and response model for asp.net pages.

When a request is made to the server using HTTP (GET), IIS receives the request and passes it to the asp.net engine (dll) that compiles the page that is requested. The request passes through two sections:

Read more »
TOP

Sending mails without mail server in asp.net

This summary is not available. Please click here to view the post.

Read more »
TOP

SQL Server Interview Questions and Answers


Here I am providing some SQL server interview questions which are very helpful in interviews. 
Interview Questions and Answer contains questions from beginner to advance users. 
Many of my friends have asked me to write on SQL server where they can get all the information to be a good database developer. 


Read more »
TOP

Free Blogger Templates



Read more »
TOP

Tips to speed or improve or increase your computer performance by optimizing your system

Providing you simple tips and tricks which will surely increase your computer performance
  1. Let your PC boot up completely before opening any applications. 
  2. Refresh the desktop after closing any application. This will remove any unused files from the RAM
  3. Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).
  4. Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM
  5. Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.
  6. Delete the temporary internet files regularly.
  7. Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.
  8. Always make two partitions in your hard drive. Install all large software (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.
  9. When installing new software disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.
  10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum.
       I welcome your comments
       www.facebook.com/FreeSourceCode


 

TOP

Learning Visual Basic .NET with Samples source code

People often asked me about how to program in VB.NET. The best way to start learning is from examples. Its fun, easy, and very addicting as you being to learn the ins and outs of Visual Basic .NET.
 
The next generation of Visual Basic, Visual Basic .NET is designed to be the easiest and most productive tool for creating .NET applications, including Windows applications, Web Services, and Web applications.
College or university students who are taking VB related courses should find this useful.
 

Read more »
TOP

Connection string builder generator for any data source like SQL Server Oracle Microsoft Access OLEDB Etc using visual basic .Net

Generally, one of the first steps when you are trying to work with databases is open it. Each has a different mode of connection. When you try to connect with your database sometimes, you do not know the correct connection string that you must use. It is for that I have written this application.

Read more »
TOP

Building N-tier multitier architecture in .Net application with source code , distributed database application

Introduction

Many people e-mail me regarding a tutorial or an article for N-tire architecture in .Net, so I have decided to write on the subject. This will explain you with the help of source code.
It's good practice to explain with an example, so I have attached a small project with source code where I used N-tire.

Read more »
TOP

Login Control

I have created login screen which is using visual basic 6 and access to authenticate user.
Provided code will connect to the access database to check for the user authentication. 

Once the user name and password is entered by the user system will validated and if its match with the database you will be allow entering in the application.
Source code is attached and which is self explanatory.




TOP

Extended Datagrid View Sample


This article will help you to understand how you can extend the DataGridView class. To provide edit functionality in DataGridView it is very much necessary to provide various controls inside DataGridView. Many readers have asked me to provide code so that they can use it with their existing application.

I am using DataGridView since long and sometime default functionality provided is very limited for DataGridView. I have extended Data Grid View for additional functionality.

Read more »
TOP

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

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 »
TOP

Service Oriented Architecture and Web Service

Definition
Service Oriented Architecture is a type of architecture whose goal is to accomplish loose coupling among interacting software agents/services”. A service is a unit of work performed by a service provider to achieve expected end results for a service consumer. Both provider and consumer are functions layered by software agents on behalf of their owners. Service Oriented Architecture is a fresh paradigm which supports modularized implementation of services (business logic). This architecture is especially relevant when multiple application programs running on varied technologies and platforms have to communicate with each other.


Read more »
TOP

Product Management in C# (Source Code)

This small Product Management is of using C#.
Application will perform all CRUD operation like Add/View/Edit/Delete.
Access database is included with attachment. Feel free to ask me about more source code or any kind of feedback.