Presenter: Bryan Von Axelson, TechNet Presenter, Microsoft Corporation Bryan Von Axelson joined the SST Team last September as a TechNet Presenter. Before that, Bryan consulted for seven years throughout the Midwest and Western United States, targeting the small and medium business segment. Previously, Bryan worked for Franklin Covey and MCI. Bryan brings 14 years experience as an IT Professional and relates his real-world experiences and best practices into his sessions.


Need a Quick Way to See These .NET Videos and Monitor Your Progress?

Click Here to Use Progress Monitor

Now

May I Also Recommend for Further Study? Bob Tabor also has an excellent 20-part series on LINQ that is entitled: LINQ to SQL 101. Check it out in the video library section of LearnVisualStudio.

1. Administration Tools
Key Concepts:

Part one of this series explores the changes to the administration and management tools in SQL Server 2005. The discussion focuses primarily on the new Management Studio tool, which encompasses the Enterprise Manager, Query Analyzer and OLAP Analysis Manager from SQL 2000. Because the tool runs within the Visual Studio interface, we will also look at this interface and the functions it can perform. 3/21/2005 | Duration:60 Minutes

2. Monitoring Tools
Key Concepts:

In part two of this series, we look at the monitoring tools available with SQL Server 2005. We examine the SQL Profiler, Database Tuning Advisor, Database Maintenance Workflow and Dynamic Management Views (DMVs). 3/28/2005 | Duration:60 Minutes

3. Achieving Greater Concurrency
Key Concepts:

SQL Server 2005 provides enhancements to enable greater concurrency and significantly reduce lock contention. In part three of this series, we show you how to use Snapshot Isolation to reduce currency contention. Gain an understanding of database snapshots and replication for scaling and read-only views, and learn how Dynamic Management Views can help you proactively monitor locking and avoid deadlocks. 4/4/2005 | Duration:60 Minutes

4. Securing Your SQL Server
Key Concepts:

Parts four and five in our series highlight the security enhancements in SQL Server 2005. Part four of this series focuses on authentication and authorization while crypto support is covered in part five. We begin with authentication, examining the Security model, endpoint-based authentication and the password policy. Then we move on to explore authorization, covering User Schema separation, module execution context, granular permission control and Catalog security. 4/11/2005 | Duration:60 Minutes

5. Protecting Sensitive Data
Key Concepts:

Parts four and five in our series highlight the security enhancements in SQL Server 2005. Building upon the discussion of authentication and authorization in the previous session, part five of the series covers the crypto support in SQL Server 2005. We begin with an introduction to the concepts of database encryption including encryption support, keys, certificates and key management. We show how SQL 2005 can protect sensitive data using data encryption and module signatures, and introduce sign modules, what these are and how they work. 4/18/2005 | Duration:60 Minutes

6. Managing Large Databases Using Partitioning
Key Concepts:

Partitioned tables improve the scalability and manageability of very large SQL Server databases. In part six of this series we look at the table and index partitioning capabilities in SQL Server 2005. The discussion will outline the features and benefits of partitioning, explain how it works, and illustrate how to implement and set up this feature. 4/25/2005 | Duration:60 Minutes

7. Indexing Enhancements
Key Concepts:

The aim of creating indexes and partitioning data in a database is to yield good performance for users. Part seven in this series looks at the enhancements to the indexing within SQL Server 2005. We begin by outlining the basic changes to the indexing compared to previous versions. We then drill into index management and show how to use the Database Tuning Advisor as the main tool to analyze indexes. 5/2/2005 | Duration:60 Minutes

8. Data Recovery
Key Concepts:

Part eight in the series covers troubleshooting methods and tools in Microsoft SQL Server 2005 that you can use to recover from various scenarios. Topics include database access problems, such as the database being marked as suspect during recovery; backup and restore failures; database runtime consistency failures, such as checksum; and DBCC CHECKDB errors. Learn how to take advantage of new features in SQL Server 2005 to recover your data in order to make yourself more productive in disaster recovery situations. 5/9/2005 | Duration:60 Minutes

9. High Availability
Key Concepts:

Database mirroring is a new technology in SQL Server 2005 that provides very fast, automatic failover to a standby system. In part nine of this series we examine this new enhancement in detail, and will show you how to configure and use it. 5/16/2005 | Duration:60 Minutes

10. Moving Data Between Data Sources
Key Concepts:

SQL Server includes a suite of replication technologies that enable a wide range of distributed database applications. SQL Server 2005 introduces a few new scenarios including Web synchronization of merge replication for mobile and distributed data applications, Oracle publishing for integration with Oracle databases, and peer-to-peer replication. In this final webcast in our ten-part series, learn how you can benefit from these scenarios with an enhanced ability to monitor the entire distributed system. 5/18/2005 | Duration:60 Minutes

Tags:
Filed under SQL Server by admin.
Permalink • Print • 

August 24, 2008

Essential ASP.NET - 15 Free One-Hour Videos from Fritz Onion

Fritz Onion is a co-founder of Pluralsight. He focuses on Web development using Microsoft . He is the author of the book "Essential ASP.NET," available in both Microsoft Visual C# and Microsoft .NET editions.

Although many of the topics in this series are similar to Bill Steele's ASP Soup to Nuts Series, Fritz puts a different spin on them, and I have learned a lot by watching both series.


Need a Quick Way to See These .NET Videos and Monitor Your Progress?

Click Here to Use Progress Monitor Now

May I Also Recommend for Further Study? Bob Tabor also has many excellent video series on ASP.NET. Check them out in the video library section of LearnVisualStudio.

1. Introduction to ASP.NET 2.0 Slides Lab used as Demo Lab
Key Concepts:

A. Differences between ASP.NET 2.0 and Microsoft ASP.NET 1.1.
B. Overview for the rest of the lectures
C. Master pages
D. Themes
E. Membership
F. Profile
G. Declarative data binding

August 4, 2005 - 68 minutes

2. Architecture Slides Demos Lab
Key Concepts:

A. Fundamental architecture of Microsoft ASP.NET 2.0.
B. Page compilation
C. Assembly loading
D. Code behind
E. Shadow copying
F. Changes in the compilation model from Microsoft ASP.NET 1.1, primarily the use of partial classes in .aspx parsing.

August 11, 2005 - 64 minutes

3. Master Pages, Themes, and Skins Slides Demos Lab
Key Concepts:

A. Two significant user interface features of Microsoft ASP.NET 2.0: master pages and themes
B. Master pages give you a flexible way of defining templates for your site
C. Master pages make it easy for you to change the look and feel of entire sets of pages from a single source.
D. Themes provide a way to consolidate user interface features like style sheets, images and control styles in a single location, and simplify the process of "skinning", or changing the appearance of all elements of a site.

August 18, 2005 - 63 Minutes

4. New Controls in ASP.NET 2.0 Slides Demos Lab
Key Concepts:

A. New controls in Microsoft ASP.NET 2.0
B. Navigation controls (SiteMapPath, Menu, TreeView)
C. Wizard control
D. MultiView control

August 25, 2005 - 56 minutes

5. Introduction to DataBinding Slides Demos Lab
Key Concepts:

A. New declarative data binding model
B. How to bind data to controls using the new data source controls
C. SqlDataSource object
D. Comparison of  the way the new declarative model works with an analogous programmatic approach.
E. Other new data-related features in Microsoft ASP.NET 2.0.

Sept 1, 2005 - 60 Minutes

6. Client State Slides Demos Lab
Key Concepts:

A. New ways to handle state management in Microsoft ASP.NET 2.0
B. Comparison of URL mangling to the practice of using cookies for storing session keys
C. New cross-page posting feature
D. How to use the Microsoft ASP.NET 2.0 Profile service as a generic data-backed per-client store.

September 08, 2005 - 59 Minutes

7. Membership Slides Demos Lab
Key Concepts:

A. New membership features of Microsoft ASP.NET 2.0
B. How to implement cookie-based authentication for sites using the new security controls and the site administration tool
C. How this authentication works

September 15, 2005 - 46 minutes

8. Webparts Slides Demos Lab
Key Concepts:

A. Portal pages
B. Web Parts
C. Basic steps for setting up a customizable site using new Web Part controls, including WebPartManager, WebPartZone, CatalogZone, and EditorZone.

October 6, 2005 - 57 minutes

9. Deployment Slides Demos Lab
Key Concepts:

A. How ASP.NET 2.0 performs its parsing and compilation,
B. Deployment options ranging from complete source deployment to binary-only deployment.

October 13, 2005 - 57 minutes

10. Validation Slides Lab used as Demo Lab
Key Concepts:

A. New features in Microsoft ASP.NET 2.0 specific to the validation controls.
B. Validation groups.

October 20, 2005 - 50 minutes

11. Advanced DataBinding Slides Demos Lab
Key Concepts:

A. Hierarchical data binding
B. ObjectDataSource object
C. Multi-layered architectures with declarative binding
D. Two-way binding

October 27, 2005 - 58 minutes

12. Resources and Internationalization Slides Lab used as Demo Lab
Key Concepts:

A. Internationalization of Web applications.
B. In addition to the App_Code directory, Microsoft ASP.NET 2.0 defines two new directories designed to store resources for compilation; App_LocalResources and App_GlobalResources
C. Declarative and programmatic techniques

November 3, 2005 - 53 minutes

13. Diagnostics Slides Demos Lab
Key Concepts:

A. How Microsoft ASP.NET 2.0 simplifies the way tracing works, and makes it much easier to redirect trace output to alternate sources.
B. New diagnostic features, including performance counters and the new Web events

November 10, 2005 - 51 minutes

14. Client-Side Features of ASP.NET 2.0 Slides Demos Lab
Key Concepts:

A. New client callback feature built into Microsoft ASP.NET 2.0, along with other features that make it easier to integrate client-side script into your rendered pages.
B. Add sophisticated client-side JavaScript that retrieves data from the server without performing a POST-back request.
C. Both the TreeView and GridView controls have built-in support for dynamic data population with client callbacks.
D. Dow to build your own callbacks.

November 17, 2005 - 61 minutes

15. Caching Slides Lab used as Demo Lab
Key Concepts:

A. ASP.NET 2.0 has a complete implementation of SQL cache invalidation.
B. Build your own cache dependencies with ease.
C. This webcast covers SQL cache invalidation in both Microsoft SQL Server 2000 and Microsoft SQL Server 2005, and explores new cache management features and the new substitution control.

December 8, 2005 - 53 minutes

Tags:
Filed under ASP / ASP.NET by admin.
Permalink • Print • 

The presenter of this webcast series is Microsoft's Ron Cundiff. Before joining Microsoft in 2002, Ron designed and implemented a global online commodities exchange system for an ISV. He has also held management and technical leadership positions with a Microsoft partner. His certifications include MCSD, MCSE, MCDBA, MCP+I+SB - and he's working on extending the list.


Need a Quick Way to See These .NET Videos and Monitor Your Progress?

Click Here to Use Progress Monitor Now

May I Also Recommend for Further Study? Bob Tabor also has over 80 videos on Visual Basic.net. Check them out in the video library section of LearnVisualStudio.

1. Introduction - video missing
Key Concepts:

A. the basic language constructs
B. Different types of applications you can build using Visual Basic .NET
C. Overview of webcast series

2/5/2007

2. Visual Basic 2005 Express Edition- video missing
Key Concepts:

A. Visual Basic 2005 Express Edition, a free download from Microsoft that enables you to develop Visual Basic .NET applications.
B. Integrated development environment (IDE) features, like Code Editor, Compiler, IntelliSense, and the Debugger.
C. The project system that can help you build a collection to keep all the files related to your program together.

2/13/2007

3. Class Libraries -video missing
Key Concepts:

A. How Visual Basic .NET relies on a hierarchical set of prewritten functions that enable developers to gain access to standard functionality provided by the host operating system.
B. How these functions are contained in files called class libraries

2/19/2007

4. VB.NET Program Structure - video missing
Key Concepts:

A. What Visual Basic.NET is and how programs written in Visual Basic are structured.
B. Basics of the language and how Visual Basic assembles the lines of code

2/20/2007

5. Language Fundamentals - video missing
Key Concepts:

A. Object types
B. Variables
C. Constants
D. Statements

3/5/2007

6. Classes and Objects - video missing
Key Concepts:

A. Classes
B. Objects

3/19/2007

7. Operator Basics - video missing
Key Concepts:

A. Different kinds of operators and how to use them.

3/26/2007

8. Branching and Looping - video missing
Key Concepts:

A. Iterators
B. Loops
C. Branching

4/2/2007

9. Basic Debugging - video missing
Key Concepts:

A. Debugging
B. How the integrated development environment (IDE) enables you to see what is going on inside your application while it is running
C. Tracing

4/9/2007

10. Arrays and Collections - video missing
Key Concepts:

A. Arrays
B. Collections

4/16/2007

11. Exception Handling - video missing
Key Concepts:

A. Exception-handling
B. Try/catch blocks

4/23/2007

12. Delegates and Events - video missing
Key Concepts:

A. Delegates and events, and how they  can send alerts to other applications when interesting changes occur within your application.
B. How multiple listeners can respond to a single event.

4/30/2007

13. Inheritance and Polymorphism - video missing
Key Concepts:

A. Inheritance allows one to create objects that are "like" other objects.
B. Inheritance and polymorphism can reduce the amount of code you write and make it easier to understand.

5/7/2007

14. Visual Basic and the Web
Key Concepts:

A. Overview of Microsoft ASP.NET and how it relates to Visual Basic
B. How you can build Web pages and controls that enable you to reuse your code.

5/14/2007

15. Custom Web Controls
Key Concepts:

A. User Controls
B. Custom Controls
C. Code reuse

5/21/2007

16. Visual Basic and Windows Applications
Key Concepts:

A. Building basic Windows Applications
B. The basic window class is the Form.
C. System.Windows.Form object

5/22/2007

17. Custom Windows Forms Controls
Key Concepts:

A. Advanced features of Windows Forms development, such as GDI+ that allow us to tailor the user interface to exactly what our application needs.

5/28/2007

18. Creating and Manipulating Strings
Key Concepts:

A. Learn about strings and find out how to create and manipulate them using basic operators, in addition to the StringBuilder class.

6/4/2007

19. Visual Basic and SQL Server 2005
Key Concepts:

A. We discuss how to include data access features in your applications. We specifically address how to integrate Microsoft SQL Server 2005 database functionality directly into your Web and Windows-based applications. See how Microsoft Visual Basic enables you to programmatically get direct access to SQL Server data. We also look at the various features in Visual Basic that empower you to develop against SQL Server 2005 and other data sources.

6/6/2007

20. Visual Basic Application Deployment Options
Key Concepts:

A. We discuss the various deployment options for your applications. Writing an application can be a very tedious task, but deploying it can be an even greater challenge. Join this webcast to see how the different deployment techniques work, and to gain the information you need to successfully deploy your own applications.

6/18/2007

21. Building a Multi-Tier Business Application
Key Concepts:

A. Join this final session to see how you can build a multi-tier business application with Visual Basic. Do not miss this chance to learn how building business applications with a multi-tier architecture can enable you to build an application for maintainability, reusability, and extensibility.

6/25/2007

Tags:
Filed under Visual Basic & VB.NET, Web Promotion by admin.
Permalink • Print • 

Bill Steele is my favorite Microsoft instructor. He is featured speaker for Microsoft and NASA, a pilot, inventor, has a great sense of humor, and is very entertaining. Oh yes, did I mention that he also knows inside and out? This is the most streamlined that I have found.


Need a Quick Way to See These .NET Videos and Monitor Your Progress?

Click Here to Use Progress Monitor Now

May I Also Recommend for Further Study? Bob Tabor also has over 80 videos on C#. Check them out in the video library section of LearnVisualStudio.

1. Introduction to C# Download Demo Code
Key Concepts:

A. The basic language constructs
B. What types of applications can be built
C. Overview of this webcast series

11/13/2006

2. Visual C# Express Download Demo Code
Key Concepts:

A. Visual C# Express is a free download from Microsoft that allows you to develop C# applications
B. Learn about the powerful IDE features like Code Editor, Compiler, Intellisense and the Debugger.
C. The project system that allows us to build a collection to keep all the files related to our program together.

11/20/2006

3. Class Libraries Download Demo Code
Key Concepts:

A. Class Libraries

11/27/2006

4. C# Program Structure Download Demo Code
Key Concepts:

A. What is C# and how are programs written in C# structured
B. How the "main" function is defined
C. Basics of the language
D. How C# assembles the lines of code  into something meaningful at runtime.

12/4/2006

5. Language Fundamentals Download Demo Code
Key Concepts:

A. Specific C# language features
B. Types
C. Variables
D. Constants
E. Statements

12/11/2006

6. Branching and Looping Download Demo Code
Key Concepts:

A. Iterators
B. Loops
C. Branching

12/18/2006

7. Classes and Objects Download Demo Code
Key Concepts:

A. Classes
B. Objects
C. Instantiation

1/8/2007

8. Operator Basics Download Demo Code
Key Concepts:

A. The different kinds of operators and how to use them.

1/15/2007

9. Basic Debugging Download Demo Code
Key Concepts:

A. Debugging
B. How the IDE allows you to see what is going on inside your application while it is running.

1/22/2007

10. Arrays and Collections Download Demo Code
Key Concepts:

A. Arrays
B. Collections

1/29/2007

11. Creating and Manipulating Strings - video missing Download Demo Code
Key Concepts:

A. Creating and Manipulating Strings
B. StringBuilder class.

2/5/2007

12. Exception Handling- video missing Download Demo Code
Key Concepts:

A. Exception Handling
B. Try-Catch blocks and how to correctly handle the different types of exceptions

2/12/2007

13. Delegates and Events - video missing Download Demo Code
Key Concepts:

A. Delegates and Events allow us to build applications that can let others know that some type of interesting thing has happened within our application.
B. Multiple listeners responding to a single event

2/19/2007

14. Inheritance and Polymorphism - video missing Download Demo Code
Key Concepts:

A. Inheritance allows one to create objects that are "like" other objects.
B. Advantages of Inheritance and Polymorphism: reduces the amount of code and makes it much easier to understand.

2/26/2007

15. C# and the Web - video missing Download Demo Code
Key Concepts:

A. ASP.NET and how it relates to C#
B. How we can build web pages and controls that allow us to reuse our code

3/5/2007

16.Custom Web Controls - video missing Download Demo Code
Key Concepts:

A. Building basic ASP.NET controls in C#.
B. Code reuse can significantly reduce our development time
C. User Controls - not compiled into separate assembly
D. Custom Controls- compiled into separate assembly

3/12/2007

17. C# and Windows Applications - video missing Download Demo Code
Key Concepts:

A. Building basic Windows Applications
B. The basic window class we use in C# is the Form.
C. System.Windows.Form object

3/19/2007

18. Custom Controls - video missing Download Demo Code
Key Concepts:

A. Advanced features of Windows Forms development, such as GDI+ that allow us to tailor the user interface to exactly what our applicaiton needs.

3/26/2007

19. C# and Windows Presentation Foundation - video missing Download Demo Code
Key Concepts:

A. How to take advantage of Windows Vista's new presentation system, Windows Presentation Foundation (aka WPF) with C#.
B. WPF allows our applications to include stunning graphics (2-D, 3-D, animations, and more) and enhanced user experience functionallity that was unatainable in the past.
C. XAML

4/9/2007

20. C# and SQL Server 2005 - video missing Download Demo Code
Key Concepts:

A. How to include data access features in your applications
B. How to integrate SQL Server 2005 database functionality directly into your web and Windows based applications
C. C# allows us to programatically get direct access to SQL Server data
D. SQL Server 2005 and other data sources.

4/16/2007

21. C# and Game Development - video missing Download Demo Code
Key Concepts:

A. XNA Game Studio Express.
B. XNA is a gaming framework available for Windows as well as for the XBox 360.
C. How XNA Game Studio and Microsoft Visual C# Express allow one to develop stunning 3D games with ease.

4/23/2007

22. C# Application Deployment Options - video missing
Key Concepts:

A. Deployment options

4/30/2007

Tags:
Filed under C# by admin.
Permalink • Print • 

August 2, 2008

SQL Server 2005 Express Tutorial - 13 Free Videos

Excellent SQL Server 2005 Express series of 13 free videos from Bob Tabor at LearnVisualStudio.Net.

The best hosting company that I have found for .NET applications is Discountasp.net. Discountasp.net provides many SQL tools that make it easy to remotely manage your sql database directly from your computer that other hosting companies like GoDaddy do not.


Need a Quick Way to See These .NET Videos and Monitor Your Progress?

Click Here to Use Progress Monitor For FREE Now

May I Also Recommend for Further Study? Bob Tabor also has an excellent 20-part series on LINQ that is entitled: LINQ to SQL 101. Check it out in the video library section of LearnVisualStudio. It is one of the best sites for learning Visual Studio that I have found, and they allow you to download many videos for free to try it out. I have a Lifetime Subscription to Learn Visual Studio and have spent hundreds of hours watching their videos. I am very satisfied with the amount of information that they provide, and I think it is an extremely good value. Most video tutorials and live training classes for Visual Studio cost around $25 per hour (see AppDev.com, Learnkey.com, etc.), but Learn Visual Studio only costs about 70 cents per hour of video. You can save 30% off of the retail price for Learn Visual Studio by clicking on the link at the beginning of this paragraph.
1. What is a Database?
Key Concepts:

A. SQL Server  terminology for creating and managing databases;
B. SQL Server database;
C. Compare SQL Server to Excel;
D. Relation between SQL Server Database and Desktop application or website;
E. Relationship between SQL Server Express and Visual Studio Express; ADO.NET

Duration: 28 minutes, 15 seconds

2. Understanding Database Tables and Records
Key Concepts:

A.
Tables and definitions of data types;
B. Properties;
C. Keys
D. Table rows, columns, and fields.

Duration: 24 minutes, 56 seconds

Date: 29 March 2006

3. More about Column Data Types and Other Properties
Key Concepts:

A.
Data integrity;
B. Data types
C. Avoid common data type pitfalls.

Duration: 21 minutes, 37 seconds

Date: 22 February 2006

4. Designing Relational Database Tables
Key Concepts:

A.
Relational databases
B. Primary and foreign keys
C. Designing relational database tables
D. Normalization rules and de-normalization.

Duration: 34 minutes, 10 seconds

Date: 29 March 2006

5. Manipulating Database Data
Key Concepts:

A. ADO.NET objects
B. Execution of SQL statement from ADO.NET
C. Insert, update, and delete SQL statements.

Duration: 40 minutes, 20 seconds

Date: 29 March 2006

This lesson requires Management Studio Express and MSXML

6. More Structured Query Language
Key Concepts:

A. Sub-select
B. Stored procedures and their counterparts in C# and VB methods.

Duration: 23 minutes, 13 seconds

Date: 29 March 2006

7. Understanding Security and Network Connectivity
Key Concepts:

A. Differentiate between SQL Server database files and SQL Server processes.
B. Various scenarios for connecting to SQL Server Express databases
C. Enabling and disabling user instances
D. login permissions
E. other security precautions

Duration: 40 minutes, 59 seconds

Date: 20 March 2006

8. Connecting your Web Application to SQL Server 2005 Express Edition
Key Concepts:

A. Workflow of creating a database driven Web application
B. Visual tools to quickly create an administration application.

Duration: 1 hour, 5 minutes

Date: 20 March 2006

9. Using SQL Server Management Studio
Key Concepts:

A. SQL Server Management Studio Express
B. Connect to database instances
C. Navigate the query window
D. Scripting database objects
E. Attaching, detaching and backing up databases

Duration: 40 minutes, 26 seconds

Date: 23 October 2006

10. Getting Started with Reporting Services
Key Concepts:

A. Set up Reporting Services and the Business Intelligence Development Studio
B. Build reports using the wizards and designers
C. Deploy reports to Report Server.

Duration: 32 minutes, 51 seconds

Date: 21 October 2006

11. Building and Customizing Reports in Business Intelligence Development Studio
Key Concepts:

A. Building reports from scratch
B. Modifying the reports that were created using the wizards and designers
C. Embedding reports into ASP.NET Web Form applications

Duration: 44 minutes, 50 seconds

Date: 22 October 2006

12. Creating and Using Stored Procedures
Key Concepts:

A. Stored Procedures
B. Basic syntax to create and update stored procedures
C. Using input and output parameters, return values, declaring variables and adding other T-SQL programming elements into you stored procedures
D. Executing stored procedures from the query window
E. Visual Basic and C# syntax required to utilize stored procedures in applications

Duration: 42 minutes, 34 seconds

Date: 14 November 2006

13. Enabling Full-Text Search in your Text Data
Key Concepts:

A. Setting up Full-Text search within SQL Server Express.
B. Creating full-text indexes
C. Configuring the index population settings
D. CONTAINS predicate

Duration: 38 minutes, 25 seconds

Date: 14 November 2006

Tags:
Filed under SQL Server by admin.
Permalink • Print •  • Comment

I just finished watching Bill Steele of Microsoft explain ASP.NET in his 26 hour Soup To Nuts Video series. Bill Steele has an excellent grasp of and provides a streamlined approach. He takes you from learning how to install the free of the software to building a full-blown auction site. This is the best series I have watched. Bill has a great sense of humor and is very interesting character, as he is also an airplane pilot.


Need a Quick Way to See These .NET Videos and Monitor Your Progress?

Click Here to Use Progress Monitor Now

May I Also Recommend for Further Study? Bob Tabor also has an many excellent video series on ASP.NET. Check them out in the video library section of LearnVisualStudio.

Here is an outline of the ASP.NET Soup to Nuts series:

1. HTML Basics
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

2. Web Server Basics
Key Concepts:

A. Web Server
B. Web Application

Duration: 60 minutes

3. ASP.NET Basics
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

4. Developing your first ASP.NET Web Site
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

5. Introducing Visual Web Developer Express Environment
Key Concepts:

A. Microsoft Visual Web Developer 2005 Express Edition
B. Work with the Web site that was created in the previous webcast.

Duration: 60 minutes

6. Adding Data to our site
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

7. Adding Pizzazz to your web site
Key Concepts:

A. Concepts of layout and style
B. Master pages
C. Themes
D. Basics of site navigation
E. Navigation controls

Duration: 60 minutes

8. Web Site Security
Key Concepts:

A. A hacker's point of view
B. Examine several types of hacks to show vulnerabilities

Duration: 60 minutes

9. Server Controls
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

10. Extending ASP.NET
Key Concepts:

A. Extend server controls to add functionality by using object oriented programming.
B. Introduction to the object-oriented programming (OOP) concepts of inheritance, polymorphism, and encapsulation in the context of extending the existing functionality of several server controls.

Duration: 60 minutes

11. User Settings
Key Concepts:

A. Personalization.
B. Storing user information and individual user preferences.
C. Intro to the various storage mechanisms in the ASP.NET framework, such as cookies, ViewState, and profile management features.

Duration: 60 minutes

12. Understanding Application State
Key Concepts:

A. Application state stores data for application

Duration: 60 minutes

13. Managing Your ASP.NET Application
Key Concepts:

A. Hierarchical configuration infrastructure that enables extensible configuration data to be defined and used throughout an application, site, and/or machine.

Duration: 60 minutes

14. Monitoring Your Application
Key Concepts:

A. Health Monitoring during coding, after deployment, and when problems occur.

Duration: 60 minutes

15. Web Part Controls
Key Concepts:

A. Web parts
B. Personalization services

Duration: 60 minutes

16. Caching
Key Concepts:

A. Caching keeps frequently accessed or expensive data in memory.

Duration: 60 minutes

17. Internationalization
Key Concepts:

A. Localization
B. Globalization
C. Resource files

Duration: 60 minutes

18. Tips & Tricks
Key Concepts:

A. Cross Page Posting,
B. Validation Groups,
C. the Focus API,
D. No Compile Pages,
E. Client-Script Features
F. Securing Non-ASP.NET Content.

Duration: 60 minutes

19. Auction Site Design
Key Concepts:

A. Apply the three-tier architecture pattern to the auction site application and lay out the basic framework for the subsequent auction site webcasts.
B. Requirements,
C. Timeline
D. Application development life cycle.

Duration: 60 minutes

20. Auction Site Database
Key Concepts:

A. Auction site application from a database perspective.
B. Develop a database design,
C. Implement the design,
D. Tune the database.
E. Developing stored procedures to support the auction site
F. Configuring the auction site application so it can securely connect to the database by limiting the access to just the required privileges.

Duration: 60 minutes

21. Auction Site Template
Key Concepts:

A. The visual design of the auction site
B. Develop the layout,
C. The Web parts that define the general areas of the site
D. The themes to give the auction site pizzazz.
E. Basic user interface by defining the auction item Web page and the auction item list page.

Duration: 60 minutes

22. Auction Site Management
Key Concepts:

A. All Web sites need some form of management.
B. Management options for auction site

Duration: 60 minutes

23. Data Tier Logic
Key Concepts:

A. The data access layer
B. Theory behind abstracting the data access from the data storage mechanism.
C. Transactions and the unique requirements that a multi-user application imposes on the database.

Duration: 60 minutes

24. Auction Site Business Layer
Key Concepts:

A. Business objects and business logic required to implement the auction Web site.
B. Reasons for separating the code into distinct objects

Duration: 60 minutes

25. Auction Site Page Interaction
Key Concepts:

A. Communication and flow between pages
B. Web site Security

Duration: 60 minutes

26. Auction Site Finishing Touches
Key Concepts:

A. Deployment of Auction website
B. GUI Graphics

Duration: 60 minutes

Tags:
Filed under ASP / ASP.NET by admin.
Permalink • Print • 

Close
E-mail It