---
title: "How I Added a Full eSignature Workflow to my ASP.NET Core App"
url: https://daily.dev/posts/how-i-added-a-full-esignature-workflow-to-my-asp-net-core-app-ckfzsayhd
source_url: https://www.youtube.com/watch?v=jDb8WXFqqFQ
type: video:youtube
source: "We Are .NET"
published: 2026-07-06T17:47:49.885Z
updated: 2026-07-07T00:21:07.692Z
tags: ["vuejs", "mcp", "aspnet"]
reading_time: 16
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How I Added a Full eSignature Workflow to my ASP.NET Core App

**[We Are .NET](https://daily.dev/sources/wearedotnet)** · 16 min read · 1 upvotes · 0 comments

## Summary

A developer walkthrough of integrating BoldSign's eSignature workflow into an ASP.NET Core minimal API with a Vue 3 frontend. The project builds a scope-of-work manager that generates PDFs and sends them for legally binding signatures with timestamps. Notably, the BoldSign integration was done almost entirely using BoldSign's MCP server with an AI coding assistant, requiring no manual code writing. The workflow includes sending documents for signing, embedding the signing experience in the browser, and receiving webhook callbacks to update document status and download the signed PDF.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=jDb8WXFqqFQ>

## Similar posts on daily.dev

- [How BoldSign Modernized Development at Scale With JetBrains dotUltimate](https://daily.dev/posts/how-boldsign-modernized-development-at-scale-with-jetbrains-dotultimate-xf1lvxjkj) · JetBrains · 1 upvotes · 0 comments
- [7 eSignature APIs That Streamline Workflows](https://daily.dev/posts/7-esignature-apis-that-streamline-workflows-r3qmsuk56) · Nordic APIs · 0 upvotes · 0 comments
- [JavaScript PDF Signature Block: Add and Customize Signatures in PDFs](https://daily.dev/posts/javascript-pdf-signature-block-add-and-customize-signatures-in-pdfs-osa3eaaxi) · Syncfusion · 3 upvotes · 0 comments
- [Build an Edit and Sign DOCX Workflow Using a JavaScript DOCX Editor](https://daily.dev/posts/build-an-edit-and-sign-docx-workflow-using-a-javascript-docx-editor-ujy2pgopf) · Syncfusion · 1 upvotes · 0 comments
- [Secure PDF Digital Signatures in JavaScript: Best Practices for Developers](https://daily.dev/posts/secure-pdf-digital-signatures-in-javascript-best-practices-for-developers-hurpfww8x) · Syncfusion · 0 upvotes · 0 comments

---

Tags: [#vuejs](https://daily.dev/tags/vuejs), [#mcp](https://daily.dev/tags/mcp), [#aspnet](https://daily.dev/tags/aspnet)

[View this post on daily.dev](https://daily.dev/posts/how-i-added-a-full-esignature-workflow-to-my-asp-net-core-app-ckfzsayhd)
