Azure DevOps Pipelines: differentiate your builds
It is very common to use the same build script for builds triggered by a Pull Request (PR) and those triggered by continuous integration (CI). Although these…
Read articleThe library
36 articles about .NET, C#, Azure, mobile development and artificial intelligence.
36 results
Clear filtersIt is very common to use the same build script for builds triggered by a Pull Request (PR) and those triggered by continuous integration (CI). Although these…
Read articleAzure Blob Storage is a very efficient file stoker service that can be used as a content delivery network (CDN). If you store large files, it allows you to upload…
Read articleRecently I started using Azure SQL Database without server For my integration tests. But before each of my integration tests I have to delete my database and then…
Read articleDisplaying a custom error page in ASP.NET Core is very simple, but there are some pitfalls to avoid. To display an error page (error 500), simply write the…
Read articleRazor Pages let us organize code around individual pages, which can make development faster and more focused. In this article, we will configure authorization…
Read articleEntityFramework Core is a very extensible tool, but sometimes you can find yourself blocked from writing an “expression” whereas in SQL it would be simple. 😀 In…
Read articleToday, I had to deliver a library of classes which allowed the registration of shares only in DEBUG. When you deliver a NuGet package it needs to be optimized, you…
Read articleYou dreamed of it, Microsoft did it: Silverlight 6 is finally coming out, nine years after the release of Silverlight 5. What 's new ? Microsoft is once again…
Read articleDuring the BUILD 2018, I was announcing the arrival of Xamarin Essentials., a software library making life easier for Xamarin developers. This one just got…
Read articleToday, I just discovered the classroom. FormattableString Two years after it came out. This class has been added with the functionality of string interpolation In…
Read articleToday I had to insert or update massive thousands of lines into a database It's just using Entity Framework Core. The context A simple approach to carrying out…
Read articleIt can be helpful to withstand the compression of responses when they are large, which can greatly reduce the time taken to download them. Activate gzip…
Read article