Home
Archive
Contact
Search results for '世����揭幕战 ( 世界杯��定网站 KL99.cc )世界杯����幕战 世界杯揭��战 ac'
Pretty Method Display in xUnit.net
One little-known feature of the xUnit.net testing framework is the ability to write test method name
Type
: Post
Tags
: xunit.net, C#, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Pretty-Method-Display-in-xUnitnet
Using C# Source Generators with Microsoft Feature Management Feature Flags
C# Source Generators allow you to generate and compile source code dynamically. You can read more ab
Type
: Post
Tags
: .net, .net core, c#, code generation, FeatureManagement, featuretoggle
http://dontcodetired.com/blog/post/Using-C-Source-Generators-with-Microsoft-Feature-Management-Feature-Flags
Remote Debugging Azure Functions V2 "The breakpoint will not currently be hit. No symbols have been loaded for this document"
Sometimes it can be tricky to attach the Visual Studio debugger to a deployed Azure Functions app. F
Type
: Post
Tags
: Azure, azure functions, visual studio, debugging, serverless
http://dontcodetired.com/blog/post/Remote-Debugging-Azure-Functions-V2-The-breakpoint-will-not-currently-be-hit-No-symbols-have-been-loaded-for-this-document
Redesigning DontCodeTired.Com (Part 10) - Creating the Remaining Responsive Breakpoints
"Creating the Second Responsive Breakpoint The next responsive breakpoint kicks in at 970px width. At this point the first of the sidebars become visible. This "about me" sidebar contains ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-10)-Creating-the-Remaining-Responsive-Breakpoints
Your First Xbox One UWP App
"There’s been a number of almost-goosebump-inspiring moments during my .NET dev experience such as the first time I saw my code running on a Windows Phone 7. Another one of these moments was seeing my ..."
Type
: Post
Tags
: c#, xbox, uwp, windows 10
http://dontcodetired.com/blog/post/Your-First-Xbox-One-UWP-App
The Architect's Guide to Choosing Between HTML5 or Native Mobile Apps
"Deciding between writing native apps or "cross platform" HTML5 apps is hard. It's an increasingly relevant debate as mobile and tablet usage continues to increase. As the usage of ..."
Type
: Post
Tags
: mobile, user experience, ux
http://dontcodetired.com/blog/post/The-Architects-Guide-to-Choosing-Between-HTML5-or-Native-Mobile-Apps
FeatureToggle v3.3 Released
"FeatureToggle is an open source feature toggling library for .NET.Version 3.3 was just released to NuGet and includes two minor new features as described below.FallbackValueDecoratorThe FallbackValueD ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-v33-Released
Centralising RaiseCanExecuteChanged Logic in an MVVM Light Portable View Model
"When working with an MVVM Light sometime we need to “tell” the view that a command’s ability to be executed has changed. For example, when a user clicks a Start button to start a countdown, the Start ..."
Type
: Post
Tags
: c#, mvvm light, xaml, pcl
http://dontcodetired.com/blog/post/Centralising-RaiseCanExecuteChanged-Logic-in-an-MVVM-Light-Portable-View-Model
Using FeatureToggle In Your Windows 8 WinRT App
"I just released an update to my open source feature toggling library FeatureToggle. Version 1.2.0 add support for using feature toggles in your Windows 8 WinRT .Net (C#) app. For this initial release, ..."
Type
: Post
Tags
: open source, featuretoggle
http://dontcodetired.com/blog/post/Using-FeatureToggle-In-Your-Windows-8-WinRT-App
Azure Functions Continuous Deployment with Azure Pipelines: Part 6 - Creating an Azure DevOps Release Pipeline
This is the sixth part in a series demonstrating how to setup continuous deployment of an Azure Func
Type
: Post
Tags
: funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-6-Creating-an-Azure-DevOps-Release-Pipeline
Investing In You
"I grew up in humble surroundings, my family was for the most part “working class”, I moved around a bit as a kid, moved schools a few times, and lived in state/council housing. At one point as a child ..."
Type
: Post
Tags
: profession, productivity, personal development
http://dontcodetired.com/blog/post/Investing-In-You
Run Local Development and Store-Installed Versions of Windows Store Apps Side-by-Side
"If you’ve released a Windows Store app and you want to actually use the released version yourself on the same machine you develop the app on, running the dev version from Visual Studio may overwrite t ..."
Type
: Post
Tags
: opensource, windows 8 apps, windows store apps
http://dontcodetired.com/blog/post/Run-Local-Development-and-Store-Installed-Versions-of-Windows-Store-Apps-Side-by-Side
Using C# Keywords for Variable Names
It’s possible to use C# keywords for variable names, etc. For example if we wanted a variable
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Using-C-Keywords-for-Variable-Names
Simplifying Parameter Null and Other Checks with the GuardClauses Library
"Often you want to add null checking and other check code at the start of a method to ensure all the values passed into the method are valid before continuing. For example the following method checks t ..."
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Simplifying-Parameter-Null-and-Other-Checks-with-the-GuardClauses-Library
Writing Azure Functions with Function Monkey: Dependency Injection
"In my continued exploration/experimentation with Function Monkey I thought I’d look at how easy/hard it is to inject dependencies into handlers. Previous articles: Creating Azure Functions with Functi ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Dependency-Injection
Understanding Azure Durable Functions - Part 12: Sub Orchestrations
This is part twelve in a series of articles. If you’re not familiar with Durable Functions you
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-12-Sub-Orchestrations
Getting Started Building a Universal Windows App
"Universal Windows apps promise to enable the sharing of app code between Windows 8.1 Store apps and Windows Phone 8.1 apps. In this demo, we’ll create a simple app and see how much work we can share b ..."
Type
: Post
Tags
: c#, windows store apps, windows phone apps, xbox apps, universal apps
http://dontcodetired.com/blog/post/Getting-Started-Building-a-Universal-Windows-App
Creating Custom Azure Functions Bindings
(This article refers to Azure Functions v2) Out of the box, Azure Functions comes with a range of tr
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Creating-Custom-Azure-Functions-Bindings
Creating a Spinner Animation in a Console Application in C#
If we have a longer running process taking place in a console application, it’s useful to be a
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Creating-a-Spinner-Animation-in-a-Console-Application-in-C
Reading Azure Cosmos DB Data In Azure Functions
This is the second part in a series of articles. In addition to triggering a function when Cosmos DB
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Reading-Azure-Cosmos-DB-Data-In-Azure-Functions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23