Sign in
Join
Forgot your password?

The default search term operator is AND

You can use brackets, AND OR and NOT to improve your search. For example: C# AND NOT ( VB or SQL )

A query of a single * will return everything, filtered by any filters.

Filter examples:
Search by Author: author:"author name"
Filter by tag: tag:C# or tag:(C++ or Java)
Wildcard search use: "?" or "*" eg. gr?d or gr*

Mockup_17
Ruby-course-logo-big
Refactorlogo
Jquery%20part%204%20366%20288
Image

Categories

  • All
  • CodeProject.TV
  • Web Development
  • Desktop Development
  • Mobile Development
  • Cloud Computing
  • Enterprise Systems
  • Database
  • Multimedia
  • Languages
  • Platforms, Frameworks & Libraries
  • General Programming
  • Graphics / Design
  • Development Lifecycle
  • All authors

Top Grossing Videos

see more
  • Acceptance Testing on Legacy Code thumbnail

    Acceptance Testing on Legacy Code

    Roy Osherove
    $2.99
    50m 3s
    3 months ago
    In this video Roy Osherove shows how to do acceptance testing on legacy code, and how to approach your legacy code with a test driven state of mind. What should you test first? what should you not test at all? What does continuous acceptance testing look like?
    see more: tdd agile unit testing legacy code Testing
  • Hardcore Refactoring Techniques on Legacy Code thumbnail

    Hardcore Refactoring Techniques on Legacy Code

    Roy Osherove
    $2.99
    46m 57s
    3 months ago
    In this video we take a long deep look at many different refactoring techniques, including: Extract & Override, Extract Interface, Instance Delegator, Parametrize Constructor, Add Static Setter, and many more.
    see more: agile tdd Refactoring unit testing test driven development programming
  • Ruby Programming: Files and IO thumbnail

    Ruby Programming: Files and IO

    Huw Collingbourne
    $2.99
    14m 10s
    8 months ago
    Ruby is a great language for processing disk files. Whether you want to save configuration files or create a file backup program, Ruby has all you need. This lesson looks at some important Ruby file-handling classes and methods.
    see more: ruby yaml file-handling files file directories
  • Ruby Programming: Blocks, Procs & Lambdas thumbnail

    Ruby Programming: Blocks, Procs & Lambdas

    Huw Collingbourne
    $3.99
    17m 52s
    3 months ago
    Blocks play an important role in Ruby programming – but they can be quite mystifying at the outset. This lesson cuts through the mystery to show how blocks, procs and lambdas are used.
    see more: ruby programming blocks procs lambdas
  • The Ruby Programming Language - a quick introduction thumbnail

    The Ruby Programming Language - a quick introduction

    Huw Collingbourne
    $1.99
    13m 49s
    6 months ago
    In this video, Huw Collingbourne (author of ‘The Book Of Ruby’), gives a quick overview of both the Ruby language and the Ruby On Rails framework. This is not a programming tutorial – you won’t have to do any hands-on coding. It is a super-fast, no-fat introduction to the core features of Ruby for scripting and web development.
    see more: ruby rails ruby on rails programming
  • The Art of Unit Testing Part 1 - The First Unit Test thumbnail

    The Art of Unit Testing Part 1 - The First Unit Test

    Roy Osherove
    $3.99
    1h 55m 52s
    3 months ago
    Start writing your first unit testing using C# or Java. In this vide, we get to know the very basics - what does it mean to write readable, maintainable, trust worthy unit tests?
    see more: unit testing tdd test driven development agile Testing
  • Ruby Programming: Loops and iterators thumbnail

    Ruby Programming: Loops and iterators

    Huw Collingbourne
    $2.99
    11m 57s
    3 months ago
    If you want to execute code a fixed number of times or process the items in a collection such as an array or a hash, you’ll need loops and iterators. This lesson explains the basics.
    see more: ruby programming
  • Ruby Programming: Hashes thumbnail

    Ruby Programming: Hashes

    Huw Collingbourne
    $2.99
    13m 44s
    3 months ago
    Hashes are collections of key-value pairs, similar to Dictionaries or ‘associative arrays’ in some other languages. This lesson explains how to use Ruby hashes.
    see more: ruby programming
  • Ruby Programming: Attributes and accessors thumbnail

    Ruby Programming: Attributes and accessors

    Huw Collingbourne
    $2.99
    12m 32s
    3 months ago
    Attributes are the Ruby equivalents of what many other languages call ‘properties’ – they provide a convenient way of accessing variables in an object using getter and setter methods.
    see more: ruby programming object orientation
  • Video #2 in Introduction to XML: Syntax thumbnail

    Video #2 in Introduction to XML: Syntax

    Marie Taylor
    $0.99
    7m 21s
    3 months ago
    The XML Syntax video for the course: Introduction to XML
    see more: XML beginners XML learning XML
  • Video #3 in Introduction to XML: Elements & Attributes thumbnail

    Video #3 in Introduction to XML: Elements & Attributes

    Marie Taylor
    $0.99
    5m 44s
    3 months ago
    The XML Elements & Attributes video for the course: Introduction to XML
    see more: XML beginners XML learning XML
  • Video #4 in Introduction to XML: XML Tree thumbnail

    Video #4 in Introduction to XML: XML Tree

    Marie Taylor
    $0.99
    10m 23s
    3 months ago
    The XML Tree video for the course: Introduction to XML
    see more: XML beginners XML learning XML

Top Rated Videos

see more
  • Three Types of Javascript Dialogs thumbnail

    Three Types of Javascript Dialogs

    LearnToProgram, Inc.
    $1.99
    7m 33s
    10 months ago
    In this segment, Mark reviews how to create and implement the different types of Javascript dialogs.
  • Tables with JTable: Mastering Java Swing Part 27 thumbnail

    Tables with JTable: Mastering Java Swing Part 27

    Cave of Programming
    $0.99
    21m 13s
    9 months ago
    A tutorial on tables in Java Swing
    see more: swing gui java programming beginners Tutorial
  • Ruby Programming: Strings thumbnail

    Ruby Programming: Strings

    Huw Collingbourne
    $1.99
    10m 13s
    8 months ago
    Any program that works with user input/output or does any text-file processing needs to be able to deal with strings. This lesson explains the basics of Ruby string handling.
    see more: ruby programming
  • Ruby Programming: Files and IO thumbnail

    Ruby Programming: Files and IO

    Huw Collingbourne
    $2.99
    14m 10s
    8 months ago
    Ruby is a great language for processing disk files. Whether you want to save configuration files or create a file backup program, Ruby has all you need. This lesson looks at some important Ruby file-handling classes and methods.
    see more: ruby yaml file-handling files file directories
  • Comments thumbnail

    Comments

    LearnToProgram, Inc.
    $1.99
    3m 52s
    7 months ago
    In this video Alex shows you how to write comments into your code in Python.
    see more: Python programming
  • Getting Started with Variables thumbnail

    Getting Started with Variables

    LearnToProgram, Inc.
    $1.99
    6m 2s
    7 months ago
    In this video, Alex shows you how to declare variables and how to check their types in Python.
    see more: Python programming
  • Inline If thumbnail

    Inline If

    LearnToProgram, Inc.
    $1.99
    3m 14s
    7 months ago
    Inline If statements are supported by Python and in this video Alex shows you the syntax and use for an inline If statement.
    see more: Python programming
  • French C# tutorial Lesson 1 - variables thumbnail

    French C# tutorial Lesson 1 - variables

    fredatcodeproject
    $1.00
    8m 3s
    7 months ago
    French C# tutorial Lesson 1 - variables
    see more: french programming Tutorial beginners francais
  • French C# tutorial Lesson 5 - Variables Visibility and scope thumbnail

    French C# tutorial Lesson 5 - Variables Visibility and scope

    fredatcodeproject
    $1.00
    4m 56s
    7 months ago
    French C# tutorial Lesson 5 - Variables Visibility and scope
    see more: french programming Tutorial beginners francais
  • French C# tutorial Lesson 4 -Random numbers thumbnail

    French C# tutorial Lesson 4 -Random numbers

    fredatcodeproject
    $1.00
    5m
    7 months ago
    French C# tutorial Lesson 4 -Random numbers
    see more: french programming Tutorial beginners francais
  • Video #1- HTML5 for ASP.NET 4.5 Developers - Part 1  thumbnail

    Video #1- HTML5 for ASP.NET 4.5 Developers - Part 1

    dotNetVideos.net
    $1.50
    12m 16s
    7 months ago
    HTML5 is a revolutionary advance in the paradigm of the HTML declarative markup family.
    see more: html5 javascript css3 ASP.NET 4.5 Visual Studio Tutorial training C# web API web worker jquery Modernizr
  • French C# tutorial Lesson 6 - Delegate thumbnail

    French C# tutorial Lesson 6 - Delegate

    fredatcodeproject
    $1.00
    3m 41s
    7 months ago
    French C# tutorial Lesson 6 - Delegate
    see more: french programming Tutorial beginners francais

Latest Videos

see more
  • Buttons and Links thumbnail

    Buttons and Links

    LearnToProgram, Inc.
    $1.99
    8m 39s
    2 days ago
    Joseph explains how to effectively convey to your user which elements of your design are interactive, and what those elements will do or where they will bring you.
    see more: Design web design
  • Resolution thumbnail

    Resolution

    LearnToProgram, Inc.
    $1.99
    9m 48s
    2 days ago
    This video explains the concept of resolution, and keeping in mind how it varies from device to device.
    see more: Design web design
  • Bandwidth thumbnail

    Bandwidth

    LearnToProgram, Inc.
    $1.99
    3m 15s
    2 days ago
    Joesph goes through the circumstances out of your control, such as your users' connection speeds and device qualities, to keep in mind when designing your project
    see more: Design web design
  • Devices thumbnail

    Devices

    LearnToProgram, Inc.
    $1.99
    3m 54s
    2 days ago
    In this video, Joseph explains the importance of keeping in mind the many different types of devices your user could potentially be using.
    see more: Design web design
  • Work the System thumbnail

    Work the System

    LearnToProgram, Inc.
    $1.99
    7m 16s
    2 days ago
    This video sees Joseph running through some examples of good consistent design, which is important in helping your user easily understand your design and learn how it functions
    see more: Design web design
  • Repeat Elements thumbnail

    Repeat Elements

    LearnToProgram, Inc.
    $1.99
    4m 16s
    2 days ago
    Joseph explains how using an element more than once serves to reinforce the purpose of that element and helps everything work together.
    see more: Design web design
  • See the Big Picture thumbnail

    See the Big Picture

    LearnToProgram, Inc.
    $1.99
    3m 47s
    2 days ago
    In this video, Joseph goes through some examples of uniform websites and explains the importance of not just seeing your website as a collection of individual pieces, but how those pieces fit together as a whole.
    see more: Design web design
  • Usability thumbnail

    Usability

    LearnToProgram, Inc.
    $1.99
    3m 31s
    2 days ago
    Bringing it back to the user once more, Joseph explains the importance of keeping in mind what the person using your website or app is there for and how to get them to the information they want as easily and quickly as possible
    see more: Design web design
  • Wireframing thumbnail

    Wireframing

    LearnToProgram, Inc.
    $1.99
    8m 7s
    2 days ago
    Further explaining the importance of organization, Joseph goes through the concept of wireframing your site or app and setting it in stone before designing any appearances.
    see more: Design web design
  • Content planning thumbnail

    Content planning

    LearnToProgram, Inc.
    $1.99
    5m 43s
    2 days ago
    Joseph describes the techniques and importance of planning the organization of your content before delving into appearances and specifics.
    see more: Design web design
  • Rollover states thumbnail

    Rollover states

    LearnToProgram, Inc.
    $1.99
    3m 6s
    2 days ago
    This video explains what rollover states are, how they can be a great and effective tool for navigation on a web site, and why they must be avoided on tablet interfaces.
    see more: Design web design
  • User Considerations thumbnail

    User Considerations

    LearnToProgram, Inc.
    $1.99
    3m 51s
    2 days ago
    Joseph explains the importance of helping your user find content and get to it quickly and easily.
    see more: Design web design

Top Rated Free Videos

see more
  • Java for Beginners Part 3: Strings and Working With Text thumbnail

    Java for Beginners Part 3: Strings and Working With Text

    Cave of Programming
    Free
    9m 21s
    10 months ago
    The Java String class and working with text in Java
    see more: java programming eclipse
  • Uploading documents to Documents library in SharePoint 2013 thumbnail

    Uploading documents to Documents library in SharePoint 2013

    Asif Rehmani
    Free
    2m 44s
    9 months ago
    Uploading documents to a Documents library (App) in SharePoint 2013 is very intuitive. Just drag and drop the files directly on the web interface of the library. This video shows how that's done.
    see more: SharePoint 2013 Document Management
  • Create Custom List Form Pages using SharePoint Designer 2010 thumbnail

    Create Custom List Form Pages using SharePoint Designer 2010

    Asif Rehmani
    Free
    8m 36s
    9 months ago
    List Form pages let you view, edit and insert items in lists and libraries. The existing list form pages can be modified or new ones can be created easily using SharePoint Designer. You will see how to create a new Edit form page and then modify the page's formatting and insert your own logo in the form page.
    see more: SharePoint 2010 Lists forms
  • Create a "Hello World" Java Swing Program: Mastering Java Swing Part 2 thumbnail

    Create a "Hello World" Java Swing Program: Mastering Java Swing Part 2

    Cave of Programming
    Free
    7m 4s
    9 months ago
    Learn how to create a basic desktop Java program.
    see more: swing gui java programming beginners Tutorial
  • How to Program Android Apps: Android Custom Buttons thumbnail

    How to Program Android Apps: Android Custom Buttons

    LearnToProgram, Inc.
    Free
    10m 41s
    9 months ago
    In this Android application development tutorial, Mark will show you how to create a custom button and place it within your Android application.
    see more: navigation buttons navigation buttons button view text button onclick android apps development programming developing
  • Java for Beginners Part 10: Arrays thumbnail

    Java for Beginners Part 10: Arrays

    Cave of Programming
    Free
    9m 46s
    8 months ago
    A tutorial on arrays in Java.
    see more: java programming beginners Tutorial
  • Technical Web Testing with Chrome Incognito Mode and Cookie Editing thumbnail

    Technical Web Testing with Chrome Incognito Mode and Cookie Editing

    Alan Richardson
    Free
    9m 52s
    7 months ago
    Technical Web Testers need the ability to manipulate cookies when testing. This video explores the incognito mode and the Cookie editing functionality available in the Google Chrome browser with an emphasis on using it for Technical Web Testing
    see more: Software Testing Web Testing Manual Testing Exploratory Testing Google Chrome
  • DevExpress Dashboards: Getting Started thumbnail

    DevExpress Dashboards: Getting Started

    DevExpress
    Free
    7m 20s
    7 months ago
    In this video Seth goes over the steps of setting up a WinForms Dashboard using DevExpress controls.
    see more: DevExpress WinForms Dashboards beginners
  • DevExpress Reporting for ASP.NET thumbnail

    DevExpress Reporting for ASP.NET

    DevExpress
    Free
    9m 2s
    7 months ago
    This video shows you how to set up reports and view them inside of an ASP.NET Webform.
    see more: DevExpress Reporting Reports ASP.NET
  • DevExpress Reporting for WinForms thumbnail

    DevExpress Reporting for WinForms

    DevExpress
    Free
    8m 55s
    7 months ago
    This video shows you how to set up reports for WinForms.
    see more: DevExpress Reporting Reports WinForms
  • How to upload a video to CodeProject.TV thumbnail

    How to upload a video to CodeProject.TV

    CodeProject.TV
    Free
    3m 30s
    7 months ago
    Watch and learn how to upload a video to CodeProject.TV in this step-by-step tutorial.
    see more: tutorials Tutorial codeproject.TV
  • Video #1 - Installing a Domain Controller thumbnail

    Video #1 - Installing a Domain Controller

    dotNetVideos.net
    Free
    15m 58s
    6 months ago
    In this video we will introduce the concepts for our video series on creating a domain based Virtual development environment on Windows platform. This video series is primarily focused for .NET/SharePoint developers.
    see more: Hyper V Domain Controller Windows 2008 R2 SQL Server 2008 C# ASP.NET Tutorial programming learning to program beginners LearnNow C# for beginners

Latest Free Videos

see more
  • Code Coalition Mini How to install XCode Intro thumbnail

    Code Coalition Mini How to install XCode Intro

    Eliot Artnz
    Free
    16s
    2 days ago
    Part 1 - Setup and Install XCode Intro
    see more: iOS apps apple beginners beginner Introduction Xcode Objective-C
  • How to download and install XCode thumbnail

    How to download and install XCode

    Eliot Artnz
    Free
    1m 42s
    2 days ago
    Step-by-step Downloading and Installing XCode
    see more: iOS apps apple beginners beginner Introduction Xcode Objective-C
  • How to build your first app thumbnail

    How to build your first app

    Eliot Artnz
    Free
    22s
    2 days ago
    Setup Xcode and build your first app today!
    see more: iOS apps apple beginners beginner Introduction Xcode Objective-C
  • Adding a UIButton to our first project thumbnail

    Adding a UIButton to our first project

    Eliot Artnz
    Free
    9m 3s
    2 days ago
    Adding a UIButton to your First Project.
    see more: iOS apps apple beginners beginner Introduction Xcode Objective-C
  • MyFirstApplication See the World thumbnail

    MyFirstApplication See the World

    Eliot Artnz
    Free
    9m 11s
    2 days ago
    Your first application
    see more: iOS apps apple beginners beginner Introduction Xcode Objective-C
  • How to create an iPhone project. thumbnail

    How to create an iPhone project.

    Eliot Artnz
    Free
    4m 54s
    2 days ago
    Opening XCode and Creating your First Project
    see more: iOS apps apple beginners beginner Introduction Xcode Objective-C
  • Entity Framework Part 7 of 15 thumbnail

    Entity Framework Part 7 of 15

    ManzoorTheTrainer
    Free
    2m 4s
    20 days ago
    Delete operation
    see more: Entity Framework
  • Entity Framework Part 1 of 15 thumbnail

    Entity Framework Part 1 of 15

    ManzoorTheTrainer
    Free
    11m 40s
    about 1 month ago
    Entity Data Model
    see more: Entity Framework
  • CodeProject 10 Millionth Member Celebrations! thumbnail

    CodeProject 10 Millionth Member Celebrations!

    CodeProject.TV
    Free
    3m 16s
    about 1 month ago
    Upload your videos to congratulate CodeProject on reaching the amazing milestone of 10 million members!
    see more: CP10
  • C# Tutorial 02. Thread Safety (Part 2) thumbnail

    C# Tutorial 02. Thread Safety (Part 2)

    Sandeep Shankar
    Free
    5m 47s
    2 months ago
    Here, we'll see how to safely handle threaded-updates of thread-unsafe collections.
    see more: C# C# Tutorial Thread Safety
  • C# Tutorial 02. Thread Safety (Part 1) thumbnail

    C# Tutorial 02. Thread Safety (Part 1)

    Sandeep Shankar
    Free
    5m 35s
    2 months ago
    Here, we'll see how to safely handle threaded-updates of thread-unsafe collections.
    see more: C# C# Tutorial Thread Safety
  • French C# tutorial Lesson 3 - For and While loop thumbnail

    French C# tutorial Lesson 3 - For and While loop

    fredatcodeproject
    Free
    5m 21s
    2 months ago
    French C# tutorial Lesson 3 - For and While loop sur cette vidéo, nous allons voir comment créer une boucle For et une boucle While
    see more: french programming Tutorial beginners francais
CodeProject.TV
  • Contact Us
  • About us
  • Management team
Help
  • Report a problem
  • FAQ
  • Advertise with us
  • Terms of Service
  • Privacy policy
Account
  • My profile
  • How to submit a video
logo Copyright 2012-2013 codeproject.com
All rights reserved