Tutorials Forums
     Tutorials Videos
        Sign Up Now For FREE

Articles tagged with: Visual Studio

14
April
2011

How To Download And Install Async CTP
5.0/5 rating (1 votes)

Overview


The original Async CTP from PDC 10 brought asynchronous programming to C# and Visual Basic in Visual Studio 2010. This refresh introduces the following:
  • Compatible with Visual Studio 2010 SP1, which is now required.
  • Compatible with non-English installations of Visual Studio and with Visual Studio Express.
  • Enables asynchronous development for Windows Phone 7.
  • Includes various bug-fixes and changes, detailed in the Readme and documentation.
  • Includes a new EULA for production use. Note - This license does not constitute encouragement for you to use the CTP for your production code. The CTP remains an unsupported and use-at-your-own-risk Technology Preview. However, we’ve received many requests from developers to use the CTP for production code, and so have changed the license to allow that.

System Requirements


  • Supported Operating Systems:Windows 7;Windows Server 2003;Windows Server 2008;Windows Vista;Windows XP

Instructions


  1. Click the Download button to start the download.
  2. Do one of the following:
    • To start the installation immediately, click Open or Run this program from its current location.
    • To copy the download to your computer for installation at a later time, click Save or Save this program to disk.

Additional Information


Prerequisites
  1. If you have the previous Async CTP on your machine, uninstall it first. (Go to ControlPanelUninstall a programView installed updates. Search for updates with "Async" in their names, and uninstall all of them.)
  2. If you want to do phone development, install Windows Phone Developer Tools. If you’re using Windows Phone Developer Tools RTM version and Visual Basic, you should also install Visual Basic for Windows Phone Developer Tools (this will not be required with the next version of Windows Phone Developers tools).
  3. Install Visual Studio 2010 SP1. (Note: You must install Visual Studio 2010 SP1 after the phone tools. If you installed Windows Phone Developer Tools after SP1, you’ll need to reinstall SP1



Download and Installation

Follow these three steps, in order, to prepare your computer for the CTP:

1. If you have the previous Async CTP on your computer, uninstall it first. To do this, go to Control Panel > Uninstall a program > View installed updates, search for the two updates with “Async” in their names, and uninstall both of them.

2. If you want to do Windows Phone 7 development, install the Windows Phone Developer Tools. If you are using Visual Basic, also install Visual Basic for Windows Phone Developer Tools.

3. Install Microsoft Visual Studio 2010 Service Pack 1. You must install the service pack after you install the Windows Phone Developer Tools. If you installed Windows Phone Developer Tools after installing the service pack, you’ll need to reinstall the service pack.

Once you have completed the steps above, download and install the Visual Studio Async CTP (SP1 Refresh).

21
September
2010

How to create URL shorten in CSharp
4.3/5 rating (9 votes)

Introduction
In this article we will see how to create URL shorten in CSharp.

29
July
2010

How to use visual studio 2010 Keyboard Shortcuts for C#, VB, C++, F# Now Available
4.6/5 rating (10 votes)

The Visual Studio keyboard shortcut posters are always very popular and are now available for Visual Studio 2010!

download-now

VISUAL C#

csharp

04
July
2010

How To Use RSS Reader in CSharp
4.3/5 rating (8 votes)

In this article lrean : How To Use RSS Reader in CSharp

To Start with:
  1. Create new Windows Apllication Project (Ctrl + Shift + N).
  2. Add Button,progressBar, WebBrowser and lable Control in Main form
  3. use Sample code in button's
  4. Run project.

RSS Reader

03
July
2010

How To Downloading website images automatically
4.3/5 rating (6 votes)

In this article lrean : How to get Downloading website images automatically

To Start with:
  1. Create new Windows Apllication Project (Ctrl + Shift + N).
  2.  Add Button,progressBar,folderBrowserDialog, WebBrowser and lable Control in Main form
  3. use Sample code in button's
  4.  Run project.