Home
Archive
Contact
Search results for 'FREE 10, [OFFICIAL | winbox-login.com] , BTI , maxbet , [OFFICIAL | winbox-login.com] bP'
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
Automatic Input Blob Binding in Azure Functions from Queue Trigger Message Data
Reading additional blob content when an Azure Function is triggered can be accomplished by using an
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless
http://dontcodetired.com/blog/post/Automatic-Input-Blob-Binding-in-Azure-Functions-from-Queue-Trigger-Message-Data
Consuming Server-Side SignalR Events in Universal Windows App Clients
"In a previous article I wrote about creating server side SignalR timer events. As part of my learning of SignalR I wanted to see how easy it would be to create a Universal Windows app consuming these ..."
Type
: Post
Tags
: windows phone, windows store, web, signalr, c#, asp.net
http://dontcodetired.com/blog/post/Consuming-Server-Side-SignalR-Events-in-Universal-Windows-App-Clients
Improving Azure Functions Blob Trigger Performance and Reliability - Part 1: Memory Usage
This is the first part of a series or articles. When creating blob-triggered Azure Functions there a
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-1-Memory-Usage
Clean C# eBook Published
The final version of my free Clean C# eBook has just been published. You can download the bo
Type
: Post
Tags
: c#, writing
http://dontcodetired.com/blog/post/Clean-C-eBook-Published
What’s New in C# 10: Easier Lambda Expressions
This is part of a series on the new features introduced with C# 10. Prior to C# 10, working with lam
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Easier-Lambda-Expressions
Getting Ready to Build Your First Windows 8 App
"This article outlines an approach to getting started building you first Windows 8 app, but rather than focus on the technology aspects it focus on the pre-coding activities. The Idea So you have a few ..."
Type
: Post
Tags
: windows 8 apps, windows 8, apps, tablet, ux, design
http://dontcodetired.com/blog/post/Getting-Ready-to-Build-Your-First-Windows-8-App
C# 7.0: What’s New Quick Start eBook Early Access
Just as I created the free C# 6.0: What’s New Quick Start eBook, I will be writing a new book
Type
: Post
Tags
: c#, .net, writing
http://dontcodetired.com/blog/post/C-70-Whats-New-Quick-Start-eBook-Early-Access
Azure Functions Continuous Deployment with Azure Pipelines: Part 2 - Getting Started
This is the second 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-2-Getting-Started
Write Less Repetitive Boilerplate Code with Fody
My newest Pluralsight course on Fody was just released. Fody is a tool that frees us up from having
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Write-Less-Repetitive-Boilerplate-Code-with-Fody
What’s New in C# 10: Reclaim Horizontal Editing Space and Simplify Nesting
This is the first part of a series on the new features introduced with C# 10. Prior to C# 10, to def
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Reclaim-Horizontal-Editing-Space-and-Simplify-Nesting
Getting Blob Metadata When Using Azure Functions Blob Storage Triggers
(This article refers to Azure Functions V2) Basic Blob Metadata There are a few basic pieces of meta
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless
http://dontcodetired.com/blog/post/Getting-Blob-Metadata-When-Using-Azure-Functions-Blob-Storage-Triggers
ICYMI C# 8 New Features: Prevent Bugs with Static Local Functions
This is part 6 in a series of articles. C# 7 introduced local functions that allow you to create fun
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Prevent-Bugs-with-Static-Local-Functions
Creating Inline Data Driven Tests in xUnit
xUnit.net allows the creation of data-driven tests. These kind of tests get their test data from out
Type
: Post
Tags
: xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/Creating-Inline-Data-Driven-Tests-in-xUnit
Create More Maintainable CSS in Less Time with Sass and Visual Studio
My new Pluralsight course was recently released that shows how to use Sass when developing ASP.Net w
Type
: Post
Tags
: css, sass, web, html
http://dontcodetired.com/blog/post/Create-More-Maintainable-CSS-in-Less-Time-with-Sass-and-Visual-Studio
Improving Azure Functions Blob Trigger Performance and Reliability - Part 2: Processing Delays and Missed Blobs
This is the second part of a series or articles. When you add a new blob, your blob-triggered functi
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-2-Processing-Delays-and-Missed-Blobs
Making 2019 Your Best Year Yet
"Whilst I’m not personally a fan of New Year’s Resolutions, preferring instead to adopt a mindset of continuous improvement, the end of a calendar year is as good a time as any to do a 12 month retrosp ..."
Type
: Post
Tags
: personal development, productivity, profession
http://dontcodetired.com/blog/post/Making-2019-Your-Best-Year-Yet
Getting Started Testing .NET Core Code with xUnit.net
xUnit.net is a testing framework that can be used to write automated tests for .NET (full) framework
Type
: Post
Tags
: .net, .net core, xunit.net, testing, quality, C#
http://dontcodetired.com/blog/post/Getting-Started-Testing-NET-Core-Code-with-xUnitnet
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
Terms of Use and Disclaimer
DisclaimerThe information contained in this website is for general information purposes only. While
Type
: Page
http://dontcodetired.com/blog/page/terms-of-use-and-disclaimer
1
2
3
4
5
6
7
8
9
10
11
12
13
14