Integration Tests in .NET WebApi

0
In software development, testing is an essential aspect that ensures the stability and reliability of applications. Three primary types of tests are commonly used: unit tests, integration tests, and end-to-end tests. In this blog post, we will discuss these testing types in the context of a .NET WebAPI project and provide an example implementation of integration testing using an in-memory database.

ITARC15 Architecting a Large Software Project – Lessons Learned

0
This morning I presented my “Lessons Learned” workshop at ITARC 2015 in Stockholm, Sweden. This session had previously been presented at Netponto, and was improved with more content targeted...

«Dinâmica e Motivação de Equipas de Projecto» @ NetPonto Lisboa 21/04

0
Recently I’ve been doing a presentation with my colleague André Vala in academic events (namely IST’s SINFO XIX and FC-UL’s ENEI 2012), themed “Architecture of Complex Software Solutions @...

SP Editor – Create and update SharePoint Online/SP2013/SP2016 css/js files, inject files to web,...

Hi Everyone!!! Today i will share a fantastic Google Chrome Extension that you can use on your developments on SharePoint. A Google Chrome Extension for creating and updating files (js, css),...

MyTechEd 2007 – Day 1

0
The event officially opened with Soma's Keynote, "Building great apps". This was an overview session, as was to be expected, with some announcements: VS2008/.Net 3.5 will RTM before the...

Microsoft DSL Tools Workshop

0
Na sexta-feira tive a oportunidade de participar numa workshop organizada pela Microsoft sobre DSL Tools, oriendada por Annie Matthewman da Charteris. O objectivo da workshop foi apresentar as Dsl...

Add WCF Message Id in every log4net message

0
I needed to have the WCF message identifier in every log message because I needed to correlate the log messages from a particular WCF call. The best way to achieve...

SharePoint Templates – Understand the differences

Hey Everyone! Today i will talk about SharePoint Site Templates, and explain the main difference between each template and how it is extremely important to have in mind what each...

BizTalk 2009 Beta Docs & BAM Guidance

0
Microsoft just published a very interesting an in-depth 86-page document about BAM, one of the most under-used features of BizTalk Server, “Business Activity Monitoring in Depth for Developers”. You...

Handling not found routes in Angular

0
In this post, we will see how we can handle 404 routes using a not found component in an Angular. There are two types of 404 routes that we want...