Beginners C# Tutorial
This lesson will get you started with C# by introducing a few very simple programs. Here are the objectives of this lesson:
. Understand the basic structure of a C# program.
. Obtain a basic familiarization of what a “Namespace” is.
. Obtain a basic understanding of what a Class is.
. Learn what a Main method does.
. Learn how to obtain command-line input.
. Learn about console input/output (I/O).
Read more
How to use Project Analyzer v8.1
Aivosto Project Analyzer is a professional source code optimization and documentation software tool for Visual Basic developers. This tutorial leads you into the world of advanced code analysis. It assumes knowledge of the Visual Basic language, but no knowledge of code analysis. Project Analyzer v8.1 works with code written with Visual Basic versions 3.0, 4.0, 5.0, 6.0, VB.NET 2002, 2003 and 2005. It also works with the VB.NET code in ASP.NET projects. Analysis of Office VBA projects is possible with VBA Plug.
Read more