Category: blog

blog

Mastering API Prototyping with Visual Studio .http File Editor: A Cost-Effective Alternative to Postman

Introduction to REST API Development and Validation Developing a REST API is the most common method for sharing data from a web application. It provides basic CRUD operations to interact with a database, making services more independent. For individual developers, the free plan of Postman works well. However, for simple test calls, upgrading to an […]

Ottorino Bruni 
blog

How to Implement Snapshooter .Net in C# Projects with Xunit: Strategies and Tips

Introduction to Simplifying Testing: Overcoming Efficiency and Complexity Challenges In the modern development landscape, working with APIs often involves handling JSON content types requiring serialization and thorough validation to ensure the returned objects are correct. Automating these validation processes through testing is indispensable, yet verifying every attribute of a complex object can be time-consuming and […]

Ottorino Bruni 
blog

CamFrame – Stream Your Face 1.0.0 released

I’m excited to announce the launch of CamFrame! It allows you to effortlessly stream your face or photos. Perfect for tutorials and presentations. Enhance your content creation experience now!I encourage you all to give it a try – it’s completely free! Your feedback is incredibly important, and I’m eager to hear your thoughts and reviews. […]

Ottorino Bruni 
blog

How to Integrate Blazor WebAssembly Components in Your WPF Application

In the dynamic landscape of modern application development, the seamless integration of diverse technologies is key to creating robust and feature-rich solutions. In this tutorial, we will explore the integration of Blazor WebAssembly components into a WPF (Windows Presentation Foundation) application, combining the power of Blazor with the versatility of WPF. This tutorial is centered […]

Ottorino Bruni