Home
Archive
Contact
Search results for 'MALAYSIA 4D, [OFFICIAL | winbox-login.com] , MALAYSIA 4D, FREE 10, [OFFICIAL | winbox-login.com] cE'
Redesigning DontCodeTired.Com (Part 8) - Visual Styling
"Now I have all the elements in place (semantic HTML5, typography, copy) in place I can start to think about the visual styling and decoration. The first thing is to refer back to the initial Desi ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-8)-Visual-Styling
Refactoring Code to Use C# Local Functions
In a previous post I talked about the potential use of local functions to replace comments. This gen
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Refactoring-Code-to-Use-C-Local-Functions
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
Speech Synthesis (Text to Speech) In Windows 8.1 Store Apps
"Windows 8.1 adds the ability to perform text to speech using the Windows.Media.SpeechSynthesis namespace. As a basic example, to say “Hello World” in the default voice:var synth = new Windows.Media.Sp ..."
Type
: Post
Tags
: windows 8 apps, speech
http://dontcodetired.com/blog/post/Speech-Synthesis-(Text-to-Speech)-In-Windows-81-Store-Apps
Getting Started with Azure Cosmos DB and Azure Functions
This is the first part in a series of articles. Azure Cosmos DB is a “globally distributed, mu
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Getting-Started-with-Azure-Cosmos-DB-and-Azure-Functions
Specifying How Soon a Storage Queue Message Will Be Retried in an Azure Function
By default, if an exception occurs in an Azure Function that uses a Storage Queue trigger, the messa
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Specifying-How-Soon-a-Storage-Queue-Message-Will-Be-Retried-in-an-Azure-Function
Actor Models Come to .NET Developers with Akka.NET
Akka.NET is a port of the Java/Scala Akka framework. In some ways, the emergence of Akka.NET could b
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Actor-Models-Come-to-NET-Developers-with-AkkaNET
Mocking in .NET Core Tests with Moq
When writing automated tests it is sometimes useful to isolate the thing(s) being tested from other
Type
: Post
Tags
: testing, .net, .net core, mocking
http://dontcodetired.com/blog/post/Mocking-in-NET-Core-Tests-with-Moq
Improving Message Throughput in Akka.NET with Routers
One of the things I cover in my new Pluralsight course is the awesome feature of routers in Akka.NET
Type
: Post
Tags
: .net, akka.net, actor model
http://dontcodetired.com/blog/post/Improving-Message-Throughput-in-AkkaNET-with-Routers
Copy and Paste in Silverlight 4
"Silverlight 4 added the static Clipboard class with the clearly-named SetText, GetText and ContainsText methods. If running in-browser or out-of-browser without elevated trust the Clipboard metho ..."
Type
: Post
Tags
: .net, c#, oob, out of browser, silverlight, silverlight 4, sloob, wpf, xaml
http://dontcodetired.com/blog/post/Copy-and-Paste-in-Silverlight-4
Azure Functions Dependency Injection with Autofac
This post refers specifically to Azure Function V2. If you want to write automated tests for Azure F
Type
: Post
Tags
: azure functions, serverless, c#, cloud, .net
http://dontcodetired.com/blog/post/Azure-Functions-Dependency-Injection-with-Autofac
Creating a Spinner Animation in a Console Application in C#
If we have a longer running process taking place in a console application, it’s useful to be a
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Creating-a-Spinner-Animation-in-a-Console-Application-in-C
ICYMI C# 8 New Features: Switch Expressions
In the first part of this series on what was introduced in C# 8, we’re going to take a look at
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Switch-Expressions
Silverlight 3 3D Animation Using PlaneProjection and Storyboards
"While SL3 doesn't add full 3D support, you can now transform elements in a 3D fashion. The following videos are recommended (and form the basis of this example) but I've used simple opaci ..."
Type
: Post
Tags
: silverlight 3, silverlight, wpf, c#, xaml, 3d, planeprojection
http://dontcodetired.com/blog/post/Silverlight-3-3D-Animation-Using-PlaneProjection-and-Storyboards
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
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
Push Notifications and Buttons with Microsoft Flow: Part 1
Microsoft Flow allows the creation of serverless cloud workflows. It is similar to services such as
Type
: Post
Tags
: microsoft flow, azure, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-1
Using Server Side Timers and SignalR in ASP.NET MVC Applications
"I thought it would be fun to create an “Internet uptime” page that you can see live here on Azure Websites. It shows how long the Internet (since ARPANET) has been around for. Creating a Class that c ..."
Type
: Post
Tags
: web, signalr, html, c#, asp.net
http://dontcodetired.com/blog/post/Using-Server-Side-Timers-and-SignalR-in-ASPNET-MVC-Applications
Redesigning DontCodeTired.Com (Part 9) - Creating the Design for the First Responsive Breakpoint
"At this point in the redesign process the mobile layout and design is (mostly) complete. The next stage of the process is to look at "non-mobile" designs. Again I am going to take a typ ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-9)-Crating-the-Design-for-the-First-Responsive-Breakpoint
NUnit 3 Quick Tips: Asserting Within Ranges
If you are asserting that a value is equal to something and you want to specify some tolerance you c
Type
: Post
Tags
: nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-Within-Ranges
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