Tomohisa Takaokatomohisa.hashnode.dev·Apr 5, 2024Develop Aspire and Azure Functions Projects together.I'm Tomohisa Takaoka, @tomohisa, the CTO of J-Tech Creations, Inc.. I am developing Sekiban - Event Sourcing and CQRS Framework It is written in C# and it can make Cosmos DB, Dynamo DB or PostgreSQL as a event store. .NET Aspire is a cloud-native sta...Discuss·10 likes·784 readsdotnet
Surjyo Bhattacharyasurjyob.hashnode.dev·Dec 5, 2022Dependency Injection in Azure FunctionsWhat is Dependency Injection? As per Wikipedia : In software engineering, dependency injection is a design pattern in which an object or function receives other objects or functions that it depends on. A form of inversion of control, dependency injec...Discuss·343 readsAzure Function