Programming Tutorial On The Way

free online programming resource on dotnet, csharp, web related topics

New Framework again from microsoft. The Microsoft .NET Framework 3.0 (formerly known as WinFX), is the new managed code programming model for Windows. It combines the power of the .NET Framework 2.0 with new technologies for building applications that have visually compelling user experiences, seamless communication across technology boundaries, and the ability to support a [...]

Popularity: 2% [?]

PHP Designer 2007 Personal 5.1

A little out of topic of csharp programming, but never mind. I will post the tools for programming use.
PHP DESIGNER is a powerful freeware IDE for coding PHP for both professional and novice alike.
Designed to help accelerating and enhance the process of edit, debug, analyze and publish PHP scripts all wrapped into a sophisticated streamlined [...]

Popularity: 2% [?]

Microsoft Robotics Studio 1.0

Microsoft Robotics Studio is developed to supply a software platform for the robotics community that can be used across a wide variety of hardware, applicable to a wide audience of users, and development of a wide variety of applications. As a platform, our intent is also to enable a third parties to supply support for [...]

Popularity: 1% [?]

What we need to develop the dotnet application is dotnet framework. The Microsoft® .NET Compact Framework 2.0 SP1 Redistributable contains the common language runtime and class libraries built for the .NET Compact Framework. In addition to supporting version 2.0, it also supports applications developed for version 1.0 and service pack releases before version 2.0.
Popularity: 1% [...]

Popularity: 1% [?]

Writing a TCP Server

You need to create a server that listens on a port for incoming requests from a TCP client. These client requests can then be processed at the server, and any responses can be sent back to the client.
Popularity: 4% [?]

Popularity: 4% [?]

Writing a TCP Client

You can use the TcpClient class to connect to and converse with a TCP-based server by passing the address and port of the server to talk to, as shown in the snippet code below:
Popularity: 4% [?]

Popularity: 4% [?]

Obtaining the HTML from a URL

You need to get the HTML returned from a web server in order to examine it for items of interest. For example, you could examine the returned HTML for links to other pages or for headlines from a news site.
Popularity: 2% [?]

Popularity: 2% [?]

Handling Web Server Errors

You have obtained a response from a web server and you want to make sure that there were no errors in processing the initial request, such as failing to connect, being redirected, timing out, or failing to validate a certificate. You don’t want to have to catch all of the different response codes available.
Popularity: 2% [...]

Popularity: 2% [?]

« Previous Entries