0
POPSdatabase tutorial http://idealprogrammer.com - This database tutorial provides a brief high-level overview of 8 hours of free database video tutorials that you can watch. Bob Tabor provides a hands on introduction to how to design a sql server...
0
POPSdotNET, ASPNET, SQLSERVER, VBNET, & CSharp Video Tutorial Instructors http://myqol.com - When looking for an instructor, it is good to seek out the very best. The video presenters listed here represent the "ivy league" for dotNET technology. These instructors know their material backwards and forwards and can present it in a streamlined manner. We need to know the material backwards and forwards too. We need to be able to "think in code" in the same way that most people "think in words." These videos present over 50 very interesting people to get to know. Please click on the links to view their bios, blogs, and photos.
0
POPSServer Controls - Video 9 Key Concepts: A. The standard server controls to advanced controls like data controls, navigation controls, and logon controls. B. Concept of writing your own controls. Duration: 60 minutes
0
POPSAdding Data to Our Web Site Video #6 Key Concepts: A. SQL Server 2005 Express Edition B. controls that can request data from the database and store data in it. C. Customize data access controls Duration: 60 minutes
0
POPSDeveloping Your First ASP.NET Website Video Key Concepts: A. Creating a simple Web site. B. How to build a Web site without using any additional "tools" C. Options for configuring this demonstration Web site. D. How does ASP.NET 2.0 handle the application during various stages of its execution? Duration: 60 minutes
0
POPSASP.NET Basics Video Key Concepts: A. Microsoft.NET Framework B. What is ASP.NET? C. How is ASP.NET managed by the .NET Framework? D. Functionality of Microsoft ASP.NET 2.0 and the .NET Framework. Duration: 60 minutes
0
POPSHTML Basics Video Key Concepts: A. Concepts behind the Hypertext Markup Language (HTML). B. A brief history of HTML, its current status, and its plausible future scenarios. Duration: 60 minutes
0
POPSSoftware Practices Today: Best Practices and Patterns Video Key Concepts: A. Application blocks; B. Best practices; C. Design patterns; D. UML; E. Testing, testing, testing; F. Tools CVS, Nunit, NMake; G. Working with Visual Studio® on a large, component-based project; H. eXtreme Programming (XP) 5/18/2004 Duration: 1 hour and 30 minutes
0
POPSApplication Design and Deployment Video Key Concepts: A. Tracing; B. Configuration files (read-only!); C. User preferences via object serialization, XML file, or per user settings in .NET; D. Application designs - Traditional single-user applications, Remote: client-server & multi-tier, Loosely-coupled event & delegate driven; E. Deployment options: Traditional install-driven, Zero-touch deployment: via IE & App loader
0
POPSDatabases II - Data and Business Tier - Video Tutorial Key Concepts: A. Design decisions; B. Leave connection open vs. open/close, and the Finalization pattern; C. Exception handling, Try-Catch-Finally pattern, custom exception class hierarchy; D. Abstract Factory pattern; E. Transactions; F. Data vs. business objects; G. Multi-tier design
0
POPSVB.NET Inheritance Video Key Concepts: A. Implementation and design reuse; B. Example: custom, type-safe collection class; C. Other examples: WinForms hierarchy, .NET CTS, data structure classes; D. Creating your own inheritance hierarchy business objects
0
POPSInterfaces video Key Concepts: A. Contract-based programming and design reuse; B. Example redesigned data access class with interfaces & factory methods; C. Implementing interfaces sorting, serialization; D. More examples: interfaces in the Framework Class Library; E. Creating your own interfaces