Showing results for CSE - ISE Developer Blog

Aug 1, 2023
Post likes count4

Best Practices for Performance Testing: A Guide for Developers

David Lee Andrew Vineyard
David,
Andrew

This post underscores the importance of performance testing in software development, based on insights from a project involving a high-throughput containerized workload. It highlights the necessity of establishing clear performance goals, early identification and collaboration with a Performance Engineer, effective use of Application Performance Mo...

CSE
Jul 25, 2023
Post likes count3

Maintaining API Clients With NSwag Model Generation

Dexter Williams
Dexter Williams

Our team used NSwag, an OpenAPI .NET toolchain, to generate C# models in code and improve the maintainability of a .NET Core API client for a project. This post describes what lead to the decision along with guidance on how to use Nswag to generate C# models in code.

CSE
Jul 6, 2023
Post likes count2

Use Cases for Event Hub

Peter Lasne
Peter Lasne

This post will discuss multiple use-cases for Azure Event Hub that hopefully help you think about how to get creative in your own solutions.

CSE
Jun 9, 2023
Post likes count3

Coding with AI

Peter Lasne
Peter Lasne

Our team used AI tools to write code, documentation, indexes, etc. extensively during our last engagement. This post will talk about what we used and how we used it.

CSEMachine Learning
Jun 1, 2023
Post likes count4

Building a custom workflow engine on top of Durable Task Framework DTFx

Spyros Giannakakis
Spyros Giannakakis

In this post we write about how we implemented a custom workflow engine that supports DSL, workflow cancellation and closure on top of Durable Task Framework (DTFx), explaining the why behind our choices and discussing the challenges we faced.

CSE
May 17, 2023
Post likes count2

Getting to Know TypeScript Generics

Bryan
Bryan

A guide to using TypeScript Generics as a way to create reusable logic that will work for a multitude of types.

CSEFrameworks