Articles in the Tutorial Category
General, Genral, Tutorial »
Creating A setup For a Windows Application
Some one has asked me today that how can I create a setup for a windows application in VB.Net so in order to answer the question I have prepared an article which I am sharing with you all hoping it will be of any help to others to running into the same problem.
The one thing I would like to clear is that creating setup for a windows application is not based on any language.
We need to follow the following Steps, in order to …
Asp.net, Tutorial »
Hi All, I am Developing this Application just to help a newbie in the technology and even many of my students have asked me for the application which will demonstrate them how to use a progress bar in C#.net for a windows application. So here is a small application which will solve the purpose. So Here Is the application and description how to develop the application.
1. Create a New Project in VS 2008 or above as per your convince I have installed VS 2008 so I am using that if …
Silverlight, Tutorial »
From my last article on Silverlight we have seen that the Silverlight is meant for both Developer and Designers at bit differently from each-other.
A Developer needs following
Set up an IDE
An Editor to create an XAML and managed code
Moreover, SDK
A designer needs to install some designer tools and a development environment which work with XAML.
How to Set Development Environment
To go with the following I advice you to go first with following link : http://www.silverlight.net/GetStarted
Following are the steps direct how to Set up the Environment?
Install Visual Studio 2008 with Visual …
