TechDays 2005!

0
Para quem não esteve no primeiro dia do TechDays, o maior evento técnico que a Microsoft já organizou em Portugal, queria deixar aqui alguns apontamentos: para já, o evento está...

MVP Summit: Getting Ready

0
My second trip to USA's East Coast will be to Seattle/Redmond, where the MVP Summit is being held. My agenda, the Connected Systems Track ("BizTalk, WCF and WF experts...

Object Orientation, herança, gets e sets, módulos e BizTalk

0
No seguimento de uma apresentação do GASP no Porto, dedicada a Padrões de Desenho, e de uma recomendação nesse sentido, comecei a ler um livro chamado “Holub on Patterns:...

Evento PontoNetPt: Slide Decks

0
Boas, para quem tiver interesse, estão disponíveis os slides das duas apresentações que realizámos (eu e o Raúl Ribeiro) no evento PontoNetPt: BizTalk 2006 e Windows Workflow. jota (ps: links corrigidos)

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...

MyTechEd 2007 – Day 2

0
The second day started with a BizTalk Server session: "Enterprise Ready BizTalk - Best Practices from Customer Implementations", by Ewan Fairweather, one of the authors of the excellent "Professional...

TechEd EMEA 2005 e Excepções

0
Uma das apresentações interessantes a que assisti foi do conhecido David Platt, "Exception Handling Best Practices". A sessão podia ter sido melhor, mas uma vez que o tratamento correcto...

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.