Showing results for C# - ISE Developer Blog

Jul 25, 2023
3

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
Jun 14, 2022
0
8

X++ And Git: A Basic Setup

Ian Jensen
Ian Jensen

Overview In this post we outline the basics of setting up an X++ repository in Git as well as a YAML-based build pipeline which executes against this repository. Background Git is an increasingly popular version control system which sees broad use within the Commercial Software Engineering (CSE) organization at Microsoft. Dynamics 365 for Financ...

CSEDevOpsBusiness Applications
Oct 25, 2015
0
0

Building a Radial Menu Control for Surface Devices

Anthony Turner
Anthony Turner

We built a beautiful Radial Menu Control for Drawboard, a PDF Reader preinstalled on all Surface devices. It's open source - so go ahead and spice up your XAML UWP Apps!

DevOps