Search results for 'mega888 Malaysia, [OFFICIAL | winbox-login.com] , FREE 10, BTI , [OFFICIAL | winbox-login.com] Vp'

Azure HTTP Function Authorization with Function Keys When creating an Azure Function triggered via HTTP, one way to authorize use of the function is to c Type: Post
Tags : azure functions, azure, serverless
http://dontcodetired.com/blog/post/Azure-HTTP-Function-Authorization-with-Function-Keys
Reducing Database Round Trips With Included Documents in Marten Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Reducing-Database-Round-Trips-With-Included-Documents-in-Marten
Enforcing Referential Integrity Between Documents with Marten and PostgreSQL Even though Marten is a library to enable document database storage semantics, because it’s bu Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Enforcing-Referential-Integrity-Between-Documents-with-Marten-and-PostgreSQL
.NET Document Databases with Marten Document databases are a form of NoSQL database that store items (objects) as single documents rathe Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/NET-Document-Databases-with-Marten
New Pluralsight Course: Testing C# Code in Production with Scientist.NET My latest Pluralsight course is now available for viewing. It demonstrates how to use the Scientist. Type: Post
Tags : pluralsight courses, .net, c#, quality, testing
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Testing-C-Code-in-Production-with-ScientistNET
Testing ASP.NET Core Controllers in Isolation with Mock Objects and Moq In previous posts we saw how to get started testing ASP.NET Core MVC controllers and also how to use Type: Post
Tags : testing, .net core, xunit.net, asp.net core, mocking
http://dontcodetired.com/blog/post/Testing-ASPNET-Core-Controllers-in-Isolation-with-Mock-Objects-and-Moq
New Pluralsight Course: Working with Nulls in C# My latest Pluralsight course is now available for viewing. It covers the fundamental aspects of work Type: Post
Tags : pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Working-with-Nulls-in-C
Testing for Thrown Exceptions in xUnit.net When writing tests it is sometimes useful to check that the correct exceptions are thrown at the exp Type: Post
Tags : xunit.net, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-xUnitnet
Testing for Thrown Exceptions in NUnit In a previous post, testing for thrown exceptions using xUnit.net was demonstrated. In this post we& Type: Post
Tags : nunit, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-NUnit
Improving Azure Functions Blob Trigger Performance and Reliability - Part 3: Using Event Grid to Respond to New Blobs In the previous part of the series we saw how to improve the reliability of responding to new blobs Type: Post
Tags : C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-3-Using-Event-Grid-to-Respond-to-New-Blobs
Improving Azure Functions Blob Trigger Performance and Reliability - Part 1: Memory Usage This is the first part of a series or articles. When creating blob-triggered Azure Functions there a Type: Post
Tags : C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-1-Memory-Usage
Handling Errors and Poison Blobs in Azure Functions With Azure Blob Storage Triggers (This article applies to Azure Functions V2) An Azure Function can be triggered by new blobs being w Type: Post
Tags : C#, azure, azure functions, .net, serverless
http://dontcodetired.com/blog/post/Handling-Errors-and-Poison-Blobs-in-Azure-Functions-With-Azure-Blob-Storage-Triggers
Getting Blob Metadata When Using Azure Functions Blob Storage Triggers (This article refers to Azure Functions V2) Basic Blob Metadata There are a few basic pieces of meta Type: Post
Tags : C#, azure, azure functions, .net, serverless
http://dontcodetired.com/blog/post/Getting-Blob-Metadata-When-Using-Azure-Functions-Blob-Storage-Triggers
Dealing With Unprocessed Storage Queue Poison Messages in Azure Functions If an Azure Function that is triggered by a message on a Storage Queue throws an exception, the mess Type: Post
Tags : azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Dealing-With-Unprocessed-Storage-Queue-Poison-Messages-in-Azure-Functions
Specifying How Soon a Storage Queue Message Will Be Retried in an Azure Function By default, if an exception occurs in an Azure Function that uses a Storage Queue trigger, the messa Type: Post
Tags : azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Specifying-How-Soon-a-Storage-Queue-Message-Will-Be-Retried-in-an-Azure-Function
Getting Message Metadata When Using Azure Functions Storage Queue Triggers When creating an Azure Function that is triggered by incoming messages on a Storage Queue, the type Type: Post
Tags : azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Getting-Message-Metadata-When-Using-Azure-Functions-Storage-Queue-Triggers
Configuring Queue Names and Blob Path Bindings in Azure Functions Configuration When working with Azure Functions in C# (specifically Azure Functions V2 in this article) you can sp Type: Post
Tags : azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Configuring-Queue-Names-and-Blob-Path-Bindings-in-Azure-Functions-Configuration
NUnit 3 Quick Tips: Asserting On Collections When the result you want to check is a collection, you can use NUnit to assert that it has the expec Type: Post
Tags : nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-On-Collections
NUnit 3 Quick Tips: Asserting On Object Reference Equality When asserting on equality using the EqualConstraint you may not always get the behaviour you want d Type: Post
Tags : nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-On-Object-Reference-Equality
NUnit 3 Quick Tips: Asserting Within Ranges If you are asserting that a value is equal to something and you want to specify some tolerance you c Type: Post
Tags : nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-Within-Ranges