Tutorials
ASP Tutorials

XML Tutorials
Javascript Tutorials
CSS Tutorials
HTML Tutorials
Perl Tutorials
PHP Tutorials
C/C++/C# Tutorials
Java Tutorials
Visual Basic Tutorials

Sedo - Buy and Sell Domain Names and Websites project info: softwaresourcer.com Statistics for project softwaresourcer.com etracker® web controlling instead of log file analysis


C#/C++ Tutorials - Improve your understanding of C# .Net



Welcome to the C#/C++t tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on C#/C++ and related languages from all over the internet. If you have any questions about C#/C++ programming or would like .Net Development done for your company please complete our free IT quotes form. If you are a company who takes on C#/C++ projects and would like to receive leads from people looking for C#/C++ or other .Net work please complete our IT suppliers partner form.



Adding the foreach construct to Managed C++
Visual Basic developers are well aware of the foreach construct, but unfortunately, it's absent from Managed C++. Here's a look at how you can add it to your C++ arsenal...


.NET Event Handling using the Template Method Design Pattern
Microsoft .NET event handling, in common with typical object-oriented frameworks, is implemented using the well-known Observer design pattern...


All About: File I/O in C++
This tutorial will start with the very basis of File I/O (Input/Output) in C++. After that, I will look into aspects that are more advanced, showing you some tricks, and describing useful functions...


Changing Target Web Service At Runtime
Some times it may happen that after deploying the web service client the web service is moved to some other location. It would be nice to allow configurable URL so that even if original web service is moved your clients need not be recompiled...


Event Handling in .NET Using C#
In this article I discuss the event handling model in .NET using C#...


How to Compile C# Programs and Compiler Switches
Compiler CS0234 Error "The type or namespace 'WinForm' does not exist in the class or namespace 'System' ". You go through the code again and again and find no mistakes but still the compiler keeps on crying CS0234 Error. This article contains some tips a...