Home
Archive
Contact
Search results for '世����揭幕战 ( 世界杯�����网站 KL99.cc )世界杯���幕战 世界杯揭��战 ac'
Beyond the Compiler with ConventionTests
"We often have conventions in our code. For example all DTOs/entity/etc. classes should be in a specific namespace, or the name of certain types of class should end with a given word. Another example, ..."
Type
: Post
Tags
: conventiontests, teststack, c#, testing
http://dontcodetired.com/blog/post/Beyond-the-Compiler-with-ConventionTests
Binary Serialisation In Silverlight
"One problem with the Silverlight DataContractSerializer is that it does not maintain reference links to objects. For example: if you had a customer object "Mr Green" and 2 order objects &quo ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, csla, serialisation
http://dontcodetired.com/blog/post/Binary-Serialisation-In-Silverlight
Using LinqToTwitter in Windows Store Apps
"LinqToTwitter is an open source library to help work with the Twitter API. It can be used in a Windows Store app to authorise a user and your app and allow querying and sending of Tweets. Setting Up F ..."
Type
: Post
Tags
: linqtotwitter, windows store apps, c#
http://dontcodetired.com/blog/post/Using-LinqToTwitter-in-Windows-Store-Apps
Custom FeatureToggle Implementations for Non-Continuous-Delivery Usages
"My open source fetaure toggling library contains a number of prebuilt toggles for common things such as enabling a feature based on the date, or a configuration value. It’s also easy to create custom ..."
Type
: Post
Tags
: featuretoggle, mvvm, mvvmlight
http://dontcodetired.com/blog/post/Custom-FeatureToggle-Implementations-for-Non-Continuous-Delivery-Usages
Screen Scraping As A Service with Azure Functions in 5 Mins
If you have some data in a web page but there is no API to get the same data, it’s possible to
Type
: Post
Tags
: azure functions, azure, serverless, c#
http://dontcodetired.com/blog/post/Screen-Scraping-As-A-Service-with-Azure-Functions-in-5-Mins
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
Using Cyclomatic Complexity as an Indicator of Clean Code
Cyclomatic complexity is one way to measure how complicated code is, it measures how complicated the
Type
: Post
Tags
: c#, clean code, quality, metrics
http://dontcodetired.com/blog/post/Using-Cyclomatic-Complexity-as-an-Indicator-of-Clean-Code
Albums to Code To
"I did a little survey to ask what people’s favourite albums were to code to, here’s the results. Hopefully will give some ideas for some different aural code fuel. Artist name Album name Amon A ..."
Type
: Post
Tags
: people, profession
http://dontcodetired.com/blog/post/Albums-to-Code-To
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
Leveraging C# Partial Classes and Methods in Windows Universal Apps
There’s a number of ways we could implement platform specific code in Windows Universal Apps w
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, partial classes, partial methods
http://dontcodetired.com/blog/post/Leveraging-C-Partial-Classes-and-Methods-in-Windows-Universal-Apps
Preventing Inconsistent Feature Flag Values During a Single Request (Microsoft.FeatureManagement)
This is part six in a series of articles. EDIT: my Feature Management Pluralsight training course is
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Preventing-Inconsistent-Feature-Flag-Values-During-a-Single-Request-(MicrosoftFeatureManagement)
Testing for Thrown Exceptions in xUnit.net
When writing tests it is sometimes useful to check that the correct exceptions are thrown at the exp
Type
: Post
Tags
: xunit.net, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-xUnitnet
Today I Became a Microsoft MVP
"I’ve been awarded a Microsoft Most Valuable Professional award for the first time in my career. I feel like it’s a real personal achievement for me. But why? Recognition The first is purely one of rec ..."
Type
: Post
Tags
: mvp, profession, personal development
http://dontcodetired.com/blog/post/Today-I-Became-a-Microsoft-MVP
Improving Azure Functions Blob Trigger Performance and Reliability - Part 3: Using Event Grid to Respond to New Blobs
In the previous part of the series we saw how to improve the reliability of responding to new blobs
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-3-Using-Event-Grid-to-Respond-to-New-Blobs
Women in IT
"I’m a white male. I’ve never been subject to discrimination in the workplace because of these things, so I wondered whether I have any claim to write about women in IT. I have worked in all-male teams ..."
Type
: Post
Tags
: profession
http://dontcodetired.com/blog/post/Women-in-IT
A Windows 8 App - From Idea to Store in 8 Hours
"I had an idea for a simple Windows Store app, so I thought I’d develop it but keep track of how long it took me and what I spent my time on. The total time spent working on the app was 8 hours and 10 ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, design
http://dontcodetired.com/blog/post/A-Windows-8-App-From-Idea-to-Store-in-8-Hours
NUnit 3 Quick Tips: Asserting On Collections
When the result you want to check is a collection, you can use NUnit to assert that it has the expec
Type
: Post
Tags
: nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-On-Collections
Comparing 2 Locations in Windows Phone 7
"If you are using Microsoft.Phone.Controls.Maps.Platform.Location in your WP7 application and you want to see if 2 Locations refer to the same place (i.e. the same altitude, latitude and longitude are ..."
Type
: Post
Tags
: c#, wp7, bing, windows phone 7
http://dontcodetired.com/blog/post/Comparing-2-Locations-in-Windows-Phone-7
Multiple Platform Targeting in Visual Studio 2017
Suppose you are creating a library that has a central set of features and also additional features t
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Multiple-Platform-Targeting-in-Visual-Studio-2017
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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23