Showing posts with label Enterprise Architecture. Show all posts
Showing posts with label Enterprise Architecture. Show all posts

Tuesday, January 23, 2018

Visual Studio Architecture and Design Tools

Microsoft Visual Studio offers architecture and modeling tools to design and model your application. These tools are available in the Enterprise edition. By using these tools, architects can make sure the application meets the specified architectural requirements. Modeling tools help you understand existing program code more easily by visualizing the code's structure, behavior, and relationships. Developers can create models at different levels of detail throughout the application lifecycle as part of the development process. Architecture and modeling also help developers understand the dependencies over the modules while coding.

Tuesday, January 03, 2017

ArchiMate, BPMN and UML - Which one to use for EA


https://eavoices.com/2011/01/27/archimate-bpmn-and-uml-together/

https://blogs.msdn.microsoft.com/nickmalik/2009/04/17/will-there-be-a-battle-between-archimate-and-the-uml/

Wednesday, December 28, 2016

Zachman Framework webinar Part I video

Please find the link to the webinar here (https://feac.adobeconnect.com/p35hkjw002o/). When asked for a passcode simply enter Zachman (with a capital Z). Next session in January. Part II will examine the concept of single variable abstractions and how we use these to create models that matter.  

Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...