How to check windows application is running in IDE or as EXE
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.
Typing Assistant AutoCompletes Utility
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:
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.
Tips to speed or improve or increase your computer performance by optimizing your system
- Let your PC boot up completely before opening any applications.
- Refresh the desktop after closing any application. This will remove any unused files from the RAM
- 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).
- Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM
- Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.
- Delete the temporary internet files regularly.
- 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.
- 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.
- 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.
- 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.
College or university students who are taking VB related courses should find this useful.
Building N-tier multitier architecture in .Net application with source code , distributed database application
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.
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.
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.
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.
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.