Posts tagged workflow
Web 2.0 AJAX Portal using jQuery, ASP...
<a title="Dropthings Web 2.0 style AJAX portal" href=
\"http://dropthings.omaralzabir.com\" target=\"_blank\">Dropthings
– my <a title="Dropthings - Open Source AJAX Portal" href=
\"http://www.codeplex.com/dropthings\" target=\"_blank\">open
source Web 2.0 Ajax Portal has gone through a technology
overhau [...]
Memory Leak with delegates and workfl...
Recently after Load Testing my open source project <a href=
\"http://www.dropthings.com\" target=\"_blank\">Dropthings, I
encountered a lot of memory leak. I found lots of Workflow
Instances and Linq Entities were left in memory and never
collected. After profiling the web application using <a title=
\"Memory Profiler for .NET\" href [...]
Strongly typed workflow input and out...
When you run a Workflow using Workflow Foundation, you
pass arguments to the workflow in a Dictionary form where
the type of Dictionary is Dictionary.
This means you miss the strong typing features of .NET languages.
You have to know what arguments the workflow expects by looking at
the Workflow public properties. Moreover, there’s no
w [...]
My first book – Building a Web ...
My first book “<a href=
\"http://www.oreilly.com/catalog/9780596510503/\" target=
\"_blank\">Building a Web 2.0 Portal with ASP.NET 3.5” from
O’Reilly is published and available in the stores. This book
explains in detail the architecture design, development, test,
deployment, performance and scalability challenges of [...]