Home
Archive
Contact
Search results for 'Fake Hendrix College diplom 「制��网��� bzzjj.com」 Buy online Czech passport electronic version 「��理���� bzzjj.com」 Fachhochschule Schmakarden环境科���学位证书00'
FeatureToggle Version 3 Released
"Version 3 of my open source feature toggle library is now released to NuGet. Version 3 introduces some breaking changes and new features. Breaking Changes The WPF value convertor package has been rem ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-Version-3-Released
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)
Writing Implicit and Explicit C# Conversion Operators
When writing custom classes we can provide behaviour to allow for both explicit and implicit convers
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Writing-Implicit-and-Explicit-C-Conversion-Operators
Advanced SpecFlow: Custom Conversion of Step Parameters and Data Tables with [StepArgumentTransformation]
SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Custom-Conversion-of-Step-Parameters-and-Data-Tables-with-StepArgumentTransformation
Creating Versioned APIs with Azure Functions and Proxies
One of the interesting possibilities with the (currently in preview) Azure Function Proxies is the a
Type
: Post
Tags
: azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Creating-Versioned-APIs-with-Azure-Functions-an-Proxies
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
Databinding Conversions Using Functions in UWP XAML Apps
"When using compiled data bindings using the x:Bind syntax in UWP apps, as an alternative to using an IValueConverter, a function can instead be defined. This means that whenever a value needs converti ..."
Type
: Post
Tags
: c#, UWP, xaml
http://dontcodetired.com/blog/post/Databinding-Conversions-Using-Functions-in-UWP-XAML-Apps
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
FeatureToggle Version 2 Released
"Version 2 of my open source feature toggling .Net library has just been released to NuGet. V2 introduces a number of breaking changes – see release notes. It also include binary Windows Store DLLs as ..."
Type
: Post
Tags
: open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-Version-2-Released
Microsoft Buys Part of Nokia
"So the big news of the moment is that Nokia is selling it’s Devices & Services business to Microsoft. The deal is “expected to close in the first quarter of 2014, subject to approval by Nokia shar ..."
Type
: Post
Tags
: nokia, windows phone, apps
http://dontcodetired.com/blog/post/Microsoft-Buys-Part-of-Nokia
Lifelike Test Data Generation with Bogus
Bogus is a lovely library from Brian Chavez to use in automated tests to automatically generate test
Type
: Post
Tags
: testing, qa, quality, xunit.net
http://dontcodetired.com/blog/post/Lifelike-Test-Data-Generation-with-Bogus
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
Painless .NET Windows Service Creation with Topshelf
Windows Services allow us to run code in the background, without needing (for example) a console app
Type
: Post
Tags
: .net, c#, owin, topshelf, webapi
http://dontcodetired.com/blog/post/Painless-NET-Windows-Service-Creation-with-Topshelf
Running ASP.NET Core Apps on a Synology NAS with Docker
"Now I’ve got the Synology NAS up and running, I thought it would be interesting to see what the Docker support is like. You can essentially run Docker container instances on the NAS box which also mea ..."
Type
: Post
Tags
: hardware, NAS, Synology, docker, .net core
http://dontcodetired.com/blog/post/Running-ASPNET-Core-Apps-on-a-Synology-NAS-with-Docker
Mocking Framework for Windows Store apps (and Windows Phone)
"With Windows Store apps there are challenges getting traditional mocking frameworks such as Rhino and Moq working due to limited reflection support in the platform (presumably for security reasons). I ..."
Type
: Post
Tags
: tdd, windows 8, windows 8 apps, winrt, mocking, testing
http://dontcodetired.com/blog/post/Mocking-Framework-for-Windows-Store-apps-(and-Windows-Phone)
C# Source Generators: Less Boilerplate Code, More Productivity
One exciting feature of the upcoming .NET 5 are Source Generators. Source Generators as the name sug
Type
: Post
http://dontcodetired.com/blog/post/C-Source-Generators-Less-Boilerplate-Code-More-Productivity
50 Apps By Christmas: Color Eye
"This article is part of the 50 Apps by Christmas series Color Eye is a Windows Phone 8 app that creates colour schemes by sampling live data from the camera. Working with Live Camera Data As I’d not ..."
Type
: Post
Tags
: windows phone apps, windows phone, 50appsbychristmas2013, sql, sqlite, colour
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-Color-Eye
Azure Functions Continuous Deployment with Azure Pipelines: Part 1 - Overview
This is the first 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-1-Overview
Introducing InAppPurchaseToggle for Windows Store In App Purchase
"I just released version 2 of a new open source project called InAppPurchaseToggle. It simplifies querying if the current user has paid for a particular in-app-purchase (IAP). It’s convention based and ..."
Type
: Post
Tags
: windows 8 apps, windows 8, open source, inapppurchasetoggle, in app purchase, winrt
http://dontcodetired.com/blog/post/Introducing-InAppPurchaseToggle-for-Windows-Store-In-App-Purchase
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
1
2
3
4
5
6
7
8
9