Home
Archive
Contact
Search results for 'aiab.top[How to get the pages indexed by Google fast'
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
Design Principals in Practice: Desire Lines
"A Desire Line (or Desire Path) is the shortest or easiest way to get from where you are to where you want to be. In the physical world we can see these in parks or grassed areas as paths worn away by ..."
Type
: Post
Tags
: design, usability, ux, ui, desire lines, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Desire-Lines
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
5 Ways to Contribute to Open Source - It’s Not All Code
"Open source is cool. Most of us use at least one open source project in our daily work. Even if we don’t, the websites we visit probably do. It’s easy to contribute to an open source project, even if ..."
Type
: Post
Tags
: profession, personal development, open source
http://dontcodetired.com/blog/post/5-Ways-to-Contribute-to-Open-Source-Ite28099s-Not-All-Code
New Free C# 7.1: What's New Quick Start eBook
My new free eBook “C# 7.0: What’s New Quick Start” is now complete and available f
Type
: Post
Tags
: c#, writing, .net
http://dontcodetired.com/blog/post/New-Free-C-71-Whats-New-Quick-Start-eBook
No App Is An Island
"No app is an island entire of itself; every app is a piece of the continent, a part of the main (Apologies to John Donne) It’s very easy to be so focussed (either as a developer/team/department) on a ..."
Type
: Post
Tags
: software development, profession, process
http://dontcodetired.com/blog/post/No-App-Is-An-Island
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
Modify And Save an EF EntityDataSource Bound Entity From Code Behind
"If you're using databound controls (e.g. FormView) and binding them to an EntityDataSource you might want to be able to modify (and save) the underlying entity from code. For example, if you have ..."
Type
: Post
Tags
: c#, databinding, asp.net, .net, web, entity framework
http://dontcodetired.com/blog/post/Modify-And-Save-an-EF-EntityDataSource-Bound-Entity-From-Code-Behind
Tracking Technical Debt with TechDebtAttributes
Technical debt can build up over time, slows down development speed, and could increase the risk of
Type
: Post
Tags
: techdebtattributes, technical debt, c#, open source
http://dontcodetired.com/blog/post/Tracking-Technical-Debt-with-TechDebtAttributes
New Clean C# eBook
I just published the initial version of my new Leanpub book: Clean C#. As with my other Leanp
Type
: Post
Tags
: clean c#, c#, writing, leanpub
http://dontcodetired.com/blog/post/New-Clean-C-eBook
Redesigning DontCodeTired.Com (Part 3) - Creating Content Reference Wireframes using Mobile-First Responsive In-Browser Design
"Redesigning DontCodeTired.Com (Part 2) - Designing with Personality This step is all about deciding what content will go where, and more importantly what content will be removed when viewed on mo ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-3)-Creating-Content-Reference-Wireframes-using-Mobile-First-Responsive-In-Browser-Design
The ConditionalWeakTable in .NET
The ConditionalWeakTable class exists in the System.Runtime.CompilerServices namespace and as its na
Type
: Post
Tags
: .net, c#
http://dontcodetired.com/blog/post/The-ConditionalWeakTable-in-NET
Conditional HTML Rendering with Microsoft Feature Flags (Microsoft.FeatureManagement)
This is part seven in a series of articles. EDIT: my Feature Management Pluralsight training course
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Conditional-HTML-Rendering-with-Microsoft-Feature-Flags-(MicrosoftFeatureManagement)
New Pluralsight Course - Introduction to .NET Testing with NUnit
If you are just dipping your toe in the water when it comes to testing .NET applications it can be a
Type
: Post
Tags
: nunit, testing, c#, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Introduction-to-NET-Testing-with-NUnit
Cleaner Code in Unit Tests
One thing that can quickly become messy when writing unit tests is the creation of test objects. If
Type
: Post
Tags
: .net, c#, tdd, testing
http://dontcodetired.com/blog/post/Cleaner-Code-in-Unit-Tests
MVVM Light Messenger Action Executing Multiple Times
"With MVVM Light you can get into a situation where you code-behind's message handler gets called multiple times. If the ctor for the view is registering for a message then the every time the ..."
Type
: Post
Tags
: c#, mvvm, wp7, mvvm light, windows phone 7
http://dontcodetired.com/blog/post/MVVM-Light-Messenger-Action-Executing-Multiple-Times
Introducing (probably) The World's Only Mocking Framework for Windows Phone 7 (WP7)
"Introducing MoqaLate Whilst I love developing apps for Windows Phone 7, the testing aspect is hard! I'm a TDD-er by default and it's such a pain to have to hand roll my own mock objects. ..."
Type
: Post
Tags
: windows phone 7, wp7, c#, testing, tdd, mocking, moqalate
http://dontcodetired.com/blog/post/Introducing-(probably)-The-Worlds-Only-Mocking-Framework-for-Windows-Phone-7-(WP7)
FeatureToggle 3.2 Released
"A minor release of my open source FeatureToggle library has just been released to NuGet. Version 3.2 was a result of user requests to be able to configure toggles that get their values from sql server ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-32-Released
MVVM Light Telling the View to play Storyboards
"Sometimes you want to tell the view to play an animation (Storyboard). One simple way to do this is to define a StartStoryboardMessage class, populate this with the name of a Storyboard to play, then ..."
Type
: Post
Tags
: c#, mvvm, mvvm light, design patterns, silverlight, xaml, wpf, wp7, windows phone 7
http://dontcodetired.com/blog/post/MVVM-Light-Telling-the-View-to-play-Storyboards
New Pluralsight Course - Better .NET Unit Tests with AutoFixture
My new Pluralsight testing course was just released: Better .NET Unit Tests with AutoFixture: Get St
Type
: Post
Tags
: autofixture, testing, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Better-NET-Unit-Tests-with-AutoFixture
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20