Home
Archive
Contact
Search results for 'texas holdem poker online facebook. 💰⏩Betkings66.com⏪💰. free poker games online win real money. real online poker tournaments. 💰⏩Betkings66.com⏪💰. poker online spielengu'
Getting Message Metadata When Using Azure Functions Storage Queue Triggers
When creating an Azure Function that is triggered by incoming messages on a Storage Queue, the type
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Getting-Message-Metadata-When-Using-Azure-Functions-Storage-Queue-Triggers
50 Apps by Christmas: Start Screen Splitter
"This article is part of the 50 Apps by Christmas series Start Screen Splitter is a simple idea to help organise the tiles on the Windows Phone Start screen. The idea is to allow the user to create an ..."
Type
: Post
Tags
: windows phone apps, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-by-Christmas-Start-Screen-Splitter
Printing Support in Silverlight 4
"Basic printing can be accomplished through the PrintDocument class. For example, to print the entire contents of the LayoutRoot grid: private void btnSimplePrint_Click(object sender, RoutedEventA ..."
Type
: Post
Tags
: .net, c#, silverlight, visual studio 2010, wpf, xaml, silverlight 4
http://dontcodetired.com/blog/post/Printing-Support-in-Silverlight-4
Advanced SpecFlow: Sharing Data Between Steps with Context Injection
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-Sharing-Data-Between-Steps-with-Context-Injection
Testing for Thrown Exceptions in NUnit
In a previous post, testing for thrown exceptions using xUnit.net was demonstrated. In this post we&
Type
: Post
Tags
: nunit, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-NUnit
Building the Right Thing with TestStack
"My newest Pluralsight course was just released today: Building the Right Thing in .NET with TestStack. TestStack is a suite of tools to help the team build better software. The super-friendly members ..."
Type
: Post
Tags
: pluralsight courses, teststack
http://dontcodetired.com/blog/post/Building-the-Right-Thing-with-TestStack
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
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
Testing ASP.Net MVC Controllers with FluentMVCTesting
FluentMVCTesting facilitates the writing of tests against MVC controllers in a fluent way. FluentMVC
Type
: Post
Tags
: teststack, fluentmvctesting, testing, qa, asp.net, asp.net mvc
http://dontcodetired.com/blog/post/Testing-ASPNet-MVC-Controllers-with-FluentMVCTesting
C# 4.0 Optional Parameters
C# 4.0 introduces the concepts of Optional Parameters and the related Named Parameters language feat
Type
: Post
Tags
: .net, c#, visual studio 2010
http://dontcodetired.com/blog/post/C-40-Optional-Parameters
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
Notes on Software Development
"It can be hard for those new to development or those wanting to move upwards from a junior role to mentally collate some of the ideas that constitute a senior/experienced outlook. The list below attem ..."
Type
: Post
Tags
: tdd, metrics, dependency injection, di, agile, code review
http://dontcodetired.com/blog/post/Notes-on-Software-Development
New RavenDB FeatureToggle
"I just published new NuGet package for my open source .NET feature toggling library. This package allows you to turn features on/off depending on what’s configured in a RavenDB database. PM> Instal ..."
Type
: Post
Tags
: open source, featuretoggle, ravendb
http://dontcodetired.com/blog/post/New-RavenDB-FeatureToggle
Screen Scraping As A Service with Azure Functions in 5 Mins
If you have some data in a web page but there is no API to get the same data, it’s possible to
Type
: Post
Tags
: azure functions, azure, serverless, c#
http://dontcodetired.com/blog/post/Screen-Scraping-As-A-Service-with-Azure-Functions-in-5-Mins
What’s New in C# 10: New Possibilities for Validation and Logging Methods
"This is part of a series on the new features introduced with C# 10.From C# 10 we can make use of the [CallerArgumentExpression] attribute.This attribute can be applied to a parameter to get informatio ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-New-Possibilities-for-Validation-and-Logging-Methods
On Staying Positive and Subconscious Prejudices
"So I was toying with an idea using SignalR on Azure. In the client code:<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Internet Uptime</tit ..."
Type
: Post
Tags
: web, signalr, html, personal development
http://dontcodetired.com/blog/post/On-Staying-Positive-and-Subconscious-Prejudices
A Simple Menu Roll-over using jQuery and CSS
"The following ASP.NET page shows a simple example of a menu created using a combination of CSS and jQuery. The menu is defined as an unordered list (which makes semantic sense) and styled with CS ..."
Type
: Post
Tags
: asp.net, css, html, javascript, jquery
http://dontcodetired.com/blog/post/A-Simple-Menu-Roll-over-using-jQuery-and-CSS
An Overview of Structured Logging with Serilog
Traditional logging techniques (such as writing lines of text to files) results in the loss of struc
Type
: Post
Tags
: serilog, logging, c#, .net
http://dontcodetired.com/blog/post/An-Overview-of-Structured-Logging-with-Serilog
What’s New in C# 10: Simplify Nested Property Pattern Code
"This is part of a series on the new features introduced with C# 10.Pattern matching in C# was first introduced in C# 7 and has been added to in later versions.C# 8 added property pattern matching to a ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Nested-Property-Pattern-Code
Imported posts not appearing in BlogEngine.NET
" If you've used the BlogEngine.NET import tool and your post are not showing you could try the following: http://mcgeown.co.uk/BlogEngine/post/2008/05/09/Force-BlogEngineNet-to-up ..."
Type
: Post
http://dontcodetired.com/blog/post/Imported-posts-not-appearing-in-BlogEngineNET
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23