Intelligentedu
Le meilleur nouvel ordinateur libre IL ressources de cours d'instruction de formation
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





Roulement de Blog :


Liens supérieurs :

29 juin 2009

Formation libre pour C# visuel et. Cadre net

Voici libre matériaux de formation et d'étude pour 70-316 de Microsoft et 70-536 examens de certification, couvrant Microsoft C# visuel et studio visuel .NET, et le cadre de dotNet d'une perspective de développement d'application.


Matériaux de formation pour l'examen 70-316 de Microsoft
Les matériaux disponibles ici sont formation et étudient des aides pour des étudiants visant à prendre l'examen 70-316 de MCP : Développant et mettant en application des applications Windows-based avec Microsoft C# visuel .NET et studio visuel .NET de Microsoft.

Les dossiers de cours suivants sont disponibles :

- Fond
- L'interface utilisateur
- Types et membres
- Programmation et polymorphisme orientés objectivement
- Essai et correction
- Access de données
- Créer des commandes
- Matières avançées de cadre
- Assemblées, configuration et sécurité
- Déploiement


Matériaux de formation pour l'examen 70-536 de Microsoft
Les matériaux disponibles ici sont formation et étudient des aides pour des étudiants visant à prendre l'examen 70-536 de MCP : Cadre de Microsoft .NET - base de développement d'application.

Les dossiers de cours suivants sont disponibles :

- Principes fondamentaux de cadre
- Entrée-sortie
- Texte recherchant , de modification et de codage
- Collections et médicaments génériques
- Fabrication en série
- Graphiques
- Filetage
- Domaines d'application
- Applications de installation et de configuration
- Instrumentation
- Sécurité d'application
- Utilisateur et sécurité de données
- Interoperation
- Réflexion
- Courrier

Popularité : 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


    June 6, 2009

    75 ASP.Net Data Access Tutorials

    These 75 ASP .Net Data Access Tutorials at asp.net explain in detail techniques for implementing the common data access patterns in ASP .NET 2.0. These tutorials are geared to be concise and provide step-by-step instructions with plenty of screen shots to walk you through the process visually. The tutorials are constructed in such a manner that both VB and C# developers will find it easy to follow different topics.


    Introduction
    In the introductory tutorials, the topics covered are creating the Data Access Layer (DAL) to access the information in a database, how to centralize your business rules into a Business Logic Layer (BLL).

    - 1. Creating a Data Access Layer C#
    - 2. Creating a Business Logic Layer C#
    - 3. Master Pages and Site Navigation C#


    Basic Reporting
    These tutorials discuss topics like displaying data with the ObjectDataSource control, declarative parameters and programmatically setting the ObjectDataSource's parameter values.

    - 4. Displaying Data With the ObjectDataSource C#
    - 5. Declarative Parameters C#
    - 6. Programmatically Setting the ObjectDataSource's Parameter Values C#


    Master/Detail
    These ASPdotNET tutorials examine topics like how to display the master records in a DropDownList control and the details of the selected list item in a GridView, the master/detail relationship to add a third layer etc.

    - 7. Master/Detail Filtering With a DropDownList C#
    - 8. Master/Detail Filtering With Two DropDownLists C#
    - 9. Master/Detail Filtering Across Two Pages C#
    - 10. Master/Detail Using a Selectable Master GridView with a Details DetailView C#


    Custom Formatting
    These tutorials teach topics such as how to accomplish data bound formatting through the use of the DataBound and RowDataBound event handlers, achieving a greater degree of customization with the GridView and DetailsView controls etc.

    - 11. Custom Formatting Based Upon Data C#
    - 12. Using TemplateFields in the GridView Control C#
    - 13. Using TemplateFields in the DetailsView Control C#
    - 14. Using the FormView's Templates C#
    - 15. Displaying Summary Information in the GridView's Footer C#


    Editing, Inserting, and Deleting Data
    These ASPdotNETtutorials examine topics like inserting, updating and deleting data, examining the events associated with it, handling BLL and DAL exceptions, adding validation controls to the editing and inserting interfaces and limiting data modification functionality based on the user.

    - 16. An Overview of Inserting, Updating, and Deleting Data C#
    - 17. Examining the Events Associated with Inserting, Updating, and Deleting C#
    - 18. Handling BLL- and DAL-Level Exceptions in an ASP.NET Page C#
    - 19. Adding Validation Controls to the Editing and Inserting Interfaces C#
    - 20. Customizing the Data Modification Interface C#
    - 21. Implementing Optimistic Concurrency C#
    - 22. Adding Client-Side Confirmation When Deleting C#
    - 23. Limiting Data Modification Functionality Based on the User C#


    Paging and Sorting
    These tutorials demonstrate topics such as paging and sorting report data, efficiently paging through large amounts of data, sorting custom paged data and creating a customized sorting user interface.

    - 24. Paging and Sorting Report Data C#
    - 25. Efficiently Paging Through Large Amounts of Data C#
    - 26. Sorting Custom Paged Data C#
    - 27. Creating a Customized Sorting User Interface C#


    Custom Button Actions
    This tutorial shows how to create custom button actions in a GridView.

    - 28. Adding and Responding to Buttons to a GridView C#


    Displaying Data with the DataList and Repeater
    These tutorials discuss topics like displaying data with the DataList and Repeater controls, formatting the DataList and Repeater controls based upon data, showing multiple records per row with the DataList Control and nested data web controls.

    - 29. Displaying Data with the DataList and Repeater Controls C#
    - 30. Formatting the DataList and Repeater Based Upon Data C#
    - 31. Showing Multiple Records per Row with the DataList Control C#
    - 32. Nested Data Web Controls C#


    Filtering Scenarios with the DataList and Repeater
    These tutorials examine using different filtering scenarios with the DataList and Repeater controls. This section also covers the master/detail filtering with a DropDownList, master/detail filtering across two pages and master/detail using a bulleted list of master records with a Details DataList

    - 33. Master/Detail Filtering With a DropDownList C#
    - 34. Master/Detail Filtering Across Two Pages C#
    - 35. Master/Detail Using a Bulleted List of Master Records with a Details DataList C#


    Editing and Deleting Data Through the DataList
    These tutorials demonstrate ASPdotNET techniques like editing and deleting data in the DataList, performing batch updates, handling BLL and DAL level exceptions, adding validation controls to the DataList's editing interface, customizing the DataList's editing interface etc.

    - 36. An Overview of Editing and Deleting Data in the DataList C#
    - 37. Performing Batch Updates C#
    - 38. Handling BLL- and DAL-Level Exceptions C#
    - 39. Adding Validation Controls to the DataList’s Editing Interface C#
    - 40. Customizing the DataList’s Editing Interface C#
    - 41. Implementing Optimistic Concurrency C#
    - 42. Adding Client-Side Confirmation When Deleting C#
    - 43. Limiting Data Modification Functionality Based on the User C#


    Paging and Sorting with the DataList and Repeater
    These tutorials shows how to create paging report data in a DataList or Repeater control and how to sort data in a DataList or Repeater control.

    - 44. Paging Report Data in a DataList or Repeater Control C#
    - 45. Sorting Data in a DataList or Repeater Control C#


    Custom Button Actions with the DataList and Repeater
    This tutorial examines the topic of custom button action with the DataList and Repeater controls.

    - 46. Custom Buttons in the DataList and Repeater C#


    Accessing the Database Directly from an ASP.NET Page
    These tutorials examine topics like querying data with the SqlDataSource control, using parameterized queries with the SqlDataSource control, inserting, updating and deleting data with the SqlDataSource control and implementing optimistic concurrency with the SqlDataSource control.

    - 47. Querying Data with the SqlDataSource Control C#
    - 48. Using Parameterized Queries with the SqlDataSource C#
    - 49. Inserting, Updating, and Deleting Data with the SqlDataSource C#
    - 50. Implementing Optimistic Concurrency with the SqlDataSource C#


    Enhancing the GridView
    These tutorials show ASPdotNET techniques such as adding a GridView column of radio buttons and checkboxes and inserting a new record from the GridView's footer.

    - 51. Adding a GridView Column of Radio Buttons C#
    - 52. Adding a GridView Column of Checkboxes C#
    - 53. Inserting a New Record from the GridView’s Footer C#


    Working with Binary Files
    These tutorials examine these techniques: uploading binary files, displaying binary data in the data web controls, including a file upload option when adding a new record and updating, deleting existing binary data.

    - 54. Uploading FilesC#
    - 55. Displaying Binary Data in the Data Web Controls C#
    - 56. Including a File Upload Option When Adding a New Record C#
    - 57. Updating and Deleting Existing Binary Data C#


    Caching Data
    These tutorials teach topics like caching data with the ObjectDataSource, caching data in the architecture and application startup and using SQL cache dependencies.

    - 58. Caching Data with the ObjectDataSource C#
    - 59. Caching Data in the Architecture C#
    - 60. Caching Data at Application Startup C#
    - 61. Using SQL Cache Dependencies C#


    Database-Driven Site Maps
    This tutorial shows how to build a custom database driven site map provider.

    - 62. Building a Custom Database-Driven Site Map Provider C#


    Working with Batched Data
    These tutorials demonstrate techniques with working with batched data and wrapping database modifications within a transaction

    - 63. Wrapping Database Modifications within a Transaction C#
    - 64. Batch Updating C#
    - 65. Batch Deleting C#
    - 66. Batch Inserting C#


    Advanced Data Access Scenarios
    These tutorials teach topics of advanced data access scenarios. The topics include creating new stored procedures, using existing stored procedures, updating the TableAdapter to use JOINs, adding additional DataTable columns, working with computed columns, debugging stored procedures and creating stored procedures and user defined functions with manages code.

    - 67. Creating New Stored Procedures for the Typed DataSet’s TableAdapters C#
    - 68. Using Existing Stored Procedures for the Typed DataSet’s TableAdapters C#
    - 69. Updating the TableAdapter to Use JOINs C#
    - 70. Adding Additional DataTable Columns C#
    - 71. Working with Computed Columns C#
    - 72. Configuring the Data Access Layer’s Connection- and Command-Level Settings C#
    - 73. Protecting Connection Strings and Other Configuration Information C#
    - 74. Debugging Stored Procedures C#
    - 75. Creating Stored Procedures and User-Defined Functions with Managed Code C#

    Popularity: 4% [?]


    Related Posts:
  • 37 ASP.NET AJAX Video Tutorials
  • Free ASP.NET Books and eLearning Course
  • Free ASP.NET Training Course
  • 11 Ebooks on Web Development, AJAX, ASP.NET, C++, C#, and XSLT
  • ASP.NET and Visual Basic .NET Tutorials

  • Tags for this post>> |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 9:58 am


    June 3, 2009

    ASP.NET Security Tutorials

    These 14 ASP.NET Security Tutorials at asp.net describe the security features of ASP .NET and how to use them in your code. The following ASP .NET Security tutorials explain in detail several ASP .NET Security features that are very useful to both novice and professional web application developers. These tutorials are constructed in such a manner that both VB and C# programmers will find it easy to follow. They explore techniques for authenticating visitors through a web form, authorizing access to particular pages and functionality, and managing user accounts in an ASP .NET application.


    Introduction
    In the introductory section of this tutorial the topics covered are identifying and log users in to a website, usage ASP .NET’s Membership framework to manage user accounts, Create, update, and delete user accounts, managing user roles, customizing and extending ASP .NET’s security Web controls, forms authentication and configuration and host of other related topics.

    - #1 | Security Basics and ASP.NET Support View in VB or C#
    - #2 | An Overview of Forms Authentication View in VB or C#
    - #3 | Forms Authentication Configuration and Advanced Topics View in VB or C#


    Membership
    These tutorials examine techniques for adding the necessary schema to the database in order to use the SqlMembershipProvider, which uses a Microsoft SQL Server database as the user store. These tutorials also examine the key tables in the schema and discuss their purpose and importance. Other topics included are user based authorization, and storing additional information which is explained by building a rudimentary guestbook application.

    - #4 | Creating the Membership Schema in SQL Server View in VB or C#
    - #5 | Creating User Accounts View in VB or C#
    - #6 | Validating User Credentials Against the Membership User Store View in VB or C#
    - #7 | User-Based Authorization View in VB or C#
    - #8 | Storing Additional User Information View in VB or C#


    Roles
    These tutorials demonstrate: the steps necessary for configuring the Roles framework, building two ASP .NET pages to assist with managing what users belong to what roles, how to apply role-based URL authorization rules, and using declarative and programmatic means for altering the data displayed.

    - #9 | Creating and Managing Roles View in VB or C#
    - #10 | Assigning Roles to Users View in VB or C#
    - #11 | Role-Based Authorization View in VB or C#


    Administrative Tasks
    These tutorials teach these topics: building an interface to select one user account from many, recovering and changing passwords using controls like PasswordRecovery and ChangePassword, and unlocking and approving user accounts by building a web page for administrators.

    - #12 | Building an Interface to Select One User Account from Many View in VB or C#
    - #13 | Recovering and Changing Passwords View in VB or C#
    - #14 | Unlocking and Approving User Accounts View in VB or C#

    Popularity: 4% [?]


    Related Posts:
  • 37 ASP.NET AJAX Video Tutorials
  • ASP.NET and Visual Basic .NET Tutorials
  • Free Book Chapters covering Java, JSP, and ASP.Net
  • FAQs for C, C++, Java, C#, VB.Net, ASP.Net, XML, HTML, Oracle, SQL PL, SAPs
  • 29 Books and Tutorials for DotNET, C#, VB.NET and ASP.NET

  • Tags for this post>> |

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


    April 24, 2009

    Creating Windows-based Applications

    These tutorials on Creating Windows-based Applications Tutorials at Microsoft Developer Network provide an overview of developing software applications in Windows, and how Windows forms are generated (and when web forms should be choosen instead). They also discuss the various application services available for Windows developer and the structure of the Windows Presentation Foundation. These tutorials can be used as a detailed reference guide for Windows software development. Also provided are the latest additions to Windows Forms for the .Net framework.


    Overview of Windows-based Applications
    This tutorial section describes the details about the different ways to develop windows based applications. It has also talks about the Visual Studio Windows-based Applications, Visual Studio Tools for Windows-based Application Development, different kinds of Windows-based Applications.

    Choosing Between Windows Forms and Web Forms
    We can develop application either on windows or on web. This section explains when to choose windows forms or when to choose web forms development.

    Windows Forms
    This section provides the links to the technologies and tools for creating Windows-based applications.

    Windows Presentation Foundation in Visual Studio
    This section describes the Windows Presentation Foundation (WPF) and WPF controls and applications.

    Client Application Services
    This section describes how Windows-based applications use the ASP.NET AJAX login, roles, and profile application services included in the Microsoft ASP.NET 2.0 AJAX Extensions.

    Popularity: 2% [?]


    Related Posts:
  • 42 Microsoft Certification Practice Exams
  • Web Based Programming Books
  • Free Microsoft MCSE MCSD Certification Ebooks
  • Free Microsoft Certification MCAD and MCSD Ebooks
  • Xen Virtualization Online Book

  • Tags for this post>> | |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 10:11 am


    3 Windows Forms Tutorials

    These 3 Windows Forms Tutorials at Microsoft Developer Network provide a detailed overview of the Windows Forms and Graphics Services in Windows and Visual Studio, how Windows Forms are generated with lots a sample code, and how users can work with them.


    Windows Forms
    This section provides in depth coverage of getting started with Windows forms and working with applications to enhance the forms. It also provides a detailed reference guide for Windows forms and walkthroughs for working with them. Also provided are the new additions in Windows Forms for the .Net 3.5 and 2.0 framework.

    Windows Forms Community Support
    This section provides the community support websites links for the microsoft windows forms.

    What's New in Windows Forms for the .NET Framework 3.5
    .NET Framework provides lot of features for windows forms development and this section gives the new features added in .NET Framework 3.5.

    Additions to Windows Forms for the .NET Framework 2.0
    This section talks about the new and enhanced features added to the .NET Framework 2.0 including Application settings, new controls, ClickOnce deployment etc.

    Getting Started with Windows Forms
    This section explains in-depth about Windows Forms to display data, handle user input, and deploy your applications easily with examples.

    Enhancing Windows Forms Applications
    We can enhance our windows based application using the features provided by windows forms, this section talks about that.

    Windows Forms Reference
    This section provides code examples demonstrating the usage of Windows Forms controls, components, properties, methods etc.


    Code for Windows Forms Applications
    This topic is designed to help you find code that demonstrates how to perform common programming tasks in Windows Forms applications. The topics listed are code-oriented topics. If you are using Visual Studio, you can use the Windows Forms Designer to complete many of these tasks.

    The tasks are divided into the following categories:
    - Application creation
    - Form manipulation
    - Dialog boxes
    - Data binding
    - MDI forms
    - Menu manipulation


    Graphics Overview (Windows Forms)
    This section looks into the GDI+ application interface, the various categories of Graphics Services available in .Net forms and the structure of the Graphics Interface.

    Overview of Graphics
    This section explains about the GDI+ application interface and how it is exposed through manage classes.

    Three Categories of Graphics Services
    This section talks about three different graphic offerings in .net windows forms.

    Structure of the Graphics Interface
    This section talks about the .net managed class interface to GDI+ and also the structure.

    Popularity: 2% [?]


    Related Posts:
  • Creating Windows-based Applications
  • Lots of PHP Tutorials
  • ASP.NET and Visual Basic .NET Tutorials
  • 12 Windows .NET and Windows to Linux eBooks
  • 19 Database Tutorials

  • Tags for this post>> |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 12:09 am


    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


    April 4, 2009

    250 Computer eBooks

    Here are over 250 Computer eBooks covering many techinical areas, including Java, C++, XML, Cisco, Wireless, Use Cases, UML, CIW, and dotNet. These programming and computer ebooks are in pdf format.


    eBook Topics:

    - C++ Programming
    - Java Programming
    - Java Networking and Security
    - J2EE, J2ME, JSP
    - EJB, JavaBeans
    - JDBC and Database Programming
    - PHP Programming
    - Algorithms
    - CIW Certification
    - A++ Certification
    - MySQL and Oracle Database
    - SQL, Database Design
    - XML Programming, SOAP
    - Cisco, CCIE, CCDA, CCNP, CCNA
    - Networking, SNMP
    - Wireless, WLAN, WPAN
    - 3G Mobile Communications
    - Security, SSCP Certification
    - Neural Networks
    - Fiber Optics Communications
    - Linux Shell Scripting
    - Real-Time Designs and Patterns
    - UML, Use Cases
    - Software Architecture
    - ANT
    - Solaris, SCSA, SCPJ, SCEA
    - Visual Studio
    - .NET Framework and Architecture
    - C# (C Sharp) Programming
    - Visual Basic .NET, VB .NET
    - Visual C++ .NET
    - Windows 2003
    - Windows XP
    - Citrix

    Popularity: 9% [?]


    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 @ 7:14 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 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


    10 VB.NET Tutorials

    Here are 10 VB .NET Tutorials at devhood.mit.edu to leverage the power of VB .NET to build applications for different technologies. Visual Basic .Net (VB .Net) is the newest evolution of Visual Basic and part of the .Net suite of application development tools extends traditional VB capabilities to include structured exception handling, method overloading, inheritance and more. The VB.Net extended capabilities make it easy to create .Net applications which include windows applications, Web Services and web applications. These VB .Net tutorials will provide you with tips to get you up and going to start working with this language.


    VB .NET Tutorials:

    - Type - Strong List in VB .Net
    - MyClass Keyword in VB .NET
    - Prevent Multiple Instances of a .NET Windows Application
    - Painting a background onto the MDIClient part of an MDIForm
    - Uncovering the .Net Framework (v 1.0) FolderBrowser Dialog
    - Validate User Input the Easy Way
    - Validating Input in VB .Net
    - Client/Server Apps in VS .Net
    - How to Build an FTP Client with VS .Net
    - Passing text between forms with VB .NET

    Popularity: 4% [?]


    Related Posts:
  • Free Training for Visual Basic .Net
  • FAQs for C, C++, Java, C#, VB.Net, ASP.Net, XML, HTML, Oracle, SQL PL, SAPs
  • A Programmer's Introduction to Visual Basic.Net - Free eBook
  • 50 Most Popular Posts on Intelligentedu.com's Blog
  • Tutorials for VB.NET, XML, .NET, Web-Based UI, Java, ASP.NET, C#, Oracle 9i

  • Tags for this post>> |

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


    March 12, 2009

    .NET Web Services and CLR Presentation Slides

    Here are Jim Miller's two Web Services and Common Language Runtime Presentations, located at mit.edu. Dr. Miller, who works as a Lead Program Manager for Microsoft Corporation, explains the concept of Web Services and the Common Language Runtime (CLR) in two separate presentations, the first flowing to concepts presented in the second. These presentations help you understand more about these two concepts using source code and examples from Microsoft Stack.


    This first section outlines problems of the web in terms of interaction between multiple applications and explains how this issue can be overcome using Web Services. Dr. Miller talks about the various distributed technologies that have emerged over the years, which include Web Services. He also explains how to utilize Web Services and various other standards, simplifying it with source code and industry examples.

    Web Services Presentation I
    :
    - Web Services Part I (html)
    - Web Services Part I (ppt)


    In the second section, Dr. Miller discusses the various web development tools available to develop web applications using web services. The first few slides of the presentations help us to understand how a web service can be used in traditional web applications using the HTML, ASP.Net, Scripting, UDDI,WSDL,SOAP etc. This seciton also covers the .Net Common Language Runtime architecture and the .NET execution model for managed and unmanaged code, along with details about native code, IL code and Meta data and mapping these with AAP.net and WSDL, etc.

    Web Services Presentation II:
    - Web Services Part II (html)
    - Web Services Part II (ppt)

    Popularity: 5% [?]


    Related Posts:
  • Java Programming Course Slides
  • Ruby On Rails, Ajax Cheat Sheets and Slides
  • dotNET Framework Training Modules from MIT
  • PHP Slide Presentations
  • My First Blog Post: Discovering and Sharing Free IT Training and Tutorials

  • Tags for this post>> | |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 7:16 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


    January 17, 2009

    .NET, ASP.NET, and ADO.NET Tutorials by Srikanth

    Here are some more tutorials from Srikanthtechnologies Articles Archive, these cover learning .NET, ASP.NET, and ADO.NET.


    - Convert Data From MS Excel To SQL Server
    How to load data from a worksheet of .XLS (MS Excel) file to a table in SQL Server 2005.

    - File System Monitoring Using Windows Service
    Describes step-by-step how to monitor file system to keep track of creation, deletion, updation and renaming of files in a folder in the file system.

    - Using MySQL 5.0 with .NET
    Steps for installing MySql 5.0 and Connector/NET, then how to connect to MySql Database from .NET.

    - Working with Image, Sql Server and ASP.NET 2.0
    Explains a simple application to store and retrieve images in Sql Server Database using Asp.NET 2.0.

    - Calling Oracle Stored Procedure From ASP.NET
    Shows how to call a stored procedure of Oracle Database 10g from ASP.NET using ADO.NET.

    - Working with images in ASP.NET
    How to insert a row that contains an image into SQL Server database, and how to display rows along with the image.

    - Dynamically creating database and tables in ASP.NET
    This teaches how to create a SQL Server database and tables using scripting.

    - Private assembly Vs. Global assembly
    How to create a class library and an assembly and start using them,and converting a private assembly to global assembly.

    - Creating RSS Reader
    Shows step-be-step what is RSS and how to write a program in ASP.NET to read an RSS feed to display the feed information in your website.

    - ADO.NET Tutorial
    This tutorial teaches you how to use ADO.NET to access data in the .NET Framework 2.
    - Introduction To ADO.NET
    - Using OLEDBDataReader and OLEDBCommand
    - Using DataSet
    - Working with XML in ADO.NET

    Popularity: 10% [?]


    Related Posts:
  • Core and Enterprise Java Tutorials by Srikanth
  • 37 ASP.NET AJAX Video Tutorials
  • Visual Basic.NET, ADO.NET, and XML Tutorial Lessons
  • 29 Books and Tutorials for DotNET, C#, VB.NET and ASP.NET
  • Tutorials for MS Certified Technology Specialist Exams

  • Tags for this post>> | |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 11:01 am


    October 24, 2008

    740 Technical and Programming eBook Links

    Here are 740 technical and programming eBooks whose links are available at books-pdf.blogspot.com. These ebooks cover a wide variety of areas, such as Java, C and C++ programming, .NET, C# programming, Web Development, Ajax, PHP, Ruby, Rails, Database, Computer Science, Information Technology (IT), 3D Animation, and Algorithms.


    Category of eBooks at books-pdf.blogspot.com:


    Popularity: 21% [?]


    Related Posts:
  • 150 Free Computer Ebooks
  • 150 Free Ebooks in Several Technical Areas
  • Free Computer Ebooks in Many Technical and Programming Areas
  • Xpressionsz eBooks Heaven
  • Freely available eBooks from ebooks-space.com

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

    Filed under: Free Computer and I.T. Books — computer_teacher @ 6:41 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


    October 9, 2008

    Developing Oracle Database Applications with Visual Studio and .NET

    Here is more updated and new free training content from Oracle for developing Oracle database applications with Visual Studio and .NET.


    >> John Cook has updated his tutorial on Developing Oracle Database Applications with Visual Studio 2008, 2005, and 2003. For those new to this type of development, this will give you a quick-start hands-on guide. This is a very popular .NET support document on OTN. If you need more advanced instruction, please see the Oracle 2 Day .NET Developers Course-Guide.

    - For Visual Studio 2008 and 2005
    - For Visual Studio .NET 2003


    >> Now you can Download the .NET and Windows Slides and Sample Code from Oracle OpenWorld 2008

    Oracle OpenWorld 2008 provided a successful Oracle Develop .NET session track. This was a popular track for .NET developers to learn about and start using the most current Oracle database and .NET functionality.

    Download the .NET and Windows slides and sample code for Oracle Database

    (To download individual slidedecks and demo code, click each link labeled "Download".)

    Here is the download for all of the slide decks and sample code in one 20 mb zip file.

    Popularity: 9% [?]


    Related Posts:
  • Free Microsoft .Net Course Modules for Developers
  • Free Microsoft Certification MCAD and MCSD Ebooks
  • 10 Freely Available Ebooks Covering Microsoft Technologies
  • 16 Ebooks for C++, C#, and Visual Studio
  • IT Books on Java, C++ C#, VB.net, Web Programming, Linux, Oracle, MS Server

  • Tags for this post>> |

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


    August 9, 2008

    eBooks for .NET, Networking, and Database Design

    Here are several Computing eBooks in pdf format from elib.hbi.ir. These ebooks cover .NET, ASP.NET, VB.NET, C#, XML, PHP and MySQL, Networking, Network Security, Database Design, JDBC, Linux Shell Scripting, and Windows 2003 Deployment. I have listed the topics below for the more recent ebooks on this site. Some of the books on this site are older and are therefore not helpful.


    Programming eBooks:
    - Visual Studio .NET Macros and Add-ins
    - Computer Architecture and XML
    - XML Programming with dotNET
    - PHP and MySQL Programming
    - .NET Framework and Architecture
    - OOP and Visual Basic dotNET and Visual C#
    - ASP.NET Development
    - Visual C++ .NET
    - VB .NET Development

    Networking and Security eBooks:
    - TCP-IP Basics
    - Network Security
    - Defending your Network
    - Defending your Website
    - Cisco IOS
    - Cisco Security
    - Ethernet

    Database eBooks:
    - Database Design, Entity Relationships and Diagrams
    - Database Programming using JDBC and Java
    - Advanced Database Design

    Operating System eBooks:
    - Linux Shell Scripting tutorial
    - Windows Server 2003 Deployment Resource Kit

    Popularity: 12% [?]


    Related Posts:
  • Computer and Programming eBooks at eBook-x.com
  • 246 Freely Available eBooks
  • Programming and Linux eBooks
  • Open Source Programming and Computer eBooks
  • Many Computer and Programming eBooks at 51cnnet.net

  • Tags for this post>> | | |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 3:05 pm


    July 28, 2008

    30 dotNET and Web Dev eBooks

    Here are 30 Programming eBooks mainly covering dotNet Framework, C#, and Web Services and Network Programming. Also included are a few ebooks on Java, C and C++ programming, XSLT, PalmOS programming, and network security. These programming annd web application development ebooks are in chm and pdf formats


    Topics for Programming eBook at this site:

    - ADO .NET
    - C# (C Sharp)
    - C# Network Programming
    - C# Database Programming
    - Visual Studio . NET
    - VB .NET
    - Visual Basic
    - dotNET Mobile Web Programming
    - Windows CE .NET
    - .NET - Dot NET Framework
    - Dot NET Security and Cryptography
    - Java Programming
    - C and C++ Secure Programming
    - XSLT
    - PalmOS Programming
    - Network Security
    - Network Performance
    - Web Services with XML RPC
    - Web Service Security

    Popularity: 7% [?]


    Related Posts:
  • .NET, C#, MCSD, SQL Server, Ajax Ebooks
  • Ebooks for .NET, .NET Certifications, SQL Server, and AJAX
  • 18 Free Computer Ebooks
  • Free Ebooks for PHP, MySQL, C#, dotNet, ADO.Net, 3d max
  • 150 Free Computer Ebooks

  • Tags for this post>> | |

    Filed under: Free Computer and I.T. Books — computer_teacher @ 9:40 am


    Powered by WordPress