Implementing Undo in ASP.NET WebForms and MVC
Learn how to implement an Undo user interface in WebForms and MVC
You are currently not signed in. Please sign in to access subscriber-only content.
Currently using: {{getCurrentPlayerName()}} [Change]
| expand all | collapse all | Progress | Duration | |
|---|---|---|---|
Implementing Undo in ASP.NET Web Forms |
|
00:28:08 | |
|
Introduction
|
|
01:15 | |
|
Before Undo
|
|
00:52 | |
|
Remember the Milk
|
|
01:09 | |
|
Exploring the POST REDIRECT GET pattern
|
|
02:16 | |
|
Exploring IUndoProvider
|
|
02:42 | |
|
Writing an Undo Command
|
|
03:04 | |
|
Using the Undo Provider Factory
|
|
01:55 | |
|
Registering a Command: Interaction Diagram
|
|
02:21 | |
|
Undo ID handoff: Interaction Diagram
|
|
02:38 | |
|
Handling BeginRequest in Global.asax
|
|
01:05 | |
|
Adding an Undo Panel
|
|
04:01 | |
|
Watching Undo work in WebForms
|
|
01:59 | |
|
Security considerations
|
|
02:51 | |
Undo Infrastructure |
|
00:21:41 | |
|
Undo infrastructure interfaces
|
|
04:02 | |
|
Undo command registration implementation
|
|
00:57 | |
|
Handling BeginRequest
|
|
01:36 | |
|
Exploring the UndoPanel
|
|
03:50 | |
|
Testing the Undo provider
|
|
05:28 | |
|
Using a BinaryFormatter to serialize Undo commands
|
|
05:48 | |
Polymorphic Serialization Strategies |
|
00:18:08 | |
|
The magic of .NET serialization
|
|
03:24 | |
|
Brittle serialization
|
|
01:03 | |
|
The XmlSerializer - a less brittle approach
|
|
02:17 | |
|
Introducing the XmlStringSerializer
|
|
03:56 | |
|
Deserializing and the Type Registry
|
|
03:44 | |
|
Refactoring does not break deserialization
|
|
02:35 | |
|
Summary
|
|
01:09 | |
Implementing Undo in ASP.NET MVC |
|
00:11:28 | |
|
Using a new repository
|
|
01:23 | |
|
Testing with two different repositories
|
|
02:00 | |
|
Undo in MVC: watch it work
|
|
00:33 | |
|
Revisiting the Undo provider factory
|
|
02:53 | |
|
Implementing an Undo panel in MVC using a partial view
|
|
02:24 | |
|
Implementing an Undo controller
|
|
01:06 | |
|
Summary
|
|
01:09 |
Implementing Undo in ASP.NET Web Forms