Home
Archive
Contact
Search results for '世����揭幕战 ( 世界杯�����网站 KL99.cc )世界杯���幕战 世界杯揭��战 ac'
Akka.NET Dispatchers and User Interface Thread Access
Akka.NET actors typically run in their own (non-UI) threads. This means by default accessing UI obje
Type
: Post
Tags
: .net, akka.net, wpf, mvvm
http://dontcodetired.com/blog/post/AkkaNET-Dispatchers-and-User-Interface-Thread-Access
Understanding Azure Durable Functions - Part 2: Creating Your First Durable Function
This is the second part in a series of articles. Before creating durable functions it’s import
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-2-Creating-Your-First-Durable-Function
Design Principals in Practice: Affordance in Contactless Payment Machines
"Take a look at this photo I took of a contactless style of payment terminal at a local grocery store. This is the kind of terminal that, with a compatible credit/debit card you can just tap, hover, or ..."
Type
: Post
Tags
: design, usability, ux, user experience, affordance, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Affordance-in-Contactless-Payment-Machines
Unit Testing C# File Access Code with System.IO.Abstractions
It can be difficult to write unit tests for code that accesses the file system. It’s pos
Type
: Post
Tags
: c#, testing, xunit.net, qa, .net
http://dontcodetired.com/blog/post/Unit-Testing-C-File-Access-Code-with-SystemIOAbstractions
Maintaining Feature Flag Values Across Multiple Requests (Microsoft.FeatureManagement)
This is part eight in a series of articles. EDIT: my Feature Management Pluralsight training course
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Maintaining-Feature-Flag-Values-Across-Multiple-Requests-(MicrosoftFeatureManagement)
Understanding Azure Durable Functions - Part 3: What Is Durability?
This is the third part in a series of articles. Durable Functions make it easier to organize (orches
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-3-What-Is-Durability
ICYMI C# 8 New Features: Upgrade Interfaces Without Breaking Existing Code
This is part 7 in a series of articles. Prior to C# 8, if you add members to an interface, exiting c
Type
: Post
Tags
: icymcs8series, c#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Upgrade-Interfaces-Without-Breaking-Existing-Code
Using the C# 6.0 nameof Operator in ASP.NET MVC Razor Views
Traditionally to reference an action and/or a controller in a Razor view the action/controller name
Type
: Post
Tags
: asp.net, asp.net mvc, c#, razor
http://dontcodetired.com/blog/post/Using-the-C-60-nameof-Operator-in-ASPNET-MVC-Razor-Views
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
Testing Akka.NET Actor Systems
My new Pluralsight course Akka.NET Testing Fundamentals is now available. Testing actor system bring
Type
: Post
Tags
: .net, akka.net, actor model
http://dontcodetired.com/blog/post/Testing-AkkaNET-Actor-Systems
Understanding Azure Durable Functions - Part 8: The Fan Out/Fan In Pattern
This is the eighth part in a series of articles. If you’re not familiar with Durable Functions
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-8-The-Fan-OutFan-In-Pattern
Understanding Azure Durable Functions - Part 6: Activity Functions with Additional Input Bindings
This is the sixth part in a series of articles. Up until this point in this series, the activity fun
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-6-Activity-Functions-with-Additional-Input-Bindings
Actor Models Come to .NET Developers with Akka.NET
Akka.NET is a port of the Java/Scala Akka framework. In some ways, the emergence of Akka.NET could b
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Actor-Models-Come-to-NET-Developers-with-AkkaNET
Understanding Azure Durable Functions - Part 4: Passing Input To Orchestrations and Activities
This is the fourth part in a series of articles. In the first part of the series we learned that Dur
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-4-Passing-Input-To-Orchestrations-and-Activities
Using Local Functions to Replace Comments
One idea I’ve been thinking about recently is the replacement of comments with local function
Type
: Post
Tags
: C#, .net, .net core, testing
http://dontcodetired.com/blog/post/Using-Local-Functions-to-Replace-Comments
Understanding Azure Durable Functions - Part 11: The Asynchronous Human Interaction Pattern
This is the eleventh part in a series of articles. If you’re not familiar with Durable Functio
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-11-The-Asynchronous-Human-Interaction-Pattern
Using Predicates in Akka.NET Receive Actors
When using the Receive actor API in Akka.NET, we can take advantage of overloads of the Receive meth
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Using-Predicates-in-AkkaNET-Receive-Actors
Refactoring Production Code With Experiments and Scientist.NET
When refactoring a part of an application we can use the existing tests to give a level of confidenc
Type
: Post
Tags
: c#, quality, .net, testing
http://dontcodetired.com/blog/post/Refactoring-Production-Code-With-Experiments-and-ScientistNET
Diagnosing WCF Problems Using SvcTraceViewer.exe
"You can use Microsoft Service Trace Viewer (SvcTraceViewer.exe) to help diagnose problems with connections to your WCF services. For example, if calling WCF service from the client using AJAX (o ..."
Type
: Post
Tags
: .net, ajax, wcf, debugging
http://dontcodetired.com/blog/post/Diagnosing-WCF-Problems-Using-SvcTraceViewerexe
Refactoring Code to Use C# Local Functions
In a previous post I talked about the potential use of local functions to replace comments. This gen
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Refactoring-Code-to-Use-C-Local-Functions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23