If you are a web developer or .Net blogger, you may want to run Apache and IIS on your dev machine. There are two ways to do this:
1. Keep IIS as it is and update XAMPP for different port
2. Keep XAMPP as it is and update IIS for different port
Let us see how to implement each case step by step.
Tag: windows
Create Windows Service quickly using .NET
Generally some tasks are required to be scheduled or dependent on the time. So this can be performed easily using windows service. Here are the steps to create windows service quickly.
Windows Form Localization in .NET
This article explains the steps to implement localization for windows app using .NET
1. Design the interface by using table layout panel.
2. Change the localizable property of form to true.