Search for: free pdf tutorials on visual basic studio 2005 net
Related Programming Resources
- C# Cookbook Regular Expressions Included in the .NET Framework Class Library is the System.Text.RegularExpressions namespace that is devoted to creating, executing, and obtaining results from regular expressions executed against a string. Regular expressions take the form of a pattern that can be matched to zero or more characters within a string. The simplest of
- Introduction to Design Patterns in C# This is a practical book that tells you how to write C# programs using some of the most common design patterns. It also serves as a quick introduction to programming in the new C# language. The pattern discussions are structured as a series of short chapters, each describing a design
- A Graphical Grid Monitoring Tool in Java There is a tremendous need for supercomputing in the industry as well as in academia. This has lead to a great demand in high performance computers. The main drawback of these supercomputers is their exorbitant price. Academic institutions, developing countries and small private institutions may find supercomputers prohibitively expensive. As
- Migrating Atlas to ASP.NET AJAX Migrating Atlas applications to ASP.NET AJAX sounds like a rather hard and messy task; all applications have to be changed. However, in most cases, not much effort is required for the migration. There are several reasons for this. First, the most important features of Atlas changed only marginally in ASP.NET
- Introduction to Network Programming using C/C++ - Prior knowledge of C programming is expected - The lecture is for a beginner in network programming - Sample code shown are for unix environment ... - Parsing command line parameters - Address structures used by network programming APIs - Address Conversion/Resolution functions - Byte Order Conversion - Socket types and creating a socket - Making TCP connections -