Search results for 'FREE 10, [OFFICIAL | winbox-login.com] , BTI , maxbet , [OFFICIAL | winbox-login.com] bP'

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
Improving Test Code Readability and Assert Failure Messages with Shouldly Shouldly is an open source library that aims to improve the assert phase of tests; it does this in t Type: Post
Tags : c#, testing, qa, quality, open source
http://dontcodetired.com/blog/post/Improving-Test-Code-Readability-and-Assert-Failure-Messages-with-Shouldly
Creating Your Own Custom Dynamic C# Classes C# provides pre-supplied dynamic types such as the ExpandoObject. It is also possible to create new Type: Post
Tags : c#, .net
http://dontcodetired.com/blog/post/Creating-Your-Own-Custom-Dynamic-C-Classes
Accessing web service from behind proxy "If you are going to (via a proxy server) connect to a web service on the Internet you may need to do the following (VB.NET): Dim s As Service1 s = New Service1 s.Credentials = System.Net.Credential ..." Type: Post http://dontcodetired.com/blog/post/Accessing-web-service-from-behind-proxy
New Pluralsight Course: Dynamic C# Fundamentals My Pluralsight course “Dynamic C# Fundamentals” is now available. The course is split in Type: Post
Tags : pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Dynamic-C-Fundamentals
Writing Implicit and Explicit C# Conversion Operators When writing custom classes we can provide behaviour to allow for both explicit and implicit convers Type: Post
Tags : c#, .net
http://dontcodetired.com/blog/post/Writing-Implicit-and-Explicit-C-Conversion-Operators
Using the C# 6.0 nameof Operator in ASP.NET MVC Razor Views Traditionally to reference an action and/or a controller in a Razor view the action/controller name Type: Post
Tags : asp.net, asp.net mvc, c#, razor
http://dontcodetired.com/blog/post/Using-the-C-60-nameof-Operator-in-ASPNET-MVC-Razor-Views
New Pluralsight Course: Automated Business Readable Web Tests with Selenium and SpecFlow SpecFlow is a tool that can translate natural language scenarios (e.g. writing in English or other s Type: Post
Tags : pluralsight courses, .net, c#, testing, quality, specflow, atdd, specification by example, selenium
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Automated-Business-Readable-Web-Tests-with-Selenium-and-SpecFlow
Hook Execution Order in SpecFlow 2 SpecFlow hooks allow additional code to be executed before and after various stages of the test exec Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Hook-Execution-Order-in-SpecFlow-2
New Pluralsight Course: Business Readable Automated Tests with SpecFlow 2.0 My newest Pluralsight course was just published. Business Readable Automated Tests with SpecFlow 2.0 Type: Post
Tags : pluralsight courses, .net, c#, testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Business-Readable-Automated-Tests-with-SpecFlow-20
Introduction To Extension Methods in C# Extension methods allow you to extend the functionality of an existing class without using inheritan Type: Post
Tags : c#, extension methods
http://dontcodetired.com/blog/post/Introduction-To-Extension-Methods-in-C
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
Testing That Your Public APIs Have Not Changed Unexpectedly with PublicApiGenerator and Approval Tests We can write automated tests to cover various aspects of the code we write. We can write unit/integr Type: Post
Tags : approval tests, testing, qa, c#, .net
http://dontcodetired.com/blog/post/Testing-That-Your-Public-APIs-Have-Not-Changed-Unexpectedly-with-PublicApiGenerator-and-Approval-Tests
xUnit.net 2 Cheat Sheet To compliment the release of my Testing .NET Code with xUnit.net 2 Pluralsight course, I’ve up Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-2-Cheat-Sheet
Testing Akka.NET Actor Systems My new Pluralsight course Akka.NET Testing Fundamentals is now available. Testing actor system bring Type: Post
Tags : .net, akka.net, actor model
http://dontcodetired.com/blog/post/Testing-AkkaNET-Actor-Systems
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
Understanding Lambda Expressions Of all the additions to the C# language, lambda expressions are potentially the most confusing. Part Type: Post
Tags : c#, lambda expressions, .net
http://dontcodetired.com/blog/post/Understanding-Lambda-Expressions
Akka.NET Dispatchers and User Interface Thread Access Akka.NET actors typically run in their own (non-UI) threads. This means by default accessing UI obje Type: Post
Tags : .net, akka.net, wpf, mvvm
http://dontcodetired.com/blog/post/AkkaNET-Dispatchers-and-User-Interface-Thread-Access
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
Using Predicates in Akka.NET Receive Actors When using the Receive actor API in Akka.NET, we can take advantage of overloads of the Receive meth Type: Post
Tags : .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Using-Predicates-in-AkkaNET-Receive-Actors