Home
Archive
Contact
Search results for '�������揭幕战 ( 世界杯��定网站 KL99.cc )世界杯���幕战 世界杯揭��战 ac'
Creating a Tweet Buffer with Azure Queues and Microsoft Flow
There are apps and services that allow the scheduling or buffering of the sending of Tweets. Using t
Type
: Post
Tags
: microsoft flow, azure, azure functions, serverless
http://dontcodetired.com/blog/post/Creating-a-Tweet-Buffer-with-Azure-Queues-and-Microsoft-Flow
Brownfield Application Development (Part 1) - Managing Motivation and Energy
"Normal 0 false false false EN-US X-NONE X-NONE ..."
Type
: Post
Tags
: brownfield application development
http://dontcodetired.com/blog/post/Brownfield-Application-Development-(Part-1)-Managing-Motivation-and-Energy
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
Creating Your Own Custom Dynamic C# Classes
C# provides pre-supplied dynamic types such as the ExpandoObject. It is also possible to create new
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Creating-Your-Own-Custom-Dynamic-C-Classes
Business-Readable, Living Documentation with BDDfy
"BDDfy enables the creation of tests that, in addition to verifying that the system works correctly, also results in business-readable, living documentation. Business-readable means that the tests are ..."
Type
: Post
Tags
: teststack, bddfy, bdd, testing, qa
http://dontcodetired.com/blog/post/Business-Readable-Living-Documentation-with-BDDfy
Architecting Azure Functions: Function Timeouts and Work Fan-Out with Queues
When moving to Azure Functions or other FaaS offerings it’s possible to fall into the trap of
Type
: Post
Tags
: azure, azure functions, serverless, c#, .net
http://dontcodetired.com/blog/post/Architecting-Azure-Functions-Function-Timeouts-and-Work-Fan-Out-with-Queues
Approval Tests: Write Tests More Quickly
Sometimes assert code in tests gets big and messy and complicated when the output we’re testin
Type
: Post
Tags
: .net, .net core, testing, approval tests, software development
http://dontcodetired.com/blog/post/Approval-Tests-Write-Tests-More-Quickly
Coding with Compassion
"From an engineering perspective we judge code by its complexity, test coverage, etc. These are all empirical measurements that give us an indication of the qualities that the code base possesses. ..."
Type
: Post
Tags
: compassion, software development
http://dontcodetired.com/blog/post/Coding-with-Compassion
Azure Functions Continuous Deployment with Azure Pipelines: Part 2 - Getting Started
This is the second part in a series demonstrating how to setup continuous deployment of an Azure Fun
Type
: Post
Tags
: funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-2-Getting-Started
Using MVVM Light in Universal Windows Apps
"I though it would be interesting to see how easy it is to define an MVVM Light view model once and then use it in both a Universal Windows Phone and Windows Store project. So I created a new blank uni ..."
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, mvvm, mvvm light
http://dontcodetired.com/blog/post/Using-MVVM-Light-in-Universal-Windows-Apps
What’s New in C# 10: Value Type Records
"This is part of a series on the new features introduced with C# 10.In a previous post I wrote about records in C# 9.Prior to C# 10 record types were reference types. In C# 10 you can now declare recor ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Value-Type-Records
New Pluralsight Course: Dynamic C# Fundamentals
My Pluralsight course “Dynamic C# Fundamentals” is now available. The course is split in
Type
: Post
Tags
: pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Dynamic-C-Fundamentals
Diagnosing Failing Tests More Easily and Improving Test Code Readability
Sometimes the assertions that come bundled with a testing framework are suboptimal in that they do n
Type
: Post
Tags
: testing, .net, .net core, C#
http://dontcodetired.com/blog/post/Diagnosing-Failing-Tests-More-Easily-and-Improving-Test-Code-Readability
Support Multiple Versions of .NET From A Single Class Library (.NET multi-targeting)
".NET implementations come in a few different versions or “flavors” including .NE Framework, .NET Core, and the evolution of .NET Core into .NET 5+. There’s also .NET Standard which is not an implement ..."
Type
: Post
Tags
: C#, .net
http://dontcodetired.com/blog/post/Support-Multiple-Versions-of-NET-From-A-Single-Class-Library-(NET-multi-targeting)
What’s New in C# 10: Create Constants Using String Interpolation
"This is part of a series on the new features introduced with C# 10.Prior to C# 10 if you wanted to create a const that was made up from other constants you had to add the string fragments togeter, for ..."
Type
: Post
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Create-Constants-Using-String-Interpolation
What’s New in C# 10: Write Less Code and Reduce Repeated Using Directives
This is part of a series on the new features introduced with C# 10. There are 2 related features in
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Write-Less-Code-and-Reduce-Repeated-Using-Directives
Design is Not Adornment
"Sometimes design (and designers) are thought of as the people that make stuff look pretty. While aesthetics is a part of design, it’s not its sole function. Design is problem solving When aesthetic co ..."
Type
: Post
Tags
: design, ux
http://dontcodetired.com/blog/post/Design-is-Not-Adornment
Save Keystrokes with AutoHotkey Hotstrings
"AutoHotkey is a free open source tool that does all kinds of cool things, one of which is hotstrings. Hotstrings allow us to define shorthand phrases that get expanded into full text. For things we ty ..."
Type
: Post
Tags
: productivity, autohotkey
http://dontcodetired.com/blog/post/Save-Keystrokes-with-AutoHotkey-Hotstrings
Vertically Center Div in Browser Window using Viewport-Relative Lengths
"I found out about these units this week so I wanted to have a play with them. The CSS units: vw, vh, vmin, and vmax allow sizes to be specified relative the the browser window size (or the “initial co ..."
Type
: Post
Tags
: web, css, html, responsive design, ux, ui
http://dontcodetired.com/blog/post/Vertically-Center-Div-in-Browser-Window-using-Viewport-Relative-Lengths
Hosting HTML Content in Silverlight 4
"In Silverlight 4 we can present HTML content to the user. The WebBrowser Control For example to display the content of DontCodeTired.com we can set the Source property in XAML: <WebB ..."
Type
: Post
Tags
: .net, c#, html, javascript, oob, out of browser, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Hosting-HTML-Content-in-Silverlight-4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23