Home
Archive
Contact
Search results for '世界杯买球app-(世界杯指定平台 KL99.CC)-日本vs哥斯达黎加-世界杯买球盘口-世界杯投注方式-(世界杯指定平台 KL99.CC)-卡塔尔vs厄瓜多尔 TE'
ICYMI C# 9 New Features: Reduce Boilerplate Constructor Code with Init Only Property Setters
This is part of a series of articles on new features introduced in C# 9. Prior to C# 9 if you wanted
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Reduce-Boilerplate-Constructor-Code-with-Init-Only-Property-Setters
Three Wins Technique Review - a Simple Productivity Hack to Deliver What Matters
I started using the Three Wins Technique about five years ago. It has proven to be a simple techniqu
Type
: Post
Tags
: profession, personal development, productivity
http://dontcodetired.com/blog/post/Three-Wins-Technique-Review-a-Simple-Productivity-Hack-to-Deliver-What-Matters
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
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)
Telling a View to display a Message Dialog from the ViewModel With MVVMLight in Windows 8.1 Store Apps
"The technique below is one technique, others exist, but the design goals of this approach are: The ViewModel cannot know or reference the View The ViewModel should should not care how the View displ ..."
Type
: Post
Tags
: c#, mvvm, mvvm light, windows store apps, xaml, portable class library
http://dontcodetired.com/blog/post/Telling-a-View-to-display-a-Message-Dialog-from-the-ViewModel-With-MVVMLight-in-Windows-81-Store-Apps
Right Click and Context Menu Support in Silverlight 4
"Silverlight 4 allows us access to right-click functionality, in earlier versions of Silverlight right-clicking would bring up the standard SL popup menu. Simple Right Click To capture a right ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Right-Click-and-Context-Menu-Support-in-Silverlight-4
Redesigning DontCodeTired.Com (Part 4) - Adding Semantic HTML 5 Markup and Removing Unwanted Elements
"Redesigning DontCodeTired.Com (Part 3) - Creating Content Reference Wireframes using Mobile-First Responsive In-Browser Design Adding New HTML5 Semantic Tags DontCodeTired.com is currently using ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-4)-Adding-Semantic-HTML-5-Markup-and-Removing-Unwanted-Elements
ICYMI C# 8 New Features: Simplify If Statements with Property Pattern Matching
This is part 3 in a series of articles. In the first part of this series we looked at switch express
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Simplify-If-Statements-with-Property-Pattern-Matching
The Enterprise Re-Imagined with Windows 8
"If your company is currently in the process of upgrading to Windows 8, do they see it as a simple OS upgrade to keep up to date; or, do they see it as an enabler to re-imagine how the business operate ..."
Type
: Post
Tags
: windows 8 apps, windows 8, apps, tablet, ux, design
http://dontcodetired.com/blog/post/The-Enterprise-Re-Imagined-with-Windows-8
Refactoring an Azure Functions App to use Function Monkey
"In a previous post I took a first look at the Function Monkey library to define Azure Functions using commands and handlers. In this post I’m going to try and take an existing functions app and conver ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Refactoring-an-Azure-Functions-App-to-use-Function-Monkey
Mocking HttpRequest Body Content When Testing Azure Function HTTP Trigger Functions
When creating Azure Functions that are triggered by an HTTP request, you may want to write unit test
Type
: Post
Tags
: testing, xunit.net, mocking, azure functions
http://dontcodetired.com/blog/post/Mocking-HttpRequest-Body-Content-When-Testing-Azure-Function-HTTP-Trigger-Functions
Free .NET Testing Courses This Month
This month all my Pluralsight courses are available for free including a lot of .NET testing content
Type
: Post
Tags
: C#, pluralsight courses, profession, personal development, .net, .net core
http://dontcodetired.com/blog/post/Free-NET-Testing-Courses
C# 4.0 Optional Parameters
C# 4.0 introduces the concepts of Optional Parameters and the related Named Parameters language feat
Type
: Post
Tags
: .net, c#, visual studio 2010
http://dontcodetired.com/blog/post/C-40-Optional-Parameters
Understanding Azure Durable Functions - Part 7: The Function Chaining Pattern
This is the seventh part in a series of articles. If you’re not familiar with Durable Function
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-7-The-Function-Chaining-Pattern
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
Determine site’s absolute, fully-qualified url in asp.net
" I'm working on a Silverlight media player like you get on MySpace and other sites. The app is meant to be as simple as possible, so i've created a Silverlight-enabled WCF service which r ..."
Type
: Post
Tags
: silverlight, c#, wcf, asp.net
http://dontcodetired.com/blog/post/Determine-sitee28099s-absolute-fully-qualified-url-in-aspnet
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
Using the Azure SignalR Service Bindings in Azure Functions to Create Real-time Serverless Applications
The Azure SignalR Service is a serverless offering from Microsoft to facilitate real-time communicat
Type
: Post
Tags
: azure, azure functions, c#, serverless, .net
http://dontcodetired.com/blog/post/Using-the-Azure-SignalR-Service-Bindings-in-Azure-Functions-to-Create-Real-time-Serverless-Applications
Getting Started with Azure Cosmos DB and Azure Functions
This is the first part in a series of articles. Azure Cosmos DB is a “globally distributed, mu
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Getting-Started-with-Azure-Cosmos-DB-and-Azure-Functions
Approval Tests: Assert With Human Intelligence
In the previous article I described how the Approval Tests library can help reduce the amount of ass
Type
: Post
Tags
: .net, .net core, testing, approval tests, software development
http://dontcodetired.com/blog/post/Approval-Tests-Assert-With-Human-Intelligence
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28