Search results for 'mega888 Malaysia, [OFFICIAL | winbox-login.com] , FREE 10, BTI , [OFFICIAL | winbox-login.com] Vp'

Understanding Azure Durable Functions - Part 5: Getting Results from Orchestrations This is the fifth part in a series of articles. As we learned earlier in this series, a client funct Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-5-Getting-Results-from-Orchestrations
Understanding Azure Durable Functions - Part 9: The Asynchronous HTTP API Pattern This is the ninth part in a series of articles. If you’re not familiar with Durable Functions Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-9-The-Asynchronous-HTTP-API-Pattern
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
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
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
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 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
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
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
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
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
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
Managing Microsoft Feature Flags with Azure App Configuration (Microsoft.FeatureManagement) This is part five in a series of articles. EDIT: my Feature Management Pluralsight training course i Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Managing-Microsoft-Feature-Flags-with-Azure-App-Configuration-(MicrosoftFeatureManagement)
Introducing JS Name-O-Tron – Find a Name for Your JavaScript Library "As a Microsoft MVP I get free Azure credits to use every month, so I thought I’d better start making use of them :) JS Name-O-Tron is the first web site I’ve deployed to Azure and I’m pleased to say ..." Type: Post
Tags : azure, asp.net mvc, asp.net, web, bootstrap, .net
http://dontcodetired.com/blog/post/Introducing-JS-Name-O-Tron-e28093-Find-a-Name-for-Your-JavaScript-Library
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
New Pluralsight Course: Error Handling in C# 10 "My newest Pluralsight course Error Handling in C# 10 was just released.This is an updated course of my previous error handling courses to bring the demo code up to C# 10, .NET 6, Visual Studio 2022.Co ..." Type: Post
Tags : C#, .net, pluralsight courses, profession
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Error-Handling-in-C-10
Learning .NET Unit Testing the Easy Way Knowing what you need to know is hard. Sometimes harder than the learning itself. Many years ago I w Type: Post
Tags : testing, profession, personal development, .net, nunit
http://dontcodetired.com/blog/post/Learning-NET-Unit-Testing-the-Easy-Way
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
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
Learning xUnit .NET Unit Testing the Easy Way If you’re getting started with .NET or you’ve done some testing but want to know how to Type: Post
Tags : testing, profession, personal development, .net, xunit.net
http://dontcodetired.com/blog/post/Learning-xUnit-NET-Unit-Testing-the-Easy-Way