Lean Manufacturing - Videos
Latest videos by bidwx
Lean Manufacturing
![]() |
Agile Programming Introduction - Software Development Tutorial Posted by: bidwx
Video duration: 582 seconds Introduction to agile development. Explains what teams and projects are best suited for using the agile model. Compares agile to the waterfall and discusses considerations for scope, requirements, risk, change, and testing. Related: agile, development, software, tutorial, technology, waterfall, sdlc, life, cycle, risk management, change management, requirements, testing, qa |
![]() |
Slowly Changing Dimensions - OLAP vs. OLTP - Data Architecture Tutorial Posted by: bidwx
Video duration: 230 seconds This short video provides an introduction to how you can apply slowly-changing dimensions in an OLAP data warehouse. It compares these features to how an OLTP database manages changes over time. Related: database, olap, oltp, architecture, business intelligence, analytics, slowly-changing dimensions, software, tutorial, labs, learning, facts, cubes, dimension, reporting |
![]() |
Boolean Flags in a Data Warehouse Analytics Project - OLAP Software Tutorial Posted by: bidwx
Video duration: 109 seconds How to transform booleans and bit flags to more usable data in your data warehouse dimensions during ETL operations. Business intelligence, OLAP, and analytics tutorial. See more of our sales analytics tools at www.reportingsales.c om. Related: data, warehouse, software, engineering, tutorial, sql, oracle, analytics, reporting, sales, etl, extract, transform, load, database, optimization, bit, flag, yes, no, true, false, dimension, fact, olap, oltp |
![]() |
SQL 2012 Analysis Services Calendar Dimension - Software Development Tutorial Posted by: bidwx
Video duration: 528 seconds Use Microsoft SQL Server 2012 Analysis Services to automatically generate and populate a time, date, or calendar dimension table. This type of dimension is commonly used in business analytics applications such as sales reporting. Software engineering tutorial. Related: microsoft sql server, analysis services, data warehouse, business intelligence, business, sales, analytics, tutorial, software, database, visual studio 2010, technology, mobile device, software tutorial, training, dimension, fact, cube, table |
![]() |
Call a Web Service and Populate a Chart using an ObjectDataSource in ASP.NET Tutorial Posted by: bidwx
Video duration: 325 seconds Use the ASP.NET Chart control and populate it using an ObjectDataSource which is linked to a web service. Shows how simple and powerful business intelligence and reporting can be built with Visual Studio 2010. Software tutorial. Download code at http://www.bidwx.com /support/Population. zip Access our free sales and customer reporting web service at http://www.reporting sales.com Related: visual studio, asp.net, chart, data, reporting, business intelligence, data warehouse, cognos, microstrategy, analysis services, analytics, demographics, 2010 census, software tutorial, web service, soa, saas |
![]() |
MVC 3 Introduction - Controllers and Views - Visual Studio Tutorial Posted by: bidwx
Video duration: 290 seconds Quick start on MVC 3 for ASP.NET! How to set up custom and default pages using controllers and views. Using Visual Studio 2010. Related: mvc, asp.net, visual, studio, 2010, patterns, model, view, controller, microsoft visual studio, tutorial, model--view--controller, software tutorial |
![]() |
Encapsulation - C# 3.0 Properties Shortcut and Object-oriented Programming Tutorial Posted by: bidwx
Video duration: 145 seconds Demonstrates the new syntax available in C# 3.0 for creating simple properties. Reviews the object-oriented principle of encapsulation. Try our free sales and customer reporting web service at http://www.reporting sales.com Related: tutorial, object-oriented, encapsulation, c, visual, studio, .net, 2010, ooad, beginner, c sharp programming language, class, diagram |
![]() |
Read web.config Connection Strings, in Subfolders Too - ASP.NET Visual Basic Tutorial Posted by: bidwx
Video duration: 66 seconds In response to a question, this video shows how to access connection strings in web.config files in root and subfolders. Uses Visual Basic .NET and Visual Studio 2010. Related: visual basic, asp.net, tutorial, visual, studio, 2008, 2010, web.config, connectionstring, connection, string, system.web.configuration, webconfigurationmanager |
![]() |
OO Design Tips - Class Substitution and the Liskov Principle - Software Engineering Tutorial Posted by: bidwx
Video duration: 78 seconds Object substitution in object-oriented programming is discussed, specifically the Liskov Substiution Principle. In a world of polymorphism, behavior of objects and classes should be consistent. Related: class computer programming, software, technology, object-oriented, substitution, polymorphism, inheritance, interface, uml, diagram, liskov substitution principle, computer software, patterns, design pattern |
![]() |
Virtual PC Tutorial - Install a Brand-new OS on VPC for Testing, Teaching, and Development Posted by: bidwx
Video duration: 138 seconds Set up a VPC from scratch. Virtual PC images are useful for many things, from teaching to testing and developing software. This video shows how to set up a VPC if you have installation media such as disks or .ISO files. Related: install, vpc, windows, xp, mode, virtual, pc, windows 7, windows xp, development, testing, tutorial, software tutorial, virtual pc, xp mode, training |
![]() |
Beginning C# - Adding Strings to Lists in Console Applications using Visual Studio 2010 Posted by: bidwx
Video duration: 110 seconds Beginner C# Console Application. In response to a viewer's question, this video demonstrates how to get strings from users in a Visual Studio 2010 Console application and add them to generic List objects. Get user input from both the command line at run-time and as arguments passed into the application. Related: console application, string, add, to, generic, list, visual, studio, 2010, c, c sharp programming language, software tutorial, beginner, command, line, arguments, args, tutorial, software, programming, console, foreach, loop, main method, .net, framework, collection class, collections |
![]() |
Delegates in C# and Visual Studio - .NET Software Tutorial Posted by: bidwx
Video duration: 59 seconds Learn about the simplified syntax for calling delegates in C# 2.0 and later. This software tutorial uses Visual Studio 2010 to demonstrate key features of the .NET Framework. Related: computer software, tutorial, c sharp programming language, technology, delegates, learn, framework, 2.0, 4.0programming, pointers, methods, syntax, development |
![]() |
C# - The Var Keyword as an Implicit Type and in LINQ Anonymous Classes - Software Tutorial by bidwx Posted by: bidwx
Video duration: 146 seconds The new var keyword allows C# .NET developers to code without explicitly declaring the datatype. The compiler will infer the type based on the way it is used. This tutorial shows how it can be used in LINQ queries with anonymous classes and other local method uses in Visual Studio 2010. Related: c, software, tutorial, linq, visual, studio, 2010, var, keyword, variant, new features, language integrated query, microsoft visual studio, learning, training, anonymous, classes |
![]() |
Maps in your Apps - Windows Phone 7 Programming Mobile and Cell Software Tutorial Part 1 Posted by: bidwx
Video duration: 124 seconds Use Bing Maps in your Windows Phone 7 apps. This video will show how to use the different features such as zoom in and out, Aerial vs. Road modes, and how to locate an address on the map. Requires a free Bing Maps account to run the demo yourself. Related: mobile phone, microsoft, windows, phone, programming, development, software, maps, mapping, computer software, software tutorial, mobile device, cell, learning, education |
![]() |
Windows Phone 7 Programming - Changing Screen Orientation - Cell and Mobile Development Tutorial Posted by: bidwx
Video duration: 113 seconds Change screen orientation when the user flips their phone from portrait to landscape. Shows how to realign controls to create a more rich user experience. Try our free sales and customer reporting web service at http://www.reporting sales.com Related: windows, mobile, phone, development, windows phone 7, programming, portrait, landscape, orientation, screen, flip, software tutorial, mobile phone, mobile device |
![]() |
What are Clustered Indexes in SQL Server 2008 R2 Software Tutorial Posted by: bidwx
Video duration: 301 seconds What are clustered indexes? How are they created? What is the connection between the primary key and the clustered index? How do I optimize the performance of SQL Server 2008 tables by using indexes? Try our free sales and customer reporting web service at http://www.reporting sales.com Related: sql, server, performance, optimization, tuning, queries, indexes, tutorial, training, education, software tutorial, data, database |
![]() |
Indexes? Why? - SQL Essentials - SQL Server 2008 Tutorial Posted by: bidwx
Video duration: 97 seconds Why use indexes on your tables in SQL Server 2008? This video describes in graphic detail what performance is like if you do not use indexes. Optimize performance and troubleshoot performance problems. Try our free sales and customer reporting web service at http://www.reporting sales.com Related: sql, server, microsoft sql server, 2008, tutorial, performance, tuning, optimization, query, troubleshooting, index |
![]() |
.NET Generics - Use List«» Instead of ArrayList! Visual Studio 2010 C# .NET Collections Tutorial Posted by: bidwx
Video duration: 143 seconds Use generics, the List«» class for accessing strongly typed collections in .NET with Visual Studio 2010 Try our free sales and customer reporting web service at http://www.reporting sales.com Related: c sharp programming language, tutorial, generics, list, framework, c, visual, studio, 2010, 2008, .net, 2.0, collections, programming, training, software |
![]() |
Tune Your Proc! - SQL Stored Procedure Performance Optimization - SQL 2008 Tutorial Posted by: bidwx
Video duration: 155 seconds Tune a stored procedure by viewing the execution plan. Based on that information, make corrections to the code. Improve performance and optimize the core of your applications. Tuning, troubleshooting, optimizing, and improving your software. Try our free sales and customer reporting web service at http://www.reporting sales.com Related: microsoft, sql, server, 2008, query, tuning, opimization, stored procedure, tutorial, data warehouse, data mining, data architecture, database, software tutorial, performance testing, troubleshoot, performance problem |
![]() |
SQL Query Optimization Essentials in SQL Server 2008 - Compare OLAP to OLTP Software Tutorial Posted by: bidwx
Video duration: 107 seconds Optimizing and analyzing SQL queries. Compare OLAP to OLTP performance using Microsoft SQL 2008 R2. Shows how to analyze queries by setting statistics IO on to count the number of pages read. Related: sql, server, performance, query, olap, vs, oltp, page, reads, io, tutorial, learning, optimize, optimization, software tutorial, educational, normalization, first, second, third, normal, form, reporting, application, oracle, cognos, microstrategy, analysis services, reports, business, analytics, oltp vs olap, data warehouse |




















