Home
Archive
Contact
Search results for 'MALAYSIA 4D, [OFFICIAL | winbox-login.com] , MALAYSIA 4D, FREE 10, [OFFICIAL | winbox-login.com] cE'
What’s New in C# 10: Write Less Code and Reduce Repeated Using Directives
This is part of a series on the new features introduced with C# 10. There are 2 related features in
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Write-Less-Code-and-Reduce-Repeated-Using-Directives
Synology DiskStation DS1618 Plus Setup And Initial Review
Early this year I tweeted this: Think 2020 is the year to my first NAS. Would you still recommend a
Type
: Post
Tags
: hardware, nas, networking, Synology
http://dontcodetired.com/blog/post/Synology-DiskStation-DS1618-Plus-Setup-And-Initial-Review
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
How to Schedule Cosmos DB Data Processing With Azure Functions
This is the seventh part in a series of articles. You can perform scheduled/batch processing of Azur
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/How-to-Schedule-Cosmos-DB-Data-Processing-With-Azure-Functions
Architecting Azure Functions: Function Timeouts and Work Fan-Out with Queues
When moving to Azure Functions or other FaaS offerings it’s possible to fall into the trap of
Type
: Post
Tags
: azure, azure functions, serverless, c#, .net
http://dontcodetired.com/blog/post/Architecting-Azure-Functions-Function-Timeouts-and-Work-Fan-Out-with-Queues
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
New Pluralsight Course: Getting Started Building Windows Services with Topshelf
My newest Pluralsight course “Getting Started Building Windows Services with Topshelf” h
Type
: Post
Tags
: pluralsight courses, .net, c#, topshelf
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Getting-Started-Building-Windows-Services-with-Topshelf
Advanced SpecFlow: Custom Conversion of Step Parameters and Data Tables with [StepArgumentTransformation]
SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Custom-Conversion-of-Step-Parameters-and-Data-Tables-with-StepArgumentTransformation
Exception Handling in C# Course Update
An updated version of my Exception Handling in C# course is now available that updates demos to to u
Type
: Post
Tags
: C#, pluralsight courses, profession, personal development
http://dontcodetired.com/blog/post/Exception-Handling-in-C-Course-Update
Simplify and Reduce Test Code with AutoFixture
AutoFixture is a library that you can use alongside your testing framework to reduce the amount of b
Type
: Post
Tags
: testing, c#, .net, .net core, quality, xunit.net, autofixture
http://dontcodetired.com/blog/post/Simplify-and-Reduce-Test-Code-with-AutoFixture
Intercepting and Overriding the Back Button in Windows Phone 8 Apps
"If you want to prevent the default action happening when a user presses the back button on a Windows Phone you can override the OnBackKeyPress method in your page. To prevent the default back behaviou ..."
Type
: Post
Tags
: windows phone, apps, ux
http://dontcodetired.com/blog/post/Intercepting-and-Overriding-the-Back-Button-in-Windows-Phone-8-Apps
NUnit 3 Quick Tips: Asserting On Object Reference Equality
When asserting on equality using the EqualConstraint you may not always get the behaviour you want d
Type
: Post
Tags
: nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-On-Object-Reference-Equality
Creating an “Add New” Item Template in a Windows 8 App ListView
"A common UI pattern is to have a list of things on screen and at the end of the list have a plus icon (or something) that triggers your “add new item” code. For example, in the Weather app: For examp ..."
Type
: Post
Tags
: windows 8 apps, windows 8, xaml, ui
http://dontcodetired.com/blog/post/Creating-an-e2809cAdd-Newe2809d-Item-Template-in-a-Windows-8-App-ListView
The Joys of Silence
"I recently took possession of new desktop PC. As a Pluralsight author one of the unique considerations when choosing a new machine was generated noise. After some research I settled on sourcing the co ..."
Type
: Post
Tags
: hardware, productivity, tools
http://dontcodetired.com/blog/post/The-Joys-of-Silence
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
Better User Experiences and More Robust Applications Pluralsight Course
My new Pluralsight course was just published which shows how to use the open source Polly library. P
Type
: Post
Tags
: c#, ux, pluralsight courses
http://dontcodetired.com/blog/post/Better-User-Experiences-and-More-Robust-Applications-Pluralsight-Course
Using the Actor Model and Akka.NET for IoT Systems
In additional to cloud-based offerings such as Microsoft’s Azure IoT Suite, it’s also po
Type
: Post
Tags
: akka.net, actor model, IoT
http://dontcodetired.com/blog/post/Using-the-Actor-Model-and-AkkaNET-for-IoT-Systems
Merging IEnumerable Sequences in C# with LINQ
The Zip method allows us to join IEnumerable sequences together by interleaving the elements in the
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Merging-IEnumerable-Sequences-in-C-with-LINQ
What’s New in C# 10: Value Type Records
"This is part of a series on the new features introduced with C# 10.In a previous post I wrote about records in C# 9.Prior to C# 10 record types were reference types. In C# 10 you can now declare recor ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Value-Type-Records
Processing a Single Azure Cosmos DB Document at a Time With Azure Functions
This is the fifth part in a series of articles. In previous parts of this series the Azure Function
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Processing-a-Single-Azure-Cosmos-DB-Document-at-a-Time-With-Azure-Functions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26