Home
Archive
Contact
Search results for 'Fake Hendrix College diplom 「制作网站 bzzjj.com」 Buy online Czech passport electronic version 「�����网���� bzzjj.com」 Fachhochschule Schmakarden环���科学学位���书00'
Testing EventGridTrigger Azure Functions Locally (Without Using ngrok)
(This post refers to Azure Functions v2) One way to test Azure Functions that use Event Grid trigger
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, testing
http://dontcodetired.com/blog/post/Testing-EventGridTrigger-Azure-Functions-Locally-(Without-Using-ngrok)
Designing Mobile Apps
"I've authored three Windows Phone 7 mobile apps. This is not a huge number I know but I would like to share how I think about mobile app design. The workflow below is not limited to any particular pla ..."
Type
: Post
Tags
: mobile, design, ui, ux, user experience, apps, ui design
http://dontcodetired.com/blog/post/Designing-Mobile-Apps
An Update on Keeping Software Soft
"I’m writing my first ever book calling Keeping Software Soft. I just published 3 new chapters: Technical Debt Software Craftsmanship, Professionalism, and Personal Development What Programmers Want a ..."
Type
: Post
Tags
: keeping software soft, writing
http://dontcodetired.com/blog/post/An-Update-on-Keeping-Software-Soft
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
PubCenter Updates For Your Windows Store (8.0) App’s Ads Sizes
"Microsoft have announced changes to pubCenter ad sizes and new targeted ad support. For Windows 8.1 there will be a new SDK, but there is also a new version of the 8.0 SDK. If your current Windows Sto ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, monetization, advertising, pubcenter, windows blue, windows 8.1
http://dontcodetired.com/blog/post/PubCenter-Updates-For-Your-Windows-Store-(80)-Appe28099s-Ads-Sizes
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 Update: Working with Nulls in C#
A new version of my Working with Nulls in C# Pluralsight course was just released. This new version
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Update-Working-with-Nulls-in-C
In Process Http Server for Integration Test Faking with Owin, Katana, and WebAPI
"Sometimes when integration testing we need an HTTP endpoint. We can set one up in our solution (for example a Web Api project) and make sure it’s running before we execute our integration tests but it ..."
Type
: Post
Tags
: testing, asp.net, owin, katana, web api
http://dontcodetired.com/blog/post/In-Process-Http-Server-for-Integration-Test-Faking-with-Owin-Katana-and-WebAPI
ICYMI C# 9 New Features: Top-level Statements
This is the first in a series of articles on new features introduced in C#9. Top-level statements al
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Top-level-Statements
Using C# 7.1 Features
With the release of Visual Studio 2017 update 3, the new C# 7.1 features became available. To use th
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Using-C-71-Features
Design Principals in Practice: Typography in a Grocery Store Window
"I recently saw this notice in a local grocery store window: So it’s pretty ugly from a purely aesthetic point of view. But more than that, I don’t feel that it effectively communicates the message. ..."
Type
: Post
Tags
: design, ux, design principals in practice, typography
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Typography-in-a-Grocery-Store-Window
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
Reducing Database Round Trips With Included Documents in Marten
Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Reducing-Database-Round-Trips-With-Included-Documents-in-Marten
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
An Update on FeatureToggle v3 Development
"The next version of my open source feature toggling library is currently in development. Version 3 will introduce a number of new features and retire support for some older platforms. For the currentl ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/An-Update-on-FeatureToggle-v3-Development
Custom Session Logging in Marten
Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Custom-Session-Logging-in-Marten
Lean Publishing and Keeping Software Soft
"Today I released the first iteration of my first ever book via Leanpub.com. To use the word iteration with the word book seems odd, traditionally books are written in their entirety, go through some r ..."
Type
: Post
Tags
: keeping software soft, writing
http://dontcodetired.com/blog/post/Lean-Publishing-and-Keeping-Software-Soft
ICYMI C# 8 New Features: Asynchronous Streams
This is part 8 in a series of articles. In earlier versions of C# you could return an IEnumerable<
Type
: Post
Tags
: icymcs8series, c#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Asynchronous-Streams
New Course Update: Working with Files and Streams in C#
An newly updated version of my Working with Files and Streams in C# video training course is now ava
Type
: Post
Tags
: C#, .net
http://dontcodetired.com/blog/post/New-Course-Update-Working-with-Files-and-Streams-in-C
Microsoft Feature Toggle Feature Flag Library: A First Look
EDIT: my Feature Management Pluralsight training course is now available. As the creator of the .NET
Type
: Post
Tags
: C#, .net, .net core, featuretoggle
http://dontcodetired.com/blog/post/Microsoft-Feature-Toggle-Feature-Flag-Library-A-First-Look
1
2
3
4
5
6
7
8
9