Intelligentedu
Free Computer and I.T. Books


 



     Blog Roll:


     Top Links:

February 13, 2011

171 C# and dotNET ebooks

Here are 171 C# and . NET ebooks, along with some covering VB .NET and ASP .NET. These will help you learn and become a better C Sharp and dotNET developer.

Popularity: 2% [?]


Related Posts:
  • .NET, C#, MCSD, SQL Server, Ajax Ebooks
  • Ebooks for .NET, .NET Certifications, SQL Server, and AJAX
  • 30 dotNET and Web Dev eBooks
  • 18 Free Computer Ebooks
  • 403 Downloadable Computer and Programming eBooks

  • Tags for this post>> | | |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 7:43 pm


    January 29, 2011

    12 eBooks - Mobile, ASP .NET, C#, PHP, SQL Server

    Here are 12 programming ebooks as listed on a google search, covering mobile and iPhone app development, ASP .Net, C#, dotNET, F#  and PHP programming, as well as SQL Server and MS Access.


    ebook topics
    :

     - Mobile Web Programming
     - iPad and iPhone Development
     - ASP .NET and Silverlight
     - ASP .NET and MVC 2
     - dotNET Application Programming
     - F# (F Sharp) Programming
     - ASP .NET and C# for .NET 4 Framework
     - Silverlight and C# Programming
     - PHP Programming
     - SQL Server and SQL Server 2008
     - Microsoft Access 2010

    Popularity: 2% [?]


    Related Posts:
  • Free Computer and Programming Ebooks
  • Linux, Java, C++ Programming eBooks
  • Phoenix eBook Library
  • Ebook Links from eBooksPortal.org
  • More Programming, IT, and Computer eBooks and Books

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

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


    January 25, 2011

    2 more C# Programming Books

    Here are two more C# Programming books at google books, with the links to all available chapters. This is the 3rd and final post for C# google books. Here are the first and second posts.


    C# Essentials
    Concise but thorough, this second edition of "C# Essentials" introduces the Microsoft C# programming language, including the Microsoft .NET Common Language Runtime (CLR) and .NET Framework Class Libraries (FCL) that support it. This book's compact format and terse presentation of key concepts serve as a roadmap to the online documentation included with the Microsoft .NET Framework SDK; the many examples provide much-needed context.

    This new edition has been updated to cover the final release of the C# language. In addition to overviews of C#, the CLR, and the FCL, this new edition of C# Essentials covers:

     - Every C# language element and its syntax,
       in reference format, including new keywords
     - The major C# datatypes, with code examples
     - Common C# programming tasks
     - Interoperation with legacy Win32 APIs and COM
       components, and the use of C/C++ style pointers
       within the managed context of the CLR
     - Common development issues

    Contents:
    Introduction
    Programming the NET Framework
    Framework Class Library Overview
    Essential NETTools
    B Regular Expressions
    Data Marshaling
    Index


    The C# Programming Language
    Publisher's description: Written by the language's architect and design team members, The C# Programming Language is the definitive technical reference for C#. Moving beyond the online documentation, the book provides the complete specification of the language along with descriptions, reference materials, and code samples from the C# design team. Topics covered include Lexical Structure, Types, Variables, Conversions, Expressions, Statements, Namespaces, Exceptions, Attributes, and Unsafe Code. The second part of the book provides an introduction to and technical specification of four C# features: Generics, Anonymous Methods, Iterators, and Partial Types. With the recent acceptance of C# as a standard by both the International Organization for Standardization (ISO) and ECMA, understanding the C# specification has become critical. The C# Programming Language is the definitive reference for programmers who want to acquire an in-depth knowledge of C#.

    Contents:
    1 Introduction
    2 Lexical Structure
    3 Basic Concepts
    4 Types
    5 Variables
    6 Conversions
    7 Expressions
    8 Statements
    9 Namespaces
    11 Hello World
    12 Program Structure
    13 Types and Variables
    14 Expressions
    15 Statements
    16 Classes and Objects
    17 Structs
    18 Arrays
    19 Interfaces
    20 Enums
    21 Delegates
    22 Attributes
    23 Lexical Analysis
    24 Tokens
    25 Preprocessing Directives
    32 Application Termination
    33 Declarations
    34 Members
    35 Member Access
    36 Signatures and Overloading
    37 Scopes
    38 Namespace and Type Names
    39 Automatic Memory Management
    40 Execution Order
    42 Reference Types
    43 Boxing and Unboxing
    52 Default Values
    54 Variable References
    62 Explicit Conversions
    63 Standard Conversions
    64 UserDefined Conversions
    72 Operators
    73 Member Lookup
    74 Function Members
    75 Primary Expressions
    76 Unary Operators
    77 Arithmetic Operators
    78 Shift Operators
    79 Relational and Type Testing Operators
    80 Logical Operators
    80.1 Conditional Logical Operators
    80.2 Conditional Operator
    80.3 Assignment Operators
    80.4 Expression
    80.6 Boolean Expressions
    81 End Points and Reachability
    82 Blocks
    83 The Empty Statement
    85 Declaration Statements
    86 Expression Statements
    87 Selection Statements
    88 Iteration Statements
    89 Jump Statements
    90 The try Statement
    91 The checked and unchecked Statements
    91.2 The lock Statement
    91.3 The using Statement
    92 Namespace Declarations
    93 Using Directives
    94 Namespace Members
    100 Classes
    102 Class Members
    103 Constants
    104 Fields
    105 Methods
    106 Properties
    107 Events
    108 Indexers
    110 Instance Constructors
    111 Structs
    112 Struct Members
    113 Class and Struct Differences
    114 Struct Examples
    126 Array Initializers
    142 Enum Modifiers
    144 The SystemEnum Type
    150 Delegates
    152 Delegate Instantiation
    160 Exceptions
    162 The SystemException Class
    164 Common Exception Classes
    170 Attributes
    172 Attribute Specification
    173 Attribute Instances
    174 Reserved Attributes
    175 Attributes for Interoperation
    180 Unsafe Code
    182 Pointer Types
    183 Fixed and Moveable Variables
    184 Pointer Conversions
    185 Pointers in Expressions
    187 Stack Allocation
    193 Iterators
    202 Generic Struct Declarations
    205 Constructed Types
    206 Generic Methods
    208 Expressions and Statements
    209 Revised Lookup Rules
    2010 RightShift Grammar Changes
    214 Anonymous Method Blocks
    216 Anonymous Method Evaluation
    217 Delegate Instance Equality
    2110 Implementation Example
    222 Enumerator Objects
    223 Enumerable Objects
    225 Implementation Example
    230 Partial Types 231 Partial Declarations
    Part Appendixes
    A1 Documentation Comments
    A3 Processing the Documentation File
    A4 An Example
    Grammar
    B2 Syntactic Grammar B21 Basic Concepts
    B3 GrammarExtensions for Unsafe Code
    Index

    Popularity: 2% [?]


    Related Posts:
  • FTP Programming and IT Book Directories
  • Free Java and Information Technology Books
  • Free Online Books covering PHP, Flash, ASP.Net, VB.Net, and Programming
  • 28 Free Computer , IT, and Programming Books
  • 48 Computer Science Books

  • Tags for this post>>

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


    January 18, 2011

    4 more C# Programming Books

    These are four more C# Programming books, on google books, with most of their chapters linked here. This will be the second of 3 posts for C# books at google books. The first one is here.


    C# 4.0 in a Nutshell
    Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics such as parallel programming, code contracts, dynamic programming, security, and COM interoperability. You'll also find updated information on LINQ, including examples that work with both LINQ to SQL and Entity Framework. Get up to speed on C# language basics, including syntax, types, and variables. Explore advanced topics such as unsafe code and preprocessor directives. Learn C# 4.0 features such as dynamic binding, type parameter variance, and optional and named parameters. Work with .NET 4's rich set of features for parallel programming, code contracts, and the code security model. Learn .NET topics, including XML, collections, I/O and networking, memory management, reflection, attributes, security, and native interoperability.

    Contents:
    Chapter 1 Introducing C and the NET Framework
    Chapter 2 C Language Basics
    Chapter 3 Creating Types in C
    Chapter 4 Advanced C
    Chapter 5 Framework Overview
    Chapter 6 Framework Fundamentals
    Chapter 7 Collections
    Chapter 8 LINQ Queries
    Chapter 9 LINQ Operators
    Chapter 10 LINQ to XML
    Chapter 11 Other XML Technologies
    Chapter 12 Disposal and Garbage Collection
    Chapter 13 Diagnostics and Code Contracts
    Chapter 14 Streams and IO
    Chapter 15 Networking
    Chapter 16 Serialization
    Chapter 17 Assemblies
    Chapter 18 Reflection and Metadata
    Chapter 20 Security
    Chapter 21 Threading
    Chapter 22 Parallel Programming
    Chapter 23 Asynchronous Methods
    Chapter 24 Application Domains
    Chapter 25 Native and COM Interoperability
    Chapter 26 Regular Expressions
    Appendix C Keywords
    Index


    C# Cookbook
    The "C# Cookbook" offers a definitive collection of solutions and examples for programming in C#. Recipes range from simple tasks to the more complex, and are organized with respect to the types of problems you'll need to solve as you progress in your experience as a C# programmer. Nearly every recipe contains a complete, documented code sample showing you how to solve the specific problem, as well as a discussion of how the underlying technology works and a discussion of alternatives, limitations, and other considerations where appropriate. Each chapter focuses on a particular topic in creating C# solutions. Among the topics covered, you'll find: Numeric data types in C# Strings and characters, Classes and structures, Exception handling, Delegates and events, Regular expressions, Data structures, and algorithms.

    Contents:
    Numbers
    Strings and Characters
    Classes and Structures
    Enumerations
    Exception Handling
    Diagnostics
    Delegates and Events
    Regular Expressions
    Data Structures and Algorithms
    Filesystem IO
    Reflection
    Networking
    Security
    Threading
    UnsafeCode
    Index
    Collections


    C# 3.0: A Beginner's Guide
    This book teaches you the fundamentals of C#. You'll begin by learning to create, compile, and run a C# program. Then it's on to data types, operators, control statements, methods, classes, and objects. You'll also learn about inheritance, interfaces, properties, indexers, exceptions, events, namespaces, generics, and much more. Of course, new C# 3.0 features, such as LINQ, lambda expressions, and anonymous types, are included.

    Contents:
    Introducing Data Types and Operators
    Program Control Statements
    Introducing Classes Objects and Methods
    More Data Types and Operators
    A Closer Look at Methods and Classes
    Operator Overloading Indexers and Properties
    Inheritance
    Interfaces Structures and Enumerations
    const and volatile
    yield
    extern
    A Answers to Self Tests
    Program Control Statements
    Exception Handling
    Using IO
    Delegates Events and Namespaces
    Generics
    Introducing LINQ
    Attributes
    The Obsolete Attribute
    Conversion Operators
    A Brief Introduction to Collections
    Create a Dynamic Array
    Use the QueueT Collection
    Other Keywords
    readonly
    Introducing Classes Objects and Methods
    More Data Types and Operators
    Operator Overloading Indexers and Properties
    Interfaces Structures and Enumerations
    Using IO
    Generics
    The Preprocessor RTTI Nullable Types and Other Advanced Topics
    Index


    Programming C# 3.0
    This book provides a comprehensive tutorial in C# and .NET programming that also serves as a useful reference. It covers LINQ (Language Integrated Query) and other C# 3.0 language innovations to speed up development tasks. It explains how to use C# in creating Web Applications as well as Windows Applications, using both the new Windows Presentation Foundation (WPF) and the older WinForms technology. Note to VB6 and Java programmers: if you've decided to transition to .NET, this book will help you with that.

    Contents:
    Hello World
    Classes and Objects
    Operator Overloading
    Structs
    Arrays Indexers and Collections
    Strings and Regular Expressions
    Exceptions
    Programming ASP .NET Applications
    Programming Windows Forms Applications
    Threads and Synchronization
    Programming NET and COM
    C and Data
    Working with XML
    C Keywords
    Index

    Popularity: 1% [?]


    Related Posts:
  • FTP Programming and IT Book Directories
  • Free Java and Information Technology Books
  • Free Online Books covering PHP, Flash, ASP.Net, VB.Net, and Programming
  • 28 Free Computer , IT, and Programming Books
  • 48 Computer Science Books

  • Tags for this post>>

    Filed under: Free Computer and I.T. Books — computer_teacher @ 7:58 pm


    January 15, 2011

    2 C# Programming Books

    Here are most of the chapters from two C# programming books at google books. These will help you become a better C # application developer.


    C# 3.0: the Complete Reference

    Using well written explanations, insider tips, and many examples, this book presents in-depth coverage of all C# topics, including its keywords, syntax, and core libraries, along with information on new C# features, such as LINQ, lambda expressions, implicitly typed variables, and anonymous types are included. Also covered are: Data types and operators; Control statements; Classes and objects, Constructors, destructors, and methods; Interfaces, arrays, enumerations, and structures; Method and operator overloading; Inheritance and virtual methods; Reflection and runtime type ID; Exception handling; Attributes; Multithreading; Generics; and the preprocessor.

    Contents:
    The C Language
    The Creation of C
    An Overview of C
    Data Types Literals and Variables
    Operators
    Program Control Statements
    Introducing Classes and Objects
    Arrays and Strings
    Delegates Events and Lambda Expressions
    Namespaces the Preprocessor and Assemblies
    Runtime Type ID Re?ection and Attributes
    Generics
    LINQ
    Unsafe Code Pointers Nullable Types and Miscellaneous Topics
    Exploring the C Library 21 Exploring the System Namespace
    Strings and Formatting
    A Closer Look at Methods and Classes
    Operator Overloading
    Indexers and Properties
    Inheritance
    Interfaces Structures and Enumerations
    Exception Handling
    Using IO
    Multithreaded Programming
    Collections Enumerators and Iterators
    Networking Through the Internet Using System Net
    Use System Windows Forms to Create FormBased Windows Applications
    A Documentation Comment Quick Reference
    Index


    Here are some of the contents of the latest version of this book: C# 4.0 the Complete Reference:

    The C Language 1 The Creation of C
    An Overview of C
    Data Types Literals and Variables
    Operators
    Program Control Statements
    Introducing Classes and Objects
    A Closer Look at Methods and ClassesNamespaces the Preprocessor and Assemblies
    Runtime Type ID Re?ection and Attributes
    Generics
    LINQ
    Unsafe Code Pointers Nullable Types Dynamic Types and Miscellaneous Topics
    Exploring the C Library
    Operator Overloading
    Inheritance
    Exception Handling
    Using IO
    Delegates Events and Lambda Expressions
    Multithreaded Programming Part One
    Exploring the Task Parallel Library and PLINQ
    Collections Enumerators and Iterators
    Networking Through the Internet Using System Net
    A Documentation Comment Quick Reference
    Index


    Application Development Using C# and .NET

    The practical guide to C# .NET development for experienced programmers.

    • Running case study covers the entire .NET development process.
    • .NET attributes, collections, threading, security, versioning, remoting, and more.
    • Accessing databases via ADO.NET, and delivering applications via ASP.NET and Web Services.
    This book uses a running case study with extensive code examples, as the authors illuminate essential .NET concepts such as interfaces, attributes, collections, threading, remoting, security, and versioning, and introduce powerful new .NET technologies such as ADO.NET and ASP.NET.

    Contents:
    What is Microsoft NET?
    NET Fundamentals 1
    Applications of the Future
    C Overview for Sophisticated Programmers
    Classes
    C Type System
    Arrays and Indexers
    More about Methods
    Remoting
    Garbage Collection and Finalization
    Summary
    Data Readers
    Acme Travel Agency Case Study 3
    Schema with Relationships
    xceptions
    Unsafe Code
    Summary
    Inheritance in C
    More about Inheritance
    Summary
    Collections
    Step 2
    Delegates
    Events
    Summary
    Windows Forms Event Handling
    Controls
    Dialog Boxes
    ListBox Control
    Assemblies and Deployment
    Private Assembly Deployment
    Setup and Deployment Projects
    NET Framework Classes
    Input and Output
    NET Application Model
    Context
    Web Forms Architecture
    RequestResponse Programming
    Acme Travel Agency Case Study
    ASP NET Applications
    ASP NET Configuration
    Database Access in ASP NET
    Hotel Broker Web Service
    Code Identify
    Enabling or Disabling Switches
    Interoperability
    Calling Managed Components from COM Client
    Creating a Console Application
    Debugging
    Index

    Popularity: 1% [?]


    Related Posts:
  • FTP Programming and IT Book Directories
  • Free Java and Information Technology Books
  • Free Online Books covering PHP, Flash, ASP.Net, VB.Net, and Programming
  • 28 Free Computer , IT, and Programming Books
  • 48 Computer Science Books

  • Tags for this post>> |



    October 25, 2010

    100 Visual C# Training Videos

    Here are over 100 Visual C# Training Videos, hosted by Microsoft. These are designed for all Visual C# (C Sharp) developers, from the beginner (novice) to the more advanced (professional).


    Visual C# Video Topics:

    C# 4.0 Video Series
    How Do I Use the Visual Studio IDE
    SharePoint Development with Visual Studio 2010 Video Series
    Office Development with Visual Studio 2010 Video Series
    WPF Forms with Entity Framework
    Practical Entity Framework for C#
    WPF Forms over Data Series
    Windows Forms Controls Series
    Developing Windows Azure Applications


    Named and Optional Parameters in C# 4.0:

    The new Named and Optional Parameters feature in C# 4.0 provides an alternative to method overloading. (Requires Visual Studio 2010.) Presented by Sam Ng

    Length: 10 minutes 22 seconds
    Video Downloads: WMV (Zip) | WMV | iPod | MP4 | 3GP | Zune | PSP
    Audio Downloads: AAC | WMA | MP2 | MP3 | MP4


    C# 4.0 Video Series:

    This video series shows new features in pre-release versions of C# 4.0 and explains how to use them.

    #1 | How Do I: Named and Optional Parameters in C# 4.0?
    (10 minutes, 9 seconds)

    #2 | How Do I: COM Interop and Office in C# 4.0?
    (10 minutes, 13 seconds)

    #3 | How Do I: Use Covariance and Contravariance in VS 2010 Part I?
    (8 minutes, 22 seconds)

    #4 | How Do I: Use Covariance and Contravariance in VS 2010 Part II?
    (11 minutes 19 seconds)


    How Do I Use the Visual Studio IDE:

    This series features techniques you can use to enhance the development process in the Visual Studio IDE. Tips for C# and VB developers highlight how they can use built in features of the IDE to create code more quickly and more efficiently. Presented by Charlie Calvert

    #1 | How Do I Use Highlight References in the Visual Studio 2010 IDE
    (4 Minutes, 8 Seconds)

    #2 | How Do I use Code Snippets in the Visual Studio IDE
    (9 Minutes, 42 Seconds)

    #3 | How Do I Use Generate from Usage in Visual Studio 2010?
    (7 Minutes, 35 Seconds)

    #4 | How Do I: Use the Call Hierarchy with DJ Park?
    (6 Minutes, 39 Seconds)

    #5 | How Do I: Step with The Debugger in Visual Studio?
    (7 Minutes, 56 Seconds)

    #6 | How Do I: Refactor my Code in Visual Studio?
    (08 Minutes, 16 Seconds)

    #7 | How Do I: Refactor my Code with Visual Studio Part II?
    (8 Minutes, 41 Seconds)


    SharePoint Development with Visual Studio 2010 Video Series:

    This how-to video series is focused on SharePoint 2010 development using Visual Studio 2010. You will need Visual Studio 2010 Professional or higher and SharePoint 2010 Foundation or Server installed. For more information see Setting Up the Development Environment for SharePoint Server. Presented by Ben Hedges

    #1 | How Do I: Create Visual Web Parts for SharePoint 2010 in Visual Studio 2010?
    (05 minutes, 44 seconds)

    #2 | How Do I: Create Sequential Workflows for SharePoint 2010 in Visual Studio 2010?
    (6 minutes, 26 seconds)

    #3 | How Do I: Create State Machine Workflows for SharePoint 2010 in Visual Studio 2010?
    (15 minutes, 50 seconds)

    #4 | How Do I: Create Event Receivers for SharePoint 2010 in Visual Studio 2010?
    (5 minutes, 4 seconds)

    #5 | How Do I: Create Content Types for SharePoint 2010 in Visual Studio 2010?
    (4 minutes, 14 seconds)

    #6 | How Do I: Create List Definitions for SharePoint 2010 in Visual Studio 2010?
    (6 minutes, 21 seconds)

    #7 | How Do I: Create Site Definitions for SharePoint 2010 in Visual Studio 2010?
    (5 minutes, 36 seconds)

    #8 | How Do I: Import a SharePoint Site Definition using Visual Studio 2010?
    (6 minutes, 13 seconds)

    #9 | How Do I: Create a Business Data Connectivity Model for SharePoint 2010 Using Visual Studio 2010?
    (11 minutes, 48 seconds)


    Office Development with Visual Studio 2010 Video Series:

    This how-to video series is focused on Office development using Visual Studio 2010. You will need Visual Studio 2010 Professional or higher and Office 2007 or 2010 installed.

    #1 | How Do I: Retarget an Outlook Add-In from .NET Framework 3.5 to .NET Framework 4?
    (10 minutes, 06 seconds)

    #2 | How Do I: Retarget a Word 2007 Add-In from .NET Framework 3.5 to .NET Framework 4 that uses Smart Tags?
    (9 minutes, 11 seconds)

    #3 | How Do I: Take Advantage of C# 2010 Language Improvements in Office Projects?
    (9 minutes, 37 seconds)

    #4 | How Do I: Deploy Multiple Office 2010 Projects in One Package?
    (13 minutes, 29 seconds)

    #5 | How Do I: Write a Post Deployment Action in Visual Studio 2010 to Copy Office Documents to End User Computers?
    (8 minutes, 55 seconds)

    #6 | How Do I: Deploy Office 2007 and Office 2010 Projects that Target .NET Framework 3.5 and .NET Framework 4?
    (10 minutes, 44 seconds)


    WPF Forms with Entity Framework Video Series:

    This how-to video series is focused on data-based application development in Windows Presentation Foundation using Entity Framework for data access in Visual Studio 2008 Service Pack 1. It is recommended you watch these videos in order because each one builds upon techniques shown in the previous video. Presented by Beth Massi

    You will need: SQL Server or SQL Server Express and Visual Studio 2008 Service Pack 1 or Visual Basic 2008 Express Service Pack 1
    Download Code and Discuss on Code Gallery: http://code.msdn.microsoft.com/wpfdatavideos

    #1 | How Do I: Get Started with Entity Framework in WPF Applications?
    (17 minutes, 33 seconds)

    #2 | How Do I: Build a WPF Data Entry Form Using Entity Framework?
    (24 minutes, 42 seconds)

    #3 | How Do I: Create a WPF Lookup Combobox using Entity Framework?
    (24 minutes, 27 seconds)

    #4 | How Do I: Hook Up and Display Validation in WPF using Entity Framework?
    (29 minutes, 24 seconds)

    #5 | How Do I: Build a WPF Master-Detail Data Entry Form Using Entity Framework?
    (36 minutes, 20 seconds)


    Practical Entity Framework for C#:

    #1 | Practical Entity Framework for C#: Explore Entity Framework
    (11 minutes 52 seconds)

    #2 | Practical Entity Framework for C#: Compiled Queries in Entity Framework
    (6 minutes 16 seconds)

    #3 | Practical Entity Framework for C#: Entity Framework for ASP.NET
    (12 minutes 8 seconds)

    #4 | Practical Entity Framework for C#: Stored Procedures in Entity Framework
    (7 minutes 52 seconds)

    #5 | Practical Entity Framework for C#: Paging
    (11 minutes 52 seconds)


    WPF Forms over Data Video Series:

    This how-to video series is focused on data-based application development in Windows Presentation Foundation using Visual Studio 2008 Service Pack 1. Presented by Beth Massi

    You will need: SQL Server or SQL Server Express and Visual Studio 2008 Service Pack 1 or Visual Basic 2008 Express Service Pack 1
    Download Code and Discuss on Code Gallery: http://code.msdn.microsoft.com/wpfdatavideos

    #1 | How Do I: Create a Simple Data Entry Form in WPF?
    (24 minutes, 32 seconds)

    #2 | How Do I: Display Data in a List in WPF?
    (11 minutes, 47 seconds)

    #3 | How Do I: Create a Lookup Combobox in WPF?
    (23 minutes, 43 seconds)

    #4 | How Do I: Hook Up and Display Validation in WPF?
    (22 minutes, 20 seconds)

    #5 | How Do I: Edit Tabular Data in WPF?
    (31 minutes, 3 seconds)

    #6 | How Do I: Create a Master-Detail Data Entry Form in WPF?
    (24 minutes, 58 seconds)

    #7 | How Do I: Format Data in WPF Controls?
    (11 minutes, 22 seconds)


    Windows Forms Controls Series:

    This how-to video series is dedicated to getting beginner Visual C# developers productive with some of the most common Windows Forms controls, showing how to use them in Visual C#.

    #1: How to Add Audio Part 1
    (6 minutes, 28 seconds)

    #2: How to add Audio Part 2
    (5 minutes, 3 seconds)

    #3: Customizing the Button Control
    (9 minutes, 4 seconds)

    #4: How to use the Dialog Controls
    (12 minutes, 24 seconds)

    #5: How to use the FlowLayout Panel
    (6 minutes, 23 seconds)

    #6: How to create a System Tray application using the NotifyIcon control
    (6 minutes, 45 seconds)

    #7: How to call other applications using the Process control
    (7 minutes, 34 seconds)

    #8: How to use the SplitContainer control
    (5 minutes, 34 seconds)

    #9: How to use the TableLayout control
    (11 minutes, 26 seconds)

    #10: How to use the Timer control
    (6 minutes, 38 seconds)

    #11: How to use the BackgroundWorker control
    (9 minutes, 3 seconds)

    #12: How to use the ListView control Part 1
    (16 minutes, 42 seconds)

    #13: How to use the ListView control Part 2
    (17 minutes, 14 seconds)

    #14: How to use the MenuStrip control
    (11 minutes)

    #15: How to use the PictureBox control
    (9 minutes, 57 seconds)

    #16: How to use the RichTextBox control
    (9 minutes, 43 seconds)

    #17: How to use the Status Strip control
    (14 minutes, 54 seconds)

    #18: How to use the Tab control
    (8 minutes, 36 seconds)

    #19: How to use the ToolStrip control
    (7 minutes, 19 seconds)

    #20: How to use the TreeView control
    (17 minutes, 50 seconds)

    #21: How to use the WebBrowser control
    (13 minutes, 32 seconds)

    #22: How Do I: Add Controls to a Document at Run Time in an Application-Level Add-In?
    (6 minutes, 5 seconds)

    #23: Deploying Excel Application-level Add-ins with Windows Installer
    (6 minutes, 5 seconds)

    #24: Deploying Excel Document-level Customizations with Windows Installer
    (6 minutes, 5 seconds)

    #25: How Do I:Create a report from a database?
    (10 minutes, 12 seconds)

    #26: How Do I:Create a report from a business object?
    (11 minutes, 38 seconds)

    #27 | How Do I: Create a Detail Edit Form for Tabular Data or Data in a Grid?
    (21 minutes, 50 seconds)


    The Developing Windows Azure Applications with Visual Studio Video Series:

    In this series Jim Nakashima shows how to develop Windows Azure applications with the tools provided in Visual Studio.
    Presented by: Charlie Calvert

    #1 | Windows Azure: Getting the Tools, Creating a Project, Creating Roles and Configuration
    (14 minutes, 26 seconds)

    #2 | Running and Debugging a Windows Azure Application Locally with Visual Studio
    (6 minutes, 11 seconds)

    #3 | Deploying Windows Azure Applications from Visual Studio
    (6 minutes, 56 seconds)

    Popularity: 8% [?]


    Related Posts:
  • Free Computer and Programming Training Videos
  • Free Course: Object-oriented Program Design and Software Engineering
  • Free Algorithms Training Course
  • The Structure and Interpretation of Computer Programs - Free Course
  • Free Training in Python, Java, VB.Net, Web Dev, and Oracle Manuals

  • Tags for this post>>

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 3:11 pm


    October 21, 2010

    C# Learning Resources and Tutorials

    Microsoft provides lots of C# Learning Resources and Tutorials. These are for both the beginner and the experienced developer.


    C# Fundamentals:
     - Introduction to the C# Programming Language
     - Introduction to Visual C# 2008 Express Edition
     - Getting Started with Visual C# (2010)
     - Introduction to the C# Language (2010)
     - New Features in C# 4.0
     - C# 4.0 Language Specification


    Learning C# by Topic:
     - New to Development
     - Programming Fundamentals
     - Algorithms and Data Structures
     - Application Development
     - Class Library Development
     - Debugger and Debugging
     - Language
     - Tools
     - LINQ


    Microsoft Learning Resources:

    Microsoft Visual C# 2008 Express Edition: Build a Program Now!
    Make building new programming skills fun and fast with a quick-start, project-based approach!

    Programming Microsoft LINQ
    Ideal reference for learning to write queries natively in Visual C# or Visual Basic with LINQ

    ADO.NET 3.5" href="http://learning.microsoft.com/Manager/ResourceDetails.aspx?resourceId=cf3b215c-de54-478a-a280-c0e340375c5e&clang=en-US&brand=msdn">Collection 6464: Visual Studio 2008 ADO.NET 3.5
    This 20-hour collection provides you with the knowledge and skills to work with ADO.NET 3.5 in Visual Studio 2008. Topics covered in the collection include: -Database access by using ADO.NET 3.5 app...

       ADO.NET 3.5" href="http://learning.microsoft.com/Manager/ResourceDetails.aspx?resourceId=cf3b215c-de54-478a-a280-c0e340375c5e&clang=en-US&brand=msdn">More Learning Resources >


    Channel 9 C# Videos:

    Florida DotNetMinute #20 - Scott Dorman and his new CSharp Book
    Scott Dorman of Tampa Florida talks to us about hi... more

    Whirlwind 14: What's new in C# 4 - Events
    ISV Architect Evangelist Bruce Kyle of Microsoft a... more

    Whirlwind 13: What's new in C# 4 - Covariance & Contravariance
    ISV Architect Evangelist Bruce Kyle of Microsoft a... more

    Whirlwind 12: What's new in C# 4 - More COM Love
    ISV Architect Evangelist Bruce Kyle of Microsoft a... more

    Whirlwind 11: What's new in C# 4 - Named & Optional Parameters
    ISV Architect Evangelist Bruce Kyle of Microsoft a... more

       More Channel 9 Videos >


    See all "How do I" Videos


    Other Visual C# Videos and Webcasts

    Popularity: 7% [?]


    Related Posts:
  • 2 Free Training Resources: Unix and Web Development
  • 249 Computer Tutorials hosted by the University of Saskatchewan
  • Best UML Tutorials
  • Programming in C, C++, Perl, Java, and Fortran
  • An Excellent Free Computer Book and Training Link Site

  • Tags for this post>>

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


    October 6, 2010

    Articles and Tutorials at Developer It Blogs

    Developer It Blogs  provides a mashup of well written and interesting software and web development learning articles and tutorials. Topics and areas covered include C#, C++, Java, AJAX, PHP, JavaScript, dotNET, jQuery, ASP .NET, iPhone, Linux, Python, MySQL, SQL, Oracle, SQL Server, Eclipse, Android, Windows, Ruby-on-Rails, CSS, XML, Silverlight, Flash, Flex, Winforms. These documents are for both beginner and more advanced developers.


    Top 50 Articles at Developer IT:

     - How To Start Your Own Professional Blog with WordPress
     - How to get full query string parameters not UrlDecoded
     - Fake ISAPI Handler to serve static files with extention that are rewritted by url rewriter
     - Outlook add email account: requested operation failed
     - More than 100,000 articles !
     - C# development with Mono and MonoDevelop
     - ASP.NET MVC Html.DropDownListFor Select value
     - Official BETA release of Developer IT
     - Lots of first chance Microsoft.CSharp.RuntimeBinderExceptions thrown when dealing with dynamics
     - Good SQL error handling in Strored Procedure
     - Remove accents from String .NET
     - How to obtain a random sub-datatable from another data table
     - Getting "Using two-stage rotation animation" warning with UIImagePickerController
     - The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the app
     - Info on UIDeviceFamily key in Info.plist
     - Android save Checkbox State in ListView with Cursor Adapter
     - Data Formatters temporarily unavailable
     - ASP.Net MVC 2 DropDownListFor in EditorTemplate
     - The provided URI scheme 'https' is invalid; expected 'http'. Parameter name: via
     - Core i7-620M vs Core i5-540M
     - How to decrypt an encrypted Apple iTunes iPhone backup?
     - Problem with video playback on iPad with MPMoviePlayerViewController
     - Android - HorizontalScrollView within ScrollView Touch Handling
     - ASP.NET MVC 2">RadioButtonFor in ASP.NET MVC 2
     - A valid provisioning profile for this executable was not found
     - "Parse Error : There is a problem parsing the package" while installing Android application
     - SSLException: HelloRequest followed by an unexpected handshake message
     - ipad - UIActionSheet inside a UIPopOverController... popover not dismissing...
     - Android - "Resources don't contain package for resource number"
     - iTextSharp Creating a Footer Page # of #
     - Open DateTime picker C# control programatically
     - Missing Edit Option on Silverlight 4 DataForm
     - iPhone Simulator 3.x not listed after upgrading to XCode 3.2.3 Beta4 with OS 4.0
     - Using MPMoviePlayerViewController full screen in iPad app that's not fully ported from iPad...yet.
     - AVAudioRecorder - Continue recording to file after user stops recording by leaving the application a
     - Android 1.6: "android.view.WindowManager$BadTokenException: Unable to add window -- token null is no
     - Two-Stage Rotation Warnings
     - Problem with bluetooth on android 2.1 (samsung spica i5700) where pairing works but connection does
     - Ext JS Tab Panel - Dynamic Tabs - Tab Exists Not Working
     - How to clean the virus which opens Nuevaq.fm on IE and blocks many other applications?
     - android View not attached to window manager...
     - Border image on UIView
     - Windows Can't Find SepSysPlant.exe?
     - Can't dispatch DDM chunk 46454154: no handler defined - Eclipse - Android SDK
     - Uncompiled WCF on IIS7: The type could not be found
     - iPad custom Keyboard GUI
     - MVC2 EditorTemplate for DropDownList
     - Should one replace the usage addJSONData of jqGrid to the usage of setGridParam(), and trigger('relo
     - Mysterious dbboon folder with proxy.php file on my godaddy account
     - FB.ui stream.publish in an iframe application shows a popup instead of an iframe dialog


    Popular Posts at Developer IT:

     - How To Start Your Own Professional Blog with WordPress
     - How to get full query string parameters not UrlDecoded
     - Fake ISAPI Handler to serve static files with extention that are rewritted by url rewriter
     - Outlook add email account: requested operation failed
     - More than 100,000 articles !
     - C# development with Mono and MonoDevelop
     - ASP.NET MVC Html.DropDownListFor Select value
     - Official BETA release of Developer IT
     - Lots of first chance Microsoft.CSharp.RuntimeBinderExceptions thrown when dealing with dynamics
     - Good SQL error handling in Strored Procedure
     - Remove accents from String .NET
     - How to obtain a random sub-datatable from another data table
     - Getting "Using two-stage rotation animation" warning with UIImagePickerController
     - The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the app
     - Info on UIDeviceFamily key in Info.plist

    Popularity: 9% [?]


    Related Posts:
  • Learning Guides for XML, XML Security, and Web Services Security
  • HTML Course and CSS Tutorials
  • SAP Community Network
  • More Free I.T. Training and Tutorial Resources
  • Jon Skeet's C# and .NET Articles and Tutorials

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

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 2:08 pm


    September 2, 2010

    403 Downloadable Computer and Programming eBooks

    Here are 403 freely available and downloadable computer and programming ebooks, covering many topics and areas, as listed below. These computer ebooks are in chm and pdf formats, along with some in compressed zip format.


    Topics covered by these Computer and Programming eBooks:

     - C ++ programming
     - C++ Game programming
     - C++ Data Structures
     - C++ Design Patterns, Coding Standards
     - C language Algorithms
     - Linux programming
     - XML
     - Cryptography using C and C++
     - DB2
     - Compilers
     - Linux System Administration
     - Embedded Linix, Linux Kernel, Linux Device Drivers
     - Ubuntu Linux, Debian Linux, Fedora Linux
     - Unix administration
     - Wireless Networking
     - Wifi Security
     - dotNet programming
     - ASP .Net
     - ASP .Net Ajax
     - VB .Net programming (Visual Basic dotNet )
     - VB .Net Algorithms and Data Structures
     - Visual C++ programming
     - ADO .Net
     - MSCE/MSDE 70-330, 70 340 - C# (C Sharp) and VB .Net Security
     - Borland C++ Builder
     - Windows Administation

    Popularity: 20% [?]


    Related Posts:
  • Free Computer eBooks, Guides and References from OnlineFreeeBooks.net
  • Many Downloadable Computer and Programming eBooks
  • 27 Unix and Linux eBooks
  • 254 Computer and Programming eBooks
  • Downloadable Computer and Programming eBooks

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



    May 13, 2010

    Hundreds of Computer, Technical, and Programming eBooks

    Here are many hundreds of downloadable Computer, Technical, and Programming eBooks, including many Computer Science topics, as listed below. These computer ebooks are in pdf and chm format. In addition, this directory, at this site, has lots more computer ebooks, mixed with other topics. Also check out this site's top level ebook directory, where you can find many other ebook topics, including Electronics, Forensic Science, Biology, Calculus, Chemistry, Economics, Geology, Physics, Statistics, Communication, and Windows.


    Web Development and Website Design:
    Java Web Services
    Internet Security and Firewalls
    Web Development Standards
    Developing Flash Web Sites
    CIW Certification
    Graphics with Web Design
    Web Programming and Design
    HTML, XHTML, CSS
    J2EE
    XML
    TCP-IP
    Website Marketing
    PHP ebooks


    Programming Languages:
    C and C++ Programming
    C# Programming
    HTML, CSS
    Javascript
    Ajax
    Ruby
    Python Programming
    Perl Scripting
    PHP
    Visual Basic and ASP
    XML, XSLT, SOAP, UML, RSS


    Linux and Unix:
    Linux Programming
    Linux Networking
    Linux Performance Tuning
    Linux Command Line
    Linux Kernel
    Linux Shell Scripting
    Embedded Linux programming
    Linux Troubleshooting
    Firewalls with Linux
    Linux References
    Ubuntu Linux
    Solaris


    Linux:
    Debian-GNU Linux
    Redhat Enterprise Linux
    Solaris
    Sun Cluster
    Linux Networking
    Beowulf Clusters using Linux
    Embedded C Programming
    Linux Kernel
    LPI Certification
    Linux Security


    Databases and SQL:
    SQL
    PostgreSQL
    MySQL
    Oracle Database
    Oracle PL-SQL
    SQL Server
    Data and Databases
    Database Design


    ASP and dotNET eBooks:
    ASP .NET
    C# Programming
    VB .NET
    Visual Studio .NET
    Visual Web Developer


    Computer Science eBooks:
    Algorithms
    Distributed Algorithms
    Java Programming Graphics
    Pattern Recognition
    Embedded Controller Hardware
    Artificial Intelligence
    Data Structures
    Computer Viruses
    Embedded C and C++ Programming
    Assembly Language
    Computer Security
    Cryptography
    Data Mining, Data Modelling
    Computer Graphics and 3D Graphics
    Information Theory
    Information  Visualization
    Data Commications
    Networking
    Compressed File Formats
    Fractal Image Compression
    Secure Coding
    Parallel Computing
    Multiprocessor Programming
    GUI Designing
    Fonts
    Quantum Computers
    OpenGL
    Graphics Programming
    Game Design
    Computer Hardware, Servers
    BIOS

    Popularity: 23% [?]


    Related Posts:
  • No related posts

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

    Filed under: Free Computer and I.T. Books — computer_teacher @ 5:13 am


    May 3, 2010

    898 Computer and Programming eBooks at GameCraftX

    Here is GameCraftX's eBooks Collection, hosting over 890 computer and programming ebooks, covering many, many areas, some of which are listed below. These computer books are in pdf and chm format.
     

    eBook Topics at GameCraftX's ebooks collection:

     - C and C++ programming
     - PHP programming
     - PHP and MySQL
     - Perl programming
     - Javascript
     - Ajax
     - Website & Web Application Development
     - WML
     - JBoss, Jakarta Struts, J2ME
     - Java Web Services, Java Threads
     - Java Servlets, RMI, Security, JSP
     - Enterprise and Distributed Java
     - SOAP and XML
     - Extreme programming
     - Linux programming, Shell scripting
     - Linux Administration
     - Linux Certification
     - Python programming
     - XPath and XPointer
     - Flash Actionscript
     - Photoshop CS
     - Dreamweaver
     - C# programming
     - Visual C++ . Net (dotNet)
     - Asp . Net
     - . Net Window Forms
     - VB dotNet
     - ADO Activex
     - Networking Certification
     - Wireless Networking
     - Cisco CCNA
     - Kerberos
     - Firewalls
     - Snort
     - SQL
     - Oracle PL-SQL
     - SQL Server
     - Digital Video
     - Crystal Reports
     - AutoCAD
     - PC Hardware
     - Mac
     - PC Hardware
     - OpenGL
     - Cryptography
     - Apache
     - Algorithms
     - Windows XP, Windows 2003
     - Office 2003 Reference and Techniques
     - Access Database
     - Excel Macros

    Popularity: 20% [?]


    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:43 pm


    March 3, 2010

    Ebooks at Ebooks-it.org

    Ebooks-it.org is a site where you can download I.T., computer, and programming ebooks in many areas and topics. These computer ebooks cover open source, Linux, Microsoft, Cisco, and Oracle technologies, to name a few. This site offers a very good selection to choose from, to quote their home page: "to access thousands of ebooks you just have to browse the various categories or simply to use the search engine. I have linked to some popular result pages using their search form, if you'd like you can use some of these to start your ebook search.


    IT and Programming eBooks by topic at ebooks-it.org:

     - Ajax
     - Web Development
     - C++ programming
     - Javascript
     - PHP programming
     - Ruby On Rails
     - Python programming
     - XML
     - Web Services
     - GWT
     - Google Apps
     - Java programming
     - Linux
     - C Sharp programming
     - ASP .NET
     - ADO .NET
     - Windows 2008
     - Oracle Database
     - Oracle Applications
     - MySQL
     - Cisco
     - Computer Networking
     - Computer Security

    Popularity: 12% [?]


    Related Posts:
  • 120 Computer and Network Security eBooks
  • Ebooks for .NET, .NET Certifications, SQL Server, and AJAX
  • .NET, C#, MCSD, SQL Server, Ajax Ebooks
  • 15 PHP eBooks
  • Freely available eBooks from ebooks-space.com

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

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 2:43 am


    January 30, 2010

    More Computer and Programming eBooks

    Here are many computer and programming ebooks to download in pdf and chm formats in various areas, as listed below. More ebooks at this site are available in the sub-directory linked below.


    eBook topics:

     - Web Design ebooks
     - Linux
     - Linux  Server
     - Embedded Linux
     - Apache
     - XML
     - Ethernet
     - TCP-IP Networking
     - Wireless
     - VB .NET
     - Active Directory
     - Windows Commands
     - Windows XP

    eBook topics is this sub-directory:
     - JSP
     - Cisco Networking
     - Linux
     - Linux Network Administration
     - Linux Kernel
     - LPI Linux Certification
     - Java programming
     - J2ME
     - EJB
     - Python programming
     - .NET Windows Forms
     - Visual Basic .NET (VB .NET)
     - VBA
     - SQL
     - XML
     - WML
     - Perl
     - Networking ebooks
     - Internet Security
     - Unix
     - ASP .NET
     - C Sharp programming (C#)
     - Wireless
     - Web Design

    Popularity: 14% [?]


    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:02 pm


    January 26, 2010

    700 Computer and Programming ebooks

    Here are over 700 programming, I.T., and computer ebooks, covering the areas and topics listed below. These freely available computer and programming ebooks are in pdf, chm, and zip formats.


    Topics covered by these ebooks:

     - C++ programming
     - Java programming, Swing, J2ME
     - Web Development
     - JavaScript
     - PHP
     - DHTML, XHTML
     - Web Services, SOAP, XML
     - Flash
     - C# programming (C Sharp)
     - ASP .NET
     - VB .NET 
     - .NET programming (dotNET)
     - ActiveX Scripting
     - Assembly language
     - Bash Shell Scripting
     - MySQL
     - Linux
     - Linux Admin, Linux Security
     - Unix
     - Windows XP
     - Windows 2003
     - MCSE Training
     - MCDBA
     - CIW Exam Preparation
     - Access database
     - SQL Server
     - Oracle PL SQL
     - Networking
     - Computer - Network Security
     - CISSP
     - Firewalls
     - Wireless Networks
     - Cisco, CCNA
     - VPN
     - Cryptography
     - Director MX
     - Dreamweaver

    Popularity: 14% [?]


    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: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 9:17 pm


    January 25, 2010

    ASP.NET, VB.NET, and .NET References and Cheat Sheets

    These are some useful ASP .NET, VB .NET, and .NET References and Cheat Sheets that provide tips, tricks, and techniques for coding with these Microsoft technologies. These ASP .NET and dotNET reference materials and cheat sheets will help increase your skills and make you a more efficient developer for web and rich Internet applications.


    ASP .NET Basics Cheat Sheet 679K 
    This cheat sheet provides the basics of ASP .Net including ASP .Net special folders and code blocks.
     
    ASP .Net Ajax Client Life-Cycle Events 102K 
    This document describes in detail the life cycle events of ASP .Net Ajax.
     
    Microsoft Foundation Class Quick Reference 166K 
    This reference explains various Microsoft Foundation Class related keywords that are frequently used in ASP .Net.
     
    Microsoft Visual Basic Quick Reference 41K 
    This is a quick reference guide to Visual Basic that discusses operators, math functions, program flow, file operations and functions.
     
    VB .NET And C# Comparison 71K 
    This reference offers a quick comparison of VB.Net and C# with their comments, program structure, data types and constants.
     
    ASP .Net Life Cycles Events 61K 
    This document explains the life cycle stages of ASP .Net with their events, controls and a general explanation of each of the stages.
     
    ASP Cheat Sheet 33K 
    This cheat sheet in ASP briefly explains methods, properties, functions and collections.
     
    MS .NET Datetime Formatting Strings 124K 
    This document provides information on standard date time formatting and the strings used in them.
     
    MS Ajax Library Cheat Sheets 361K 
    This zip file contains cheat sheets for the Ajax Library.
     
    MS .NET Formatting Strings 124K 
    This document describes the .Net standard date time formatting and the strings for them.
     
    VS2005 Code Snippets (C#) 54K 
    This document provides brief code snippets in C#.

    Popularity: 9% [?]


    Related Posts:
  • 70 Linux and Unix Cheat Sheets
  • 15 Programming Cheat Sheets
  • Cheat Sheets and References
  • Cheat Sheets for ASP, Javascript, MySQL, CSS, PHP, RGB Colors, Ruby
  • JavaScript Cheat Sheet and References

  • Tags for this post>> | | |

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


    January 12, 2010

    C# Reference Cards

    Here are some excellent C# Reference Cards at appletree.or.kr that provide developers with quick tips and tricks when working with C#. These will help you useC# to build and web and desktop applications. (all are in pdf format)


    C# Basics Quick Reference Sheet  938K 
    This reference sheet provides code samples for the various features in C# and discusses how they are used.
     
    C# Language Reference  98K 
    This reference material provides users with knowledge on C# variables, constants, comments, namespaces, strings and looping statements.
     
    DZone - C# Refcard  1.5M 
    This refcard discusses string literals, delegates, events, query expressions and generics.
     
    Microsoft Visual C# Default Keybindings  1.4M
    This reference material imparts knowledge on the various key strokes and keyboard shortcuts in C#.

    Popularity: 8% [?]


    Related Posts:
  • 2 C++ Reference Cards
  • Free CompTIA A+ Certification Exam Study Materials and Guides
  • 41 Quick Reference Cards
  • Free Technical Tutorials and Quick Reference Cards
  • JavaScript Cheat Sheet and References

  • Tags for this post>>

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


    January 11, 2010

    136 dotNET and C Sharp Tutorials

    Here are 136 .Net and C# Tutorials at Switch On The Code. These .Net & C# tutorials cover various technologies that are used inside the dotNET software application framework. Some of the .Net technologies that are illustrated and demonstrated by these tutorials are: Windows Communication Foundation, Windows Presentation Foundation, explicitly implementing interfaces in C#, the many uses of the Using keyword, implementing C# interfaces in C++, creating simple windows service in C#, the preprocessor in C#, WinForms, and XAML. The core .Net and C# developer will find these tutorials very useful to enhance his/her knowledge and understanding of this framework.


    136 .Net & C# Tutorials:

     - Creating a REST Client using WCF
     - WPF Tutorial - Binding Validation Rules
     - WPF Tutorial - Custom Control Templates
     - Using the WPF Toolkit DataGrid
     - Creating and Reading Global Attributes in C#
     - WPF Snippet - Detecting Binding Errors
     - Creating MSBuild Tasks in C#
     - WPF Snippet - Determining If Text Is Ellipsed
     - How to Minimize an Application to the Taskbar Tray in C#
     - WPF - Print Queues And Capabilities
     - Combining Images with C#
     - C# - Explicitly Implementing Interfaces
     - WPF Snippet - Disabling Dragging from a TextBox
     - C# Basic Array Tutorial
     - WCF Callbacks Hanging WPF Applications
     - C# Snippet - The Many Uses Of The Using Keyword
     - WPF Tutorial - Dynamic Data and the TreeView
     - WCF Tip: Using Properties in Service Contracts
     - WPF Tutorial - Implementing IScrollInfo
     - Implementing C# Interfaces in C++
     - WPF Snippet - Class Event Handlers
     - C# Tutorial - Generic List
     - WPF - Writing a Single Instance Application
     - WPF Tutorial - Getting from WPF to a Metafile and onto the Clipboard
     - C# Snippet - Using the Conditional Attribute
     - Creating a Simple Windows Service in C#
     - WPF Snippet - Reliably Getting The Mouse Position
     - C# Tutorial - Poking at Event Contents
     - WPF Printing Part 2 - Pagination
     - Using C# to Download Every O'Reilly Book Cover
     - WPF Tutorial - Fun With Markup Extensions
     - Printing in WPF
     - C# Tutorial - Asynchronous Stream Operations
     - C# Tutorial - Generics and the Where Clause
     - WCF Tutorial - Events and Callbacks
     - WPF Tutorial - Resizeable Popup
     - C# Tutorial - The Built-In Generic Delegate Declarations
     - WPF Snippet - Synchronizing Selection
     - WPF Tutorial - Using The ListView, Part 3 - In Place Edit
     - WPF Tutorial - Using A Visual Collection
     - WCF Tutorial - Basic Interprocess Communication
     - WPF Snippet - Single Pixel Lines
     - C# Tutorial - Writing a .NET Wrapper for SQLite
     - WPF Tutorial - Using The Clipboard
     - WPF Tutorial - Using The ListView, Part 2 - Sorting
     - C# Tutorial - Using Reflection to Get Object Information
     - WPF Tutorial - Command Bindings and Custom Commands
     - WPF Tutorial - Getting the DoubleClick Event
     - C# Snippet Tutorial - The ?? Operator
     - Zune Game Development - Getting Started
     - WPF Tutorial - Using An ItemsPanel
     - C# Dialogs, Part 2 - Custom Dialogs
     - WPF Tutorial - Priority Bindings
     - C# Tutorial - Object Finalizers
     - C# Dialogs, Part 1 - MessageBox
     - WPF Tutorial - Using Splash Screens in SP1
     - C# Tutorial - Weak References
     - C# Tutorial - Switch Statement Games
     - The C# Preprocessor - An Overview
     - C# Snippet Tutorial - Comparing IP Addresses
     - C# Snippet Tutorial - The Web Browser Control
     - WPF Snippet Tutorial - Aligning ListView Items
     - WPF Tutorial - Using MultiBindings
     - WPF Tutorial - How To Use A DataTemplateSelector
     - WPF Tutorial - Binding Converters
     - C# Tutorial - Using The Built In OLEDB CSV Parser
     - C# Tutorial - Method Attributes And Reflection
     - Working With The WPF Dispatcher
     - WPF Tutorial - Using WPF In WinForms
     - C# Tutorial - XML Serialization
     - Silverlight 2 and Twitter - A Simple Example
     - WPF Tutorial - Using WinForms In WPF
     - C# Snippet Tutorial - Get File Listings
     - Getting Image Metadata with C#
     - C# Snippet Tutorial - Dictionary Collections
     - Visual Studio - How To Create Item Templates
     - C# Snippet Tutorial - Custom List Sorting
     - C# Snippet Tutorial - Modify a Cell's Selected Text
     - C# Tutorial - Binding a DataGridView to a Collection
     - Taking Some Screenshots with C#
     - WinForms Tutorial - Manage Your Own Double Buffering
     - C# Snippet Tutorial - Using StringBuilder
     - Building a Simple CSV Parser in C#
     - C# Tutorial - Extension Methods
     - WinForms - Painting On Top Of Child Controls
     - WinForms - Accessing Mouse And Keyboard State
     - WinForms - Using Custom Cursors With Drag & Drop
     - .NET 3.5 Adds Named Pipes Support
     - WPF Tutorial - How To Use Custom Cursors
     - Creating a Textured Box in XNA
     - WPF Tutorial - Introduction To Dependency Properties
     - Introduction to LINQ - Simple XML Parsing
     - WPF Tutorial - Using The ListView, Part 1
     - C# Snippet Tutorial - Using the FileSystemWatcher Class
     - Creating an XP Style WPF Button with Silverlight
     - WPF Tutorial - Creating A Custom Panel Control
     - C# Tutorial - How To Use Custom Cursors
     - C# Tutorial - Using The ThreadPool
     - C# Snippet Tutorial - Performance Timers
     - C# Snippet Tutorial - Static Constructors
     - C# Tutorial - The => (Lambda) Operator
     - C# Snippet Tutorial - The Params Keyword
     - C# Tutorial - Deep Cloning A Connected Graph Of Objects
     - C# Tutorial - Visual Studio Code Snippets
     - C# Tutorial - Simple Threaded TCP Server
     - C# Tutorial - Event Accessors
     - C# Tutorial - Font Scaling
     - C# Snippet Tutorial - How to get an Enum from a String
     - C# - Some Notes On Invoking
     - C# Tutorial - The Readonly Keyword
     - C# Tutorial - Dealing With Unhandled Exceptions
     - C# Tutorial - Binding a DataGridView to a Database
     - C# Tutorial - Anonymous Delegates And Scoping
     - C# Tutorial - Convert a Color Image to Grayscale
     - C# - Creating Rounded Rectangles Using A Graphics Path
     - C# Snippet Tutorial - How to Draw Text on an Image
     - C# Snippet Tutorial - Editing the Windows Registry
     - C# Snippet Tutorial - Custom Event Handlers
     - C# Snippet Tutorial - How to Get an Enum from a Number
     - How To Auto Ellipse Text in C#
     - Interprocess Communication using Named Pipes in C#
     - C# Operator Overloading - The Crazy Side - Part 2
     - Creating Buttons with XAML and C#
     - C# Tutorial - Singleton Pattern
     - C# Operator Overloading - The Crazy Side - Part 1
     - C# Tutorial - Image Editing: Rotate
     - C# Tutorial - Image Editing: Saving, Cropping, and Resizing
     - C# Tutorial - Serialize Objects to a File
     - Escaping Curly Braces in XAML
     - WPF - The BasedOn Style Property
     - Book Review - Essential C# 3.0
     - WPF Tutorial - Using The Built-In Commands
     - XAML Tutorial - Changing Text Color on Mouse Over  
     - Visual Studio 2008 & .NET 3.5 SP1 Released
     - The WPF Tab Control - Inside and Out
     - Creating Custom Shapes with XAML

    Popularity: 8% [?]


    Related Posts:
  • 171 C# and dotNET ebooks
  • 29 Books and Tutorials for DotNET, C#, VB.NET and ASP.NET
  • Free Ebooks for PHP, MySQL, C#, dotNet, ADO.Net, 3d max
  • 30 dotNET and Web Dev eBooks
  • Free Training and Books on Java, EJB, .Net, and C# (C Sharp)

  • Tags for this post>> |

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


    October 26, 2009

    Programming Tutorials and eBooks

    Here are many Programming Tutorials and eBooks, hosted at Arab American University. These programming ebooks and tutorials will help you learn most of the popular programming languages. After going through these you will be able to understand and apply tips, tricks, and techniques to effectively use in your programming and code development. Programming languages that are covered here include C++, Perl, Java, EJB, C#, VB .NET, Assembly, UML, and XML. All of these ebooks and programming learning materials can be used as references by both novice and expert developers. They are in pdf format. Here is a small number of these programming ebooks and tutorials:


     - Flash MX ActionScript ebook
     - Java ebook  Java ebook 2
     - Intoduction to Java
     - Java 2 Network Security
     - C++ ebook
     - Borland C++ ebook
     - Perl ebook  Perl ebook 2
     - Java Programming Handbook
     - Enterprise JavaBeans  EJB ebook 2
     - Developer's Guide
     - Assembly Language 32-bit
     - Thinking in C++, 2nd ed
     - Thinking in Java, 2nd Edition
     - JBuilder ebook
     - Building Applications with JBuilder
     - Linux Administrators Security Guide
     - Developing opentools
     - VB .Net Programming Guide
     - C# and dotNet Developer guide
     - C# building .NET applications
     - Visual Basic .NET ebook
     - Web Application Development
     - Web Services Development
     - MCSD Study Guide
     - Java Programming Language, Part 1
     - Java Programming Language, Part 2

    Popularity: 20% [?]


    Related Posts:
  • Free Computer eBooks, Guides and References from OnlineFreeeBooks.net
  • Xpressionsz eBooks Heaven
  • 16 Ebooks for C++, C#, and Visual Studio
  • 120 Computer and Network Security eBooks
  • 24 Free Linux Ebooks and HowTos

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



    June 29, 2009

    Free Training for Visual C# and .Net Framework

    Here are free training and study materials for Microsoft's 70-316 and 70-536 certification exams, covering Microsoft Visual C# and Visual Studio .NET, and the dotNet Framework from an Application Development perspective.


    Training materials for Microsoft examination 70-316 
    The materials available here are training and study aids for students aiming to take the MCP exam 70-316: Developing and Implementing Windows-based Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET.

    The following course files are available:

     - Background
     - The User Interface
     - Types and Members
     - Object-Oriented Programming and Polymorphism
     - Testing and Debugging
     - Data Access
     - Creating Controls
     - Advanced Framework Topics
     - Assemblies, Configuration and Security
     - Deployment


    Training materials for Microsoft examination 70-536
    The materials available here are training and study aids for students aiming to take the MCP exam 70-536: Microsoft .NET Framework - Application Development Foundation.

    The following course files are available:

     - Framework Fundamentals
     - Input Output
     - Searching, Modifying and Encoding Text
     - Collections and Generics
     - Serialization
     - Graphics
     - Threading
     - Application Domains
     - Installing and Configuring Applications
     - Instrumentation
     - Application Security
     - User and Data Security
     - Interoperation
     - Reflection
     - Mail

    Popularity: 5% [?]


    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.

    Update Jan. 8, 2011: There are more freely available ebooks on this site at this location.


    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: 14% [?]


    Related Posts:
  • 27 Unix and Linux eBooks
  • 70 Computer and IT ebooks
  • 120 Computer and Network Security eBooks
  • Computer and Programming eBooks at Bookgo.org
  • Free Certification Preparation Exams

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

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


    Next Page »

    Powered by WordPress