-
Dances with Workflows (One Newbie’s Journey)
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2009 - March/April
Recently I started working with a client that was interested in using Windows Workflow Foundation (WF) in their application.Having never used WF before, I thought it might be interesting to document the experience and my assumptions as I started learning and implementing the technology in production.
-
What’s New in ASP.NET 4.0, Part One: Core Engine Features
Last updated: Tuesday, February 19, 2019
Published in: The Web View
Microsoft released the .NET Runtime 4.0 and with it comes a brand spanking new version of ASP.NET - version 4.0 - which provides an incremental set of improvements to an already powerful platform. .NET 4.0 is a full release of the .NET Framework, unlike version 3.5, which was merely a set of library updates on top of the .NET Framework version 2.0. Because of this full framework revision, there has been a welcome bit of consolidation of assemblies and configuration settings. The full runtime version change to 4.0 also means that you have to explicitly pick version 4.0 of the runtime when you create a new Application Pool in IIS, unlike .NET 3.5, which actually requires version 2.0 of the runtime.