Home
Archive
Contact
Search results for 'FREE 10, [OFFICIAL | winbox-login.com] , BTI , maxbet , [OFFICIAL | winbox-login.com] bP'
Testing EventGridTrigger Azure Functions Locally (Without Using ngrok)
(This post refers to Azure Functions v2) One way to test Azure Functions that use Event Grid trigger
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, testing
http://dontcodetired.com/blog/post/Testing-EventGridTrigger-Azure-Functions-Locally-(Without-Using-ngrok)
Prevent Secrets From Accidentally Being Committed to Source Control in ASP.NET Core Apps
One problem when dealing with developer “secrets” in development is accidentally checkin
Type
: Post
Tags
: .net core, .net, C#, asp.net core, asp.net
http://dontcodetired.com/blog/post/Prevent-Secrets-From-Accidentally-Being-Committed-to-Source-Control-in-ASPNET-Core-Apps
Testing Precompiled Azure Functions Overview
Just because serverless allows us to quickly deploy value, it doesn’t mean that testing is now
Type
: Post
Tags
: azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Testing-Precompiled-Azure-Functions-Overview
Dynamic Binding in Azure Functions with Imperative Runtime Bindings
"When creating precompiled Azure Functions, bindings (such as a blob output bindings) can be declared in the function code, for example the following code defines a blob output binding:[Blob("todo/{ran ..."
Type
: Post
Tags
: azure functions, azure, C#, serverless
http://dontcodetired.com/blog/post/Dynamic-Binding-in-Azure-Functions-with-Imperative-Runtime-Bindings
Using the Actor Model and Akka.NET for IoT Systems
In additional to cloud-based offerings such as Microsoft’s Azure IoT Suite, it’s also po
Type
: Post
Tags
: akka.net, actor model, IoT
http://dontcodetired.com/blog/post/Using-the-Actor-Model-and-AkkaNET-for-IoT-Systems
Create Precompiled Azure Functions With Azure Event Grid Triggers
Visual Studio can be used to create precompiled Azure Functions using standard C# classes and tools/
Type
: Post
Tags
: azure, azure event grid, azure functions, c#
http://dontcodetired.com/blog/post/Create-Precompiled-Azure-Functions-With-Azure-Event-Grid-Triggers
Inspecting HTTP Requests With RequestBin
EDIT: Since this post was originally published, the originally quoted Request Bin URL was closed dow
Type
: Post
Tags
: http, json, web
http://dontcodetired.com/blog/post/Inspecting-HTTP-Requests-With-RequestBin
New Pluralsight Course: Writing and Testing Precompiled Azure Functions in Visual Studio 2017
Azure Functions have come a long way in a short time. With newer releases you can now create functio
Type
: Post
Tags
: C#, azure, azure functions, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Writing-and-Testing-Precompiled-Azure-Functions-in-Visual-Studio-2017
Running and Filtering Tests with the .NET Core Command Line Test Runner
In a previous article we saw how to use Visual Studio’s Test Explorer to filter and run subset
Type
: Post
http://dontcodetired.com/blog/post/Running-and-Filtering-Tests-with-the-NET-Core-Command-Line-Test-Runner
Grouping and Filtering Tests in Visual Studio Test Explorer
One way to run automated tests is to use Visual Studio’s Test Explorer. Test Explorer can be f
Type
: Post
Tags
: testing, qa, visual studio, tools
http://dontcodetired.com/blog/post/Grouping-and-Filtering-Tests-in-Visual-Studio-Test-Explorer
Using PostgreSQL Document Databases with Azure Functions and Marten
With the appearance of managed PostgreSQL databases on Azure, we can now harness the simplicity of M
Type
: Post
Tags
: azure functions, azure, C#, marten, data, nosql
http://dontcodetired.com/blog/post/Using-PostgreSQL-Document-Databases-with-Azure-Functions-and-Marten
Testing Automation: The Big Picture
It’s often useful to take a step back and look at the bigger picture, this is true in differen
Type
: Post
Tags
: testing, quality, productivity, profession
http://dontcodetired.com/blog/post/Testing-Automation-The-Big-Picture
Installing and Configuring a UPS with Windows 10
The power grid at my home office is sometimes unreliable. In the last year there have been several p
Type
: Post
Tags
: hardware, productivity
http://dontcodetired.com/blog/post/Installing-and-Configuring-a-UPS-with-Windows-10
MSTest V2
In the (relatively) distant past, MSTest was often used by organizations because it was provided by
Type
: Post
Tags
: .net, .net core, testing, qa, quality
http://dontcodetired.com/blog/post/MSTest-V2
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
Mocking in .NET Core Tests with Moq
When writing automated tests it is sometimes useful to isolate the thing(s) being tested from other
Type
: Post
Tags
: testing, .net, .net core, mocking
http://dontcodetired.com/blog/post/Mocking-in-NET-Core-Tests-with-Moq
Custom Session Logging 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/Custom-Session-Logging-in-Marten
Previewing the Generated PostgreSQL SQL for a Query 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/Previewing-the-Generated-PostgreSQL-SQL-for-a-Query-in-Marten
Retrieving Raw JSON Data in Web API with 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/Retrieving-Raw-JSON-Data-in-Web-API-with-Marten
New Pluralsight Course: Working with Data and Schemas in Marten
Marten is a .NET document database library to allows objects to be stored, retrieved, and queried as
Type
: Post
Tags
: c#, .net, data, marten, nosql, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Working-with-Data-and-Schemas-in-Marten
1
2
3
4
5
6
7
8
9
10
11
12
13
14