Home
Archive
Contact
Search results for 'MALAYSIA 4D, [OFFICIAL | winbox-login.com] , MALAYSIA 4D, FREE 10, [OFFICIAL | winbox-login.com] cE'
Using AutoFixture To Generate Anonymous Test Data in Web UI Automation With BDDfy and Seleno
I’m currently working on an AutoFixture Pluralsight course and it got me thinking about using
Type
: Post
Tags
: testing, autofixture, bddfy, seleno, teststack, ui testing, web, asp.net, .net
http://dontcodetired.com/blog/post/Using-AutoFixture-To-Generate-Anonymous-Test-Data-in-Web-UI-Automation-With-BDDfy-and-Seleno
Azure Functions Continuous Deployment with Azure Pipelines: Part 4 - Defining and Consuming Pipeline Variables
This is the fourth 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-4-Defining-and-Consuming-Pipeline-Variables
Simplifying Parameter Null and Other Checks with the Pitcher Library
"In a previous post I looked at the GaurdClauses library that can simplify the usual guard checks we sometimes need to write. In the comments someone mentioned the Pitcher library that accomplishes the ..."
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Simplifying-Parameter-Null-and-Other-Checks-with-the-Pitcher-Library
Creating a Windows Store App NuGet Package for ARM, x86 and x64
"It’s possible to create a NuGet package from a Window Store class library project that contains 3 different DLLs, one for each of the platform types: ARM, x86, and x64. When the NuGet package is inclu ..."
Type
: Post
Tags
: nuget, windows store apps
http://dontcodetired.com/blog/post/Creating-a-Windows-Store-App-NuGet-Package-for-ARM-x86-and-x64
Creating Azure Functions with Function Monkey–First Look
"I’ve had Function Monkey on my to-look-at radar for a little while now so I thought I’d finally get round to looking at it in this post. As a writing experiment I’m going to “live write” my experience ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Creating-Azure-Functions-with-Function-Monkey-First-Look
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)
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
Developing Tizen Samsung Galaxy Watch Apps with .NET and C# - Getting Started
This article assumes you have set up the Tizen/Visual Studio development environment as outlined in
Type
: Post
Tags
: microsoft flow, tizen, .net, xamarin, c#, xaml
http://dontcodetired.com/blog/post/Developing-Tizen-Samsung-Galaxy-Watch-Apps-with-NET-and-C-Getting-Started
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
FeatureToggle v4 RC1 with .NET Core Support
"The pre-release RC1 version of FeatureToggle with .NET Core support is now available on NuGet. See release notes and GitHub issues for additional background/breaking changes/limitations. The main driv ..."
Type
: Post
Tags
: featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-RC1-with-NET-Core-Support
Installing and Configuring a UPS with Windows 10
The power grid at my home office is sometimes unreliable. In the last year there have been several p
Type
: Post
Tags
: hardware, productivity
http://dontcodetired.com/blog/post/Installing-and-Configuring-a-UPS-with-Windows-10
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)
How To Notify Clients of Cosmos DB Changes with Azure SignalR and Azure Functions
This is the fourth part in a series of articles. The Cosmos DB Azure Functions trigger can be used i
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/How-To-Notify-Clients-of-Cosmos-DB-Changes-with-Azure-SignalR-and-Azure-Functions
Developing Samsung TV Apps with .NET - Getting Started
In 2018, Samsung started to release Smart TVs that support apps written in .NET. These TVs run on th
Type
: Post
Tags
: .net, xamarin, c#, tizen, samsung
http://dontcodetired.com/blog/post/Developing-Samsung-TV-Apps-with-NET-Getting-Started
Three Things I’ve Learned Being a Pluralsight Course Author
"Up to this point I’ve produced 7 Pluralsight courses, these are three things I learned along the way: Be Flexible with Plans In our industry, “plan the work, and work the plan” is rarely successful – ..."
Type
: Post
Tags
: pluralsight courses, personal development
http://dontcodetired.com/blog/post/Three-Things-Ie28099ve-Learned-Being-a-Pluralsight-Course-Author
50 Apps by Christmas: Start Screen Splitter
"This article is part of the 50 Apps by Christmas series Start Screen Splitter is a simple idea to help organise the tiles on the Windows Phone Start screen. The idea is to allow the user to create an ..."
Type
: Post
Tags
: windows phone apps, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-by-Christmas-Start-Screen-Splitter
Say Goodbye to Boring INotifyPropertyChanged Implementation in Universal Windows Apps with Fody
We need to implement INotifyPropertyChanged to allow bindings to be updated. For example in a simple
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Say-Goodbye-to-Boring-INotifyPropertyChanged-Implementation-in-Universal-Windows-Apps-with-Fody
Running and Filtering Tests with the .NET Core Command Line Test Runner
In a previous article we saw how to use Visual Studio’s Test Explorer to filter and run subset
Type
: Post
http://dontcodetired.com/blog/post/Running-and-Filtering-Tests-with-the-NET-Core-Command-Line-Test-Runner
Changing background image on element with jQuery when using ASP.NET master pages
"If you have an ASP.NET master page defined as below which specifies a css class for the body element to generate a background image for the whole page, you might want to override the default backgroun ..."
Type
: Post
Tags
: asp.net, jquery, html, css, javascript
http://dontcodetired.com/blog/post/Changing-background-image-on-3cbody3e-element-with-jQuery-when-using-ASPNET-master-pages
Using Azure Functions and Microsoft Flow to Send Notifications for NuGet Package Downloads
One of the NuGet packages I maintain is approaching 100,000 downloads. I thought it would be nice to
Type
: Post
Tags
: microsoft flow, azure, azure functions, serverless
http://dontcodetired.com/blog/post/Using-Azure-Functions-and-Microsoft-Flow-to-Send-Notifications-for-NuGet-Package-Downloads
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