Search results for 'poker online eesti. 💰⏩Betkings66.com⏪💰. online poker rooms mi. poker game free online. 💰⏩Betkings66.com⏪💰. real money online poker pennsylvania'

Cleaner Code in Unit Tests One thing that can quickly become messy when writing unit tests is the creation of test objects. If Type: Post
Tags : .net, c#, tdd, testing
http://dontcodetired.com/blog/post/Cleaner-Code-in-Unit-Tests
Please Vote for This!! :) "Only if you want to do TDD and be able to use mocking frameworks rather that hand-roll your own mocks that is :(   http://wpdev.uservoice.com/forums/110705-app-platform/suggestions/1762 ..." Type: Post
Tags : wp7, tdd, testing, windows phone 7
http://dontcodetired.com/blog/post/Please-Vote-for-This!!-)
What Would Easy Be Like? "As another (Gregorian) year edges ever closer, it’s a period that offers a natural reflection time on what happened in the past year and the forging, often weakly, of “New Years Resolutions”. One inte ..." Type: Post
Tags : people, profession, personal development
http://dontcodetired.com/blog/post/What-Would-Easy-Be-Like
Previewing the Generated PostgreSQL SQL for a Query in Marten Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Previewing-the-Generated-PostgreSQL-SQL-for-a-Query-in-Marten
Retrieving Raw JSON Data in Web API with Marten Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Retrieving-Raw-JSON-Data-in-Web-API-with-Marten
Diagnosing Failing Tests More Easily and Improving Test Code Readability Sometimes the assertions that come bundled with a testing framework are suboptimal in that they do n Type: Post
Tags : testing, .net, .net core, C#
http://dontcodetired.com/blog/post/Diagnosing-Failing-Tests-More-Easily-and-Improving-Test-Code-Readability
Brownfield Application Development (Part 2) - Lose Weight, Feel Great "If there was The Biggest Loser for software, legacy applications would be up there sweating on the treadmill and trying to resist the chocolate cake. One of the characteristics of legacy code bas ..." Type: Post
Tags : brownfield application development
http://dontcodetired.com/blog/post/Brownfield-Application-Development-(Part-2)-Lose-Weight-Feel-Great
Azure HTTP Function Authorization with Function Keys When creating an Azure Function triggered via HTTP, one way to authorize use of the function is to c Type: Post
Tags : azure functions, azure, serverless
http://dontcodetired.com/blog/post/Azure-HTTP-Function-Authorization-with-Function-Keys
Support Multiple Versions of .NET From A Single Class Library (.NET multi-targeting) ".NET implementations come in a few different versions or “flavors” including .NE Framework, .NET Core, and the evolution of .NET Core into .NET 5+. There’s also .NET Standard which is not an implement ..." Type: Post
Tags : C#, .net
http://dontcodetired.com/blog/post/Support-Multiple-Versions-of-NET-From-A-Single-Class-Library-(NET-multi-targeting)
Session State Compression in ASP.NET 4 "ASP.NET 4 introduces the ability to turn on compression of session data. Compression is disabled by default, to enable it modify the web.config file and set the new compressionEnabled attribute ..." Type: Post
Tags : .net, asp.net, asp.net 4, web
http://dontcodetired.com/blog/post/Session-State-Compression-in-ASPNET-4
Using network load balancing (NLB) with transactional MSMQ message "Want to send transactional messages using DIRECT format TCP to multiple server through a network load balancer? You can’t. Simple as that. See MSDN article ID 899611 Essentially you could have a singl ..." Type: Post http://dontcodetired.com/blog/post/Using-network-load-balancing-(NLB)-with-transactional-MSMQ-message
Loading images into SQL Server Using Management Studio "If you are storing images in a SQL Server database you can use the following statement to insert data into a BLOB field (e.g. varbinary(max) ) of a table (Sql Server 2005+): Assuming a table call ..." Type: Post
Tags : sql server, sql
http://dontcodetired.com/blog/post/Loading-images-into-SQL-Server-Using-Management-Studio
Configuring Queue Names and Blob Path Bindings in Azure Functions Configuration When working with Azure Functions in C# (specifically Azure Functions V2 in this article) you can sp Type: Post
Tags : azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Configuring-Queue-Names-and-Blob-Path-Bindings-in-Azure-Functions-Configuration
Mocking HttpRequest Body Content When Testing Azure Function HTTP Trigger Functions When creating Azure Functions that are triggered by an HTTP request, you may want to write unit test Type: Post
Tags : testing, xunit.net, mocking, azure functions
http://dontcodetired.com/blog/post/Mocking-HttpRequest-Body-Content-When-Testing-Azure-Function-HTTP-Trigger-Functions
Changing background image on element with jQuery when using ASP.NET master pages "If you have an ASP.NET master page defined as below which specifies a css class for the body element to generate a background image for the whole page, you might want to override the default backgroun ..." Type: Post
Tags : asp.net, jquery, html, css, javascript
http://dontcodetired.com/blog/post/Changing-background-image-on-3cbody3e-element-with-jQuery-when-using-ASPNET-master-pages
Remote Debugging Azure Functions V2 "The breakpoint will not currently be hit. No symbols have been loaded for this document" Sometimes it can be tricky to attach the Visual Studio debugger to a deployed Azure Functions app. F Type: Post
Tags : Azure, azure functions, visual studio, debugging, serverless
http://dontcodetired.com/blog/post/Remote-Debugging-Azure-Functions-V2-The-breakpoint-will-not-currently-be-hit-No-symbols-have-been-loaded-for-this-document
Setting Up Mock ref Return Values in Moq I recently received a message related to my Mocking in .NET Core Unit Tests with Moq: Getting Starte Type: Post
Tags : mocking, testing, qa, xunit.net
http://dontcodetired.com/blog/post/Setting-Up-Mock-ref-Return-Values-in-Moq
Starting Where You're At Someone says to you: "you must be doing agile, continuous integration, continuous deployment, automa Type: Post
Tags : profession, personal development, productivity
http://dontcodetired.com/blog/post/Starting-Where-Youre-At
Upgrade exams for MCPD to Visual Studio 2008 "No dates as yet for upgrade exams, but if you're an existing MCPD (Windows, Web or Enterprise) you'll be able to take a single upgrade exam (except for Enterprise where 2 exams are required. & ..." Type: Post
Tags : mcpd, certification, microsoft
http://dontcodetired.com/blog/post/Upgrade-exams-for-MCPD-to-Visual-Studio-2008
Basic Element Visibility in jQuery "Out of the box, jQuery comes with basic methods to show and hide elements. There is a live example here of the functions listed in this post. slideToggle slide the element up/down to hide.show. ..." Type: Post
Tags : javascript, jquery, html
http://dontcodetired.com/blog/post/Basic-Element-Visibility-in-jQuery