Cesar De la Torre

Results 54 issues of Cesar De la Torre

The current SQL Server check is pretty basic. I know it was in "pending to be improved". It is like the following: https://github.com/aspnet/HealthChecks/blob/dev/src/Microsoft.Extensions.HealthChecks.SqlServer/HealthCheckBuilderSqlServerExtensions.cs ``` //TODO: There is probably a much...

This probably could be done at two levels: 1. Checking just the RabbitMQ service/server availability which is a dependency for your application or microservice, like just based on the address...

This would be a nice to have health check in addition to the SQL Server health check. :)

Minor updates for .NET Microservices eBook to v2.1.02: - Minor updates in versions and code snippets related to .NET Core 2.1 and latest Docker versions. - Updated info for Orchestrators...

New eBook on Serverless apps Architecture with Azure Functions Download from: http://aka.ms/serverlessbookpdf http://aka.ms/serverlessbookmobi http://aka.ms/serverlessbookepub http://aka.ms/serverlessbookweb ![image](https://user-images.githubusercontent.com/1712635/43613385-09a5ea18-9664-11e8-8554-4b43acd8613c.png) Links also available at the .NET Application Architecture center: http://dot.net/architecture

The Web Applications with ASP.NET Core Architecture and Patterns guidance eBook/Guide (.PDF) was just updated to http://ASP.NET Core 2.1. Check it out! Free .PDF download: http://aka.ms/WebAppEbook ![image](https://user-images.githubusercontent.com/1712635/42467498-eeea44ae-8366-11e8-95f1-932958bcf75a.png) This content is...

This is the same version (v2.1) than the one published as a [.PDF](https://aka.ms/microservicesebook), but now supporting eReader formats (.EPUB and .MOBI), updated to the same version/edition. You can read it...

We have made a major update in the tests. The most significant change is that the tests related to just each a microservice are now segregated and are part of...

This is the same version than the one published as a [.PDF](https://aka.ms/liftandshiftwithcontainersebook), but now the eReader formats (.EPUB and .MOBI) are updated to the same version/edition. .MOBI download (Kindle) -...

The .NET Microservices eBook is being updated to .NET Core 2.1 "wave" of technologies! Main subjects/chapters updated: - HttpClientFactory + Polly for resilient Http communication in .NET Core 2.1 -...