Intelligentedu
O mais melhor computador livre novo ELE recursos do Tutorial do treinamento
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanΜεταφράστε στα ελληνικά/GreekПереведите к русскому/RussianOversetter til Norsk/NorwegianÖversätta till Svensk/Swedishहिनà¥à¤¦à¥€ अनà¥à¤µà¤¾à¤¦ करने के लिà¤/Hindi
Tradueix al català/CatalanTulkot uz latviešu/LatvianPreložiť do slovenčiny/SlovakVertaal aan het Nederlands/Dutchترجمة الى العربية/ArabicTraduzca al Español/SpanishTraduisez au Français/French
Traduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese TraditionalПереклад на українську/Ukrainian





Rolo de Blog:


Ligações superiores:

Junho 29, 2009

Treinamento livre para C# visual e. Estrutura líquida

Esteja aqui livre materiais treinar e de estudo para 70-316 de Microsoft e 70-536 exams da certificação, cobrindo Microsoft C# visual e estúdio visual .NET, e a estrutura do dotNet de um perspective do desenvolvimento da aplicação.


Materiais do treinamento para a examinação 70-316 de Microsoft
Os materiais disponíveis aqui são treinamento e estudam dae (dispositivo automático de entrada) para os estudantes que apontam fazer exame do exam 70-316 do MCP: Desenvolvendo e executando aplicações Windows-based com Microsoft C# visual .NET e estúdio visual .NET de Microsoft.

As seguintes limas de curso estão disponíveis:

- Fundo
- A relação de usuário
- Tipos e membros
- Programação e Polymorphism Object-Oriented
- Testar e eliminar erros
- Acesso dos dados
- Criando controles
- Tópicos avançados da estrutura
- Conjuntos, configuração e segurança
- Distribuição


Materiais do treinamento para a examinação 70-536 de Microsoft
Os materiais disponíveis aqui são treinamento e estudam dae (dispositivo automático de entrada) para os estudantes que apontam fazer exame do exam 70-536 do MCP: Estrutura de Microsoft .NET - fundação do desenvolvimento da aplicação.

As seguintes limas de curso estão disponíveis:

- Fundamentos da estrutura
- Saída da entrada
- Texto procurarando , modificar e codificar
- Coleções e Generics
- Serialização
- Gráficos
- Enfiar
- Domínios da aplicação
- Instalando e configurando aplicações
- Instrumentação
- Segurança da aplicação
- Usuário e segurança de dados
- Interoperation
- Reflexão
- Correio

Popularidade: 4% [?]


Related Posts:
  • Free Microsoft .Net Course Modules for Developers
  • Free ASP.NET Training Course
  • Free Training for Visual Basic .Net
  • Free Microsoft Certification MCAD and MCSD Ebooks
  • Best Free Visual Basic Training Resources from Microsoft

  • Tags for this post>> |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 9:59 pm


    May 14, 2009

    Many Programming and IT Certification eBooks

    Here are many, many downloadable Programming eBooks and Certification Preparation Study Manuals and Books for several technologies, including Linux, Sun, Oracle, Cisco, and Microsoft. Many of the topics for these ebooks and prep guides are listed below.


    Technical and Programming Topics of these ebooks:

    - C++ Programming
    - C Programming
    - Java Programming
    - JSP, Struts
    - Web Design
    - PHP and MySQL
    - C# Programming
    - ASP.NET
    - XML
    - DOM
    - UML
    - Agile Development
    - Extreme Programming
    - Algorithms
    - Security and SSCP
    - Linux Kernel
    - Linux Shell Scripting
    - Linux+ Certification
    - Red Hat RHCE Preparation
    - Sun Certification Preparation
    - Oracle Certification Preparation
    - Database Design, SQL
    - Cisco
    - Networking
    - 4G Wireless, WLAN, WPAN
    - 3G Networks
    - System Architecture
    - Microsoft Certification Prep
    - MCSE, MCSA
    - 3D Game Programming DirectX
    - SQL Server
    - Windows Server 2003
    - Visual Basic .NET (VB.Net)
    - Assembly
    - Bioinformatics
    - Fiber Optics
    - Neural Networks
    - Electricity and Electronics
    - AutoCAD

    Popularity: 10% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • Computer and Programming eBooks at Bookgo.org
  • Free Certification Preparation Exams
  • Huge Archive of Certification Practice Exams
  • Freely Available Cisco eBooks

  • Tags for this post>> | | | | | | | | | |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 10:35 pm


    May 13, 2009

    C# Programming Online Book

    Here is an intensive C# tutorial in the form of an online book titled, C# Essentials, hosted by techotopia.com. This C# programming book contains 27 chapters of detailed information that provides everything you need to begin using C# or to increase your C# programming skills and proficiency. C Sharp topics covered include flow control, looping, variables, constants, operators and object-oriented programming (such as inheritance, polymorphism, and abstract classes). Also demonstrated are string manipulation and formatting, and working with arrays and collection of classes.


    C# Essentials Table of Contents:

    About C# Essentials

    The C# Language and Environment
    - A Brief History of Computer Programming Languages
    - What exactly is C#?
    - The Common Language Infrastructure (CLI)
    - Common Intermediate Language (CIL)
    - Virtual Execution System (VES)
    - Common Type System (CTS) & Common Language Specification (CLS)
    - The Framework (Base Class and Framework Class Libraries)
    - Non Microsoft Implementations of the CLI

    A Simple C# Console Application
    - Options for Installing a C# Environment
    - C# Source File Naming Conventions
    - Creating a Sample C# Program
    - Compiling C# Code From the Command Line
    - Executing a Compiled C# Program

    Creating a Simple C# GUI Application with Visual Studio
    - Installing Visual Studio with C# Support
    - Creating a new Visual Studio C# Project
    - Adding Components to the Windows Form
    - Changing Component Names
    - Changing Component Properties
    - Adding Behavior to a Visual Studio C# Application

    C# Variables and Constants
    - What is a C# Variable?
    - What is a C# Constant?
    - C# Integer Variable Types
    - C# Floating Point Variables
    - The C# Decimal Variable Type
    - C# Boolean Variable Type
    - C# Character Variable Type
    - C# String Variables
    - Casting Variable Types in C#

    C# Operators and Expressions
    - What is an Expression?
    - The Basic Assignment Operator
    - C# Arithmetic Operators
    - C# Operator Precedence
    - Compound Assignment Operators
    - Increment and Decrement Operators
    - Comparison Operators
    - Boolean Logical Operators
    - The Ternary Operator

    C# Flow Control Using if and else
    - Using the if Statement
    - Using if else Statements
    - Using if else if Statements

    The C# switch Statement
    - Why Use a switch Statement?
    - Using the switch Statement Syntax
    - A switch Statement Example
    - Explaining the Example
    - Using goto in a C# switch Statement
    - Using continue in a C# switch Statement

    C# Looping - The for Statement
    - The C# for Loop
    - C# Loop Variable Scope
    - Creating an Infinite for Loop
    - Breaking Out of a for Loop
    - Nested for Loops
    - Breaking From Nested Loops
    - Continuing for Loops

    C# Looping with do and while Statements
    - The C# while Loop
    - C# do ... while loops
    - Breaking from Loops
    - The continue Statement

    C# Object Oriented Programming
    - What is an Object?
    - What is a Class?
    - Declaring a C# Class
    - Creating C# Class Members
    - Static, Read-only and Const Data Members
    - Instantiating an Object from a C# Class
    - Accessing C# Object Members
    - Adding Methods to a C# Class
    - C# Constructors and Finalizers

    C# Inheritance
    - What is Inheritance?
    - An Example of Inheritance
    - Creating a Subclass in C#
    - Passing Arguments to the Base Class Constructor

    Understanding C# Abstract Classes
    - What is a C# Abstract Class?
    - Abstract Members
    - Declaring a C# Abstract Class
    - Deriving from an Abstract Class
    - The Difference Between abstract and virtual Members

    Introducing C# Arrays
    - Creating Arrays in C#
    - Declaring a Multidimensional Array
    - Accessing Array Values
    - Getting the Length of an Array
    - Sorting and Manipulating C# Arrays

    C# List and ArrayList Collections
    - What are C# Collection Classes
    - Creating C# List Collections - List<T> and ArrayList
    - Adding Items to Lists
    - Accessing List Items
    - Removing Items From Lists
    - Inserting Items into a C# List
    - Sorting Lists in C#
    - Finding Items in a C# List or ArrayList
    - Obtaining Information About a List
    - Clearing and Trimming C# Lists

    Working with Strings in C#
    - Creating Strings in C#
    - Obtaining the Length of a C# String
    - Treating Strings as Arrays
    - Concatenating Strings in C#
    - Comparing Strings in C#
    - Changing String Case
    - Splitting a C# String into Multiple Parts
    - Trimming and Padding C# Strings
    - C# String Replacement

    Formatting Strings in C#
    - The Syntax of the String.Format() Method
    - A Simple C# String Format Example
    - Using Format Controls
    - As Simple Format Control Example
    - The C# String.Format() Format Controls

    Working with Dates and Times in C#
    - Creating a C# Date Time Objects
    - Getting the Current System Time and Date
    - Adding or Subtracting from Dates and Times
    - Retrieving Parts of a Date and Time
    - Formatting Dates and Times in C#

    C# and Windows Forms
    - Creating a New Form
    - Changing the Form Name
    - Changing the Form Title
    - Changing the Form Background Color
    - Changing The Form Background Image
    - Configuring the Minimize, Maximize and Close Buttons
    - Setting Minimum and Maximum Form Sizes
    - Specifying the Position of a Form on the Display
    - Changing the Form Border
    - Stopping a Form from Appearing the Windows Taskbar
    - Creating a Transparent Form

    Designing Forms in C# and Visual Studio
    - Visual Basic Forms and Controls
    - Double Clicking the Control in the Toolbox
    - Dragging a Dropping Controls onto the Form
    - Drawing a Control on the Form
    - Positioning and Sizing Controls Using the Grid
    - Positioning Controls Using Snap Lines
    - Selecting Multiple Controls
    - Aligning and Sizing Groups of Controls
    - Setting Properties on a Group of Controls
    - Anchoring and Auto sizing Form Controls
    - Setting Tab Order in a Form

    Understanding C# GUI Events
    - Event Triggers
    - Wiring Up Events in Visual Studio
    - Compile and Running the Application
    - Setting Up a C# Timer Event

    C# Events and Event Parameters
    - The Anatomy of an Event Handler
    - A C# EventArgs Example
    - C# EventArg Object Properties
    - Identifying which Mouse Button was Clicked

    Hiding and Showing Forms in C#
    - Creating a C# Application Containing Multiple Forms
    - Understanding Modal and Non-modal Forms
    - Writing C# Code to Display a Non-Modal Form
    - Writing C# Code to Display a Modal Form
    - Hiding Forms in C#
    - Closing Forms in C#

    Creating Top-Level Menus in C#
    - Creating a Top-Level Menu
    - Deleting and Moving Menu Items
    - Assigning Keyboard Shortcuts to Menu Items
    - Programming Menu Items in C#

    Creating Context Menus in C#
    - Adding Context Menus to a C# Form
    - Associating a Component with a Context Menu
    - Programming C# Context Menu Options
    - Compiling and Running the Application

    Building a Toolbar with C# and Visual Studio
    - Creating a Toolbar
    - Adding Tooltip Text to Toolbar Controls
    - Programming Toolbar Controls
    - Changing the Toolbar Position

    Drawing Graphics in C#
    - Persistent Graphics
    - Creating a Graphics Object
    - Creating a Pen In C#
    - Drawing Lines in C#
    - Drawing Squares and Rectangles in C#
    - Drawing Ellipses and Circles in C#
    - Drawing Text with C#

    Using Bitmaps for Persistent Graphics in C#
    - Why Use Bitmaps for Graphics Persistence in C#?
    - Creating a Bitmap
    - Instantiating a Bitmap and Creating a Graphics Object
    - Drawing onto the Bitmap
    - Rendering a Bitmap Image on a Control
    - Changing the Background Color of a Bitmap

    Popularity: 12% [?]


    Related Posts:
  • Free Windows Network Security Book
  • Safari Books Online
  • 6 Free Java Online Books
  • The Algorithm Design Manual
  • 2 Free Book Sites

  • Tags for this post>>



    April 8, 2009

    500 Computer and Progamming eBooks

    Here is an ftp repository containing over 500 Computer and Progamming eBooks, in pdf and chm formats. The topics and areas covered by these computer and programming ebooks are listed below. This site is working fine at this time, but may become busy as it becomes known.


    eBook Topics:

    - Java Programming
    - Java Certification
    - Java Algorithms
    - Wireless and Bluetooth Java
    - Java Performance and Security
    - JSP, Java Servlets, EJB, JDBC
    - C++ Programming
    - C++ Network Programming
    - JavaScript
    - PHP Programming
    - SOAP and Web Services
    - Perl Programming
    - Python Programming
    - XML, XSLT
    - Linux Administration, LAMP
    - Red Hat Linux, Debian Linux
    - Linux Networking, Beowulf Cluster
    - Unix, Solaris
    - Shell Scripting
    - Apache Modules Perl and C
    - Networking, TCP-IP
    - Assembly Language
    - SQL
    - MySQL
    - PostgreSQL
    - DB2 Database
    - Oracle Database
    - Oracle Applications
    - SQL Server
    - Windows Server 2003
    - Windows XP
    - C Sharp (C#) Programming
    - ASP .NET, ADO .Net
    - dotNET (.NET) Programming with Security
    - Visual Basic .NET
    - Windows Forms Programming
    - Active Directory
    - MCSA, MCCE 70-293 70-298 70-299
    - MCAD, MCSD
    - PC Hardware

    Popularity: 10% [?]


    Related Posts:
  • 40 Programming Ebooks
  • Web Programming Ebooks
  • 120 Computer and Network Security eBooks
  • 29 Books and Tutorials for DotNET, C#, VB.NET and ASP.NET
  • 18 Free Computer Ebooks

  • Tags for this post>> | | | | | | | | | | | |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 8:46 pm


    March 28, 2009

    106 Computer and Programming eBooks

    Here is a site repository of 106 Computer and Programming eBooks covering many technical areas and programming technologies, as listed below.


    eBook Topics:

    - C++ programming
    - Networking
    - Java, J2EE, EJB
    - JBoss
    - Perl
    - PHP
    - Java Server Pages (JSP)
    - Design Patterns
    - Database Design
    - XML
    - SQL
    - PostgreSQL
    - MySQL
    - PHP
    - Linux
    - .Net (dotNet)
    - C# (C Sharp)
    - ASP .NET
    - VB .NET
    - VBA
    - Active Directory
    - Windows XP
    - UML
    - Use Cases
    - Project Management
    - Cryptography
    - Data Mining
    - Borland Delphi
    - Artificial Intelligence
    - Assembly

    Popularity: 7% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • 18 Free Computer Ebooks
  • 150 Free Computer Ebooks
  • 246 Freely Available eBooks
  • Over 450 Computer and Programming Ebooks

  • Tags for this post>> | | | | | | | | |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 9:20 pm


    March 21, 2009

    19 Database Tutorials

    The 19 Database Tutorials below are found at devhood.mit.edu and explain how to access and work with databases using C#, VB and XML. Put simply, databases are a collection of records that are structured to meet a specific standard. These, for example, may be records of employees, payroll or even an inventory. Various applications are allowed to manipulate the data stored in a database. These applications can be written in a variety of languages with each language having its own interface to connect to a database. These database tutorials will provide you with tips to get you up and going to start working with database programming.


    General Database Tutorials:

    - Querying an OLAP-datasource using C#
    - Data-Binding Windows Forms with ADO.NET
    - How to copy data from one recordset to another using ADO
    - An Even Smarter Database Manager
    - A Smarter Database Manager for C#
    - Mysql Database: Creation & Usage with C#
    - Using Indexing to Increase Performance
    - Using Connection Pooling in Database Driven Applications
    - SQL Connection Management
    - SQL Server Queries over HTTP with XML
    - Simple SQL Aggregate Functions
    - Constructing SQL Queries - Intermediate Level
    - Database Normalization part II -- Second and Third Normal Forms
    - Database Normalization
    - SQL_Primer
    - SQL Server Stored Procedures
    - Unbound Data Sources with ADO in VB 6
    - Doing an Indexed Search Using 'Containstable', 'Contains'
    - Setting up Full Text Search with Sql Server 2000 Enterprise Manager

    Popularity: 4% [?]


    Related Posts:
  • Lots of PHP Tutorials
  • Tutorials for .Net, ASP and Windows Web Developers
  • Free training for ASP .NET with VB .NET
  • dotNet, Access, SQL Server and Database Design Tutorials
  • Free Training for SQL Server 2005

  • Tags for this post>> | |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 10:42 pm


    March 19, 2009

    Lots of C# Tutorials

    Here you can find lots of C# Tutorials at devhood.mit.edu to learn the C# programming basics to C# advanced. C# (pronounced C Sharp) is a programming language developed by Microsoft and is part of the .NET suite of developer tools for application development. C# is simple to use and is heavily influenced by Java. Besides Microsoft’s native Visual Studio, there are many development tools such as SharpDevelop (which is an open source editor for C#), MonoDevelop (also an open source editor for Linux) and QuickSharp 2008, to name a few. These C# tutorials also guide you through the importance of object-oriented concepts and design patterns in C# programming.


    C# Tutorials:

    - Scheduled Email Reports
    - Namespaces Exercise
    - Creating an Application with Multiple Forms
    - String type object seems to act like a value type even it is reference type!
    - Registry save program
    - A nifty pager control
    - Mersenne Twister
    - Single Instance Applications in WinForms
    - IIS (Internet Information Services) Administration using ADSI and .NET DirectoryServices Namespace
    - DataSet Debugging Utility
    - Design Pattern: Abstract Factory in C#
    - Design Pattern: Factory Method in C#
    - Comparing Data using C#
    - How BinHex Conversions work
    - C# Intro: Arrays and loops
    - C# Intro: Operators, expressions, and conditionals
    - C# Intro: Operators, expressions, and conditionals
    - C# Intro: Variables and standard input
    - C# Intro: Setting up the compiler and a small intro
    - C# Compiler Switches
    - Programming Fundamentals: Collections in C#
    - QuickSort in C#
    - Intro to Basic File I/O Using a Word Counter/Parser
    - Get The User Name In C# For NT Authentication
    - XML Serialization of Collections in C#
    - XML Serialization of Collections in C#
    - File encryption in C#
    - File encryption in C#
    - Design Pattern: Singleton in C#
    - Analog Clock Control
    - CD (Change Directory) Glitch
    - Introduction to .NET Framework
    - Accessing SQL Server Data in C# with ADO .NET
    - Object Serialization and Deserialization in C#
    - Resizing an Image in a PictureBox for Best Fit
    - Drawing Cards with C#
    - NonRectangular Forms
    - Simple Splash Screens
    - User Controls for Windows and the Web
    - Introduction to C# Events
    - Basic overriding and overloading in C#
    - Moving Around in Terrarium
    - Terrarium .NET: Introduction to Creature Development
    - Accessors in C#
    - Serial COM Simply in C#
    - Control the Properties Box with Attributes
    - Creating and Sorting the ListView
    - Web Browser/Content in a C# Application
    - Creating a Windows Service with C#
    - The Dating Game
    - C# Registry Basics
    - Exploring the System.Reflection.Emit Namespace
    - DirectorySize Report - a look at recursion and HTML generation
    - COM Interop: Messenger Auto-Responder
    - String Localization in C#
    - Using Owner Draw to Make an Image List Box
    - Writing Your Own Type-Safe Collection
    - Invisible Windows
    - Utilizing Web Services from within a C# Windows Application
    - The command line compiler C#
    - Self-Detaching Controls in C#
    - Microsoft C# versus Java, Part I
    - Writing Your First C# Application (for beginers)
    - Reading MP3 Headers
    - Embedding and Using Resources in C#
    - Introduction to C# Controls
    - Reading XML Files, Part II
    - Reading XML Files, Part I
    - Drawing with the .NET Framework
    - Using Regular Expressions
    - Creating Custom Web Controls in C#
    - Intro to Constructors in C#
    - Building XML File in C#
    - Asynchronous server socket using C#
    - XML Serialization in C#
    - Sorting Techniques in C#
    - Reading and Writing Files in C# Part 1
    - How to override methods in C#

    Popularity: 5% [?]


    Related Posts:
  • Oracle Databse References and Examples
  • Cheat Sheets and References
  • Lots of Tutorials and 2 .Net Learning Sites
  • Free Certification Preparation Exams
  • Lots of Free Computer Books

  • Tags for this post>> |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 9:31 pm


    February 27, 2009

    dotNET Framework Training Modules from MIT

    Here are 11 excellent free .NET Framework Training Modules from MIT, split into 4 training distributions A- D, as linked below. These .NET tutorials and learning lessons are professionally produced and will impart a great amount of knowledge and understanding of how to code and program using the .NET Framework, C# applications, Object-Oriented software, the CLR, .NET GUI apps, .NET Security, Web Forms with ASP.NET, and XML Web Services. These training modules will help you get going with coding in .NET, or can be used to increase your .NET programming proficiency. Each module has a tutorial with exercises and a slide presentation that can be used as a quick introduction to the concepts in the tutorial.


    Distribution A:

    Introduction to the .NET Framework
    - Tutorial
    - Presentation

    Learning C# programming (C Sharp)
    - Tutorial
    - Presentation

    Writing Object Oriented Software with C#
    - Tutorial
    - Presentation


    Distribution B:

    Introduction to the Common Language Runtime
    - Tutorial
    - Presentation

    Working with the .NET Framework Class LibraryWriting .NET GUI Applications
    - Tutorial
    - Presentation


    Distribution C
    :

    Security and the .NET Framework
    - Tutorial
    - Presentation

    Advanced Common Language Runtime
    - Tutorial
    - Presentation

    Advanced .NET Framework Class Library
    - Tutorial
    - Presentation


    Distribution D:

    Advanced .NET GUI programming
    - Tutorial
    - Presentation

    Web Form Programming using ASP.NET
    - Tutorial
    - Presentation

    XML Web Services
    - Tutorial
    - Presentation

    Popularity: 7% [?]


    Related Posts:
  • Free Microsoft .Net Course Modules for Developers
  • Free Netware to Linux Training from Novell
  • .NET, C#, MCSD, SQL Server, Ajax Ebooks
  • Free Computer, Development, and Technical Ebooks
  • 30 dotNET and Web Dev eBooks

  • Tags for this post>> | | | |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 7:49 pm


    February 25, 2009

    93 C# Tutorials from vcskicks.com

    Here are 93 C# Tutorials, from vcskicks.com, for learning how to program in C# and effectively using the C# programming language in many ways. C Sharp concepts taught by these tutorials include coding Windows Forms, Cryptography, Drawing, C# Data Structures, Randomizing, Launching Hyperlinks, Downloading Files, C# Performance, Code Obfuscation, and C# Code Optimization.


    C# Tutorial Categories:

    - Forms
    - Math
    - Cryptography
    - Drawing GDI+
    - Files & Data
    - ASP.Net
    - Web
    - Miscellaneous
    - Reading


    Windows Forms:
    - Windows 7 Style Form
    - Image Button
    - Password Textbox
    - Launch EXE from Memory
    - Bind Window to Screen
    - Cross-Thread Operations
    - Dynamic Controls
    - Drop-Down Dialog
    - Align User-Interface Programmatically
    - Single-Instance Applications
    - Vista-Style Task Dialog
    - Splash Screens
    - Remove Windows Form Titlebar
    - Custom Control Properties
    - Fading Windows Form
    - Animated Windows Forms
    - Angle and Altitude Selector - Photoshop Style Custom Controls
    - Numbers-Only Textbox
    - Click-and-Drag Form
    - Custom Shape Form - Transperancy
    - Custom Shape Form - Region
    - Capture Screen (download now)
    - Drag-and-Drop (download now)
    - Screen Locker (download now)

    Math:
    - Greatest Common Denominator
    - Calculate Slope of Line
    - Calculate Distance Formula
    - Simplify Square Roots
    - Converting Degrees and Radians

    Cryptography:
    - Xor Encryption
    - True Random Numbers
    - Encryption Class (download now)

    Drawing GDI+:
    - Convert Color and uint
    - Draw Translucent Image
    - How to Load Image Files
    - Icon Extractor
    - Improved 3D Drawing with GDI+
    - Four-Point Image Distortion
    - Fast Image Processing
    - Display GIF Animations
    - Euler 3D Rotation and GDI+ 3D Drawing
    - Sorting 2D Points

    Files and Data:
    - Write a Binary File
    - C# Priority Queue
    - C# AVL Tree
    - C# Binary Search Tree
    - C# Skip List
    - KeyValuePair
    - Faster Bucket Sort
    - C# Dictionary
    - C# Iterators
    - C# HashSet
    - Bucket Sort
    - Convert C# Array to String
    - Palindrome String Function
    - Set DataGridView Selection
    - How to Create Strong-Type DataSet
    - Randomize Array List
    - Convert Bytes to File-Size
    - The C# Data Structures
    - String Processing C# Functions Library
    - Uploading a File with FTP
    - Scanning Through a Hard Drive
    - Read Text File
    - Compress Data (download now)

    ASP.Net:
    - Ajax Control Toolkit
    - ASP.Net MessageBox

    Web:
    - Launch C# Hyperlink
    - Extract Links
    - URL Checker
    - Download File FTP
    - Download File HTTP
    - The Link Cloaker
    - Get Server Real-Time (download now)

    Miscellaneous:
    - Code Region
    - Disk Drive
    - C# Test Performance
    - Question-Mark ? Operator
    - Generate GUID
    - Save TreeView State
    - Loop Time
    - Application Optimizing Utility
    - Assembly Custom Reference Path
    - Unique Hardware ID
    - Detect .Net Framework
    - Time Calculator (download now)

    Reading C# Documentation:
    - XML Documentation
    - C# Component Guideline
    - C# Code Obfuscation
    - Upgrading to Visual Studio
    - Using Professional Icons
    - C# Programming Language of Choice
    - 7 Ways to Optimize C# Code

    Popularity: 4% [?]


    Related Posts:
  • 5,000 pages of Software and Computer Tutorials
  • Lots of PHP Tutorials
  • PHP Programming Tutorials
  • Perl Programming Tutorials
  • 222 Open Source Online Books and Tutorials

  • Tags for this post>>

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 6:02 pm


    December 24, 2008

    C# Data Structures Tutorial

    This is a C# Data Structures Tutorial, from theparticle.com, showing code C# examples related to data structures. If you’re familiar with C, C++, or Java you will find this C# tutorial easy to use and learn from. It teaches data structures, algorithms, and other high level concepts. Knowledge of these basics will help you to become a better C Sharp programmer. This tutorial will also show you how to, compile and run C# programs.

    C# Topics covered:
    - Variables
    - Arrays
    - Array Stack
    - Array Queue
    - Array List

    Popularity: 8% [?]


    Related Posts:
  • An Introduction to Data Structures with C++
  • Java Data Structures Tutorial
  • Tutorial Lessons for C, C++, C#, and Java
  • Python Data Structures and Algorithms Book
  • Data Structures Course Slides

  • Tags for this post>>

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 5:17 pm


    October 22, 2008

    31-Lesson C# Tutorial with Code Examples

    Here is a nice 31-lesson C# Tutorial and 25 good C# Coding Examples, both from java2s.com. The C# tutorial covers topics such as Data Type, Operator, Statement, String, struct, Class, Operator Overload, delegate, Attribute, Data Structure, File Directory Stream, Preprocessing Directives, Regular Expressions, Generic, Reflection, Thread, Internationalization, GUI Windows Forms, Design Patterns, XML, ADO.Net, Network, Directory Services, and Security. To become a proficient C# programmer you will need to fully understand these CSharp concepts and programming constructs.


    C# Programming Tutorial

    1. Language Basics
    2. Data Type
    3. Operator
    4. Statement
    5. String
    6. struct
    7. Class
    8. Operator Overload
    9. delegate
    10. Attribute
    11. Data Structure
    12. Assembly
    13. Date Time
    14. Development
    15. File Directory Stream
    16. Preprocessing Directives
    17. Regular Expression
    18. Generic
    19. Reflection
    20. Thread
    21. I18N Internationalization
    22. GUI Windows Forms
    23. 2D
    24. Design Patterns
    25. Windows
    26. XML
    27. ADO.Net
    28. Network
    29. Directory Services
    30. Security
    31. unsafe


    C# Programming Coding Examples

    1. 2D Graphics
    2. Class Interface
    3. Collections Data Structure
    4. Components
    5. Data Types
    6. Database ADO.net
    7. Design Patterns
    8. Development Class
    9. Event
    10. File Stream
    11. Generics
    12. GUI Windows Form
    13. Language Basics
    14. LINQ
    15. Network
    16. Office
    17. Reflection
    18. Regular Expressions
    19. Security
    20. Services Event
    21. Thread
    22. Web Services
    23. Windows
    24. XML
    25. XML LINQ

    Popularity: 9% [?]


    Related Posts:
  • Tutorial Lessons for C, C++, C#, and Java
  • 15 Easy-To-Follow Lessons in Web Design and Development
  • Learn to Program Tutorial using Ruby
  • C++ Maniac: Daily C Coding Lessons using Visual Studio
  • Java Programming Lessons and Exercises

  • Tags for this post>> |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 12:06 pm


    August 29, 2008

    Free C# Programming eBook from Programmersheaven

    The Programmer's Heaven C# School Book is a freely available ebook that covers the .NET framework and the C# programming language. This C# programming ebook will teach you the basics of C# programming, along with object oriented programming techniques. It also takes you through many of important C# development topcis such as interfaces, exceptions, delegates, ADO.NET database access, building Windows forms applications, multi-threading, and asynchronous I/O. New features of C# 2.0, including generics, are also reviewed. This free C# ebook is in pdf format, 338 pages in length, and its file size is 3.6mb.


    Chapters of Programmer's Heaven C# School ebook:

    • Introduction
    • C# Language Fundamentals
    • Classes and Objects,
    • Inheritance & Polymorphism
    • Structures, Enumeration, Garbage Collection & Nested Classes
    • Abstract Classes & Interfaces
    • Arrays, Collections & String Manipulation
    • Exception Handling
    • Delegates & Events
    • WinForms & Windows Applications
    • More Windows Controls & Standard Dialog Boxes
    • Data Access using ADO.Net
    • Multithreading
    • The File System & Streams
    • New Features In C# 2.0

    Popularity: 11% [?]


    Related Posts:
  • Free Computer Book Chapters and a Free Book Link Site
  • 35 Free XML Book Chapters
  • 30 Free C# Book Chapters
  • 32 Free Visual Basic .Net Book Chapters
  • Free Books on Linux, Microsoft MCSE, Cisco, and more

  • Tags for this post>> |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 10:52 pm


    September 23, 2005

    FAQs for C, C++, Java, C#, VB.Net, ASP.Net, XML, HTML, Oracle, SQL PL, SAPs

    Here is a collection of FAQs (Frequently Answered Questions) covering C, C++, C#, Java, VB.Net, ASP.Net, XML, HTML, IBM, Testing Tools, Oracle, PL/SQL, SAP, and Seibel.


    Techguider:
    www.techguider.co.nr

    Popularity: 5% [?]


    Related Posts:
  • Free Computer Development and I.T. Books
  • FAQs, Help, Documentation and Tutorials from Dmoz.org
  • 50 Most Popular Posts on Intelligentedu.com's Blog
  • Tutorials for VB.NET, XML, .NET, Web-Based UI, Java, ASP.NET, C#, Oracle 9i
  • 400 Oracle Database FAQs and Tutorials

  • Tags for this post>> | | | | | | |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 12:48 pm


    Powered by WordPress