RSS Feed
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 »