Search results for 'MALAYSIA 4D, [OFFICIAL | winbox-login.com] , MALAYSIA 4D, FREE 10, [OFFICIAL | winbox-login.com] cE'

FeatureToggle Version 2 Released "Version 2 of my open source feature toggling .Net library has just been released to NuGet. V2 introduces a number of breaking changes – see release notes. It also include binary Windows Store DLLs as ..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-Version-2-Released
New Pluralsight Course: Implementing Logging and Dependency Injection in Akka.NET If you’ve already watched my Akka.NET fundamentals Pluralsight course and want to learn more a Type: Post
Tags : .net, akka.net, distributed computing, actor model, di, logging, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Implementing-Logging-and-Dependency-Injection-in-AkkaNET
The Ethereal Second Deliverable of Software Projects "So the project or release or iteration is done. We’ve “finished”. The customer and users are (hopefully) reasonably satisfied, and we say that we’ve delivered the software. There’s a second hidden del ..." Type: Post
Tags : technical debt, quality, cost, metrics
http://dontcodetired.com/blog/post/The-Ethereal-Second-Deliverable-of-Software-Projects
Fixie - A Convention-based .NET Testing Framework "Fixie is a relative newcomer to the .NET testing framework space. It throws away the idea of marking elements of test code with attributes in favour of a conventions based approach. At a high level, w ..." Type: Post
Tags : c#, testing, fixie
http://dontcodetired.com/blog/post/Fixie-A-Convention-based-NET-Testing-Framework
Silverlight 3 Out Of Browser Install Errors "If a user attempts to install a SLOOB app when it is already installed an InvalidOperationException is thrown with the message "Application is already installed.". We can wrap in a try..catc ..." Type: Post
Tags : out of browser, oob, silverlight, silverlight 3, sloob, c#
http://dontcodetired.com/blog/post/Silverlight-3-Out-Of-Browser-Install-Errors
Using C# 7.1 Features With the release of Visual Studio 2017 update 3, the new C# 7.1 features became available. To use th Type: Post
Tags : c#, .net
http://dontcodetired.com/blog/post/Using-C-71-Features
Microsoft Upgrade Exams "I am taking one of the upgrade exams in a few days time and this study reference guide is a great help. http://blog.denoncourtassociates.com/CategoryView,category,Certifications.aspx" Type: Post http://dontcodetired.com/blog/post/Microsoft-Upgrade-Exams
3 Surprising Things to Do with the Console in C# The Console class can do more than just WriteLine(). Here’s 3 fun/weird/useful/annoying things Type: Post
Tags : c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/3-Surprising-Things-to-Do-with-the-Console-in-C
New Windows 8.1 Tile Sizes "Windows 8.1 introduces two new tile sizes (small and large). This illustration shows the differences and the new names (small, medium, wide, and large).   For more info check out this MSDN artic ..." Type: Post
Tags : windows 8, windows 8 apps
http://dontcodetired.com/blog/post/New-Windows-81-Tile-Sizes
Software Development Wheel "In business/personal coaching there is an idea of a “wheel of life”. The idea is that you evaluate different dimensions of your life and plot them on a wheel. Ideally the wheel should be balanced (and ..." Type: Post
Tags : productivity, profession, personal development
http://dontcodetired.com/blog/post/Software-Development-Wheel
Mocking with FeatureToggle "I was asked a question on Twitter so I thought I’d write it up here. When using the FeatureToggle library you may have some some code that behaves differently if a toggle is enabled. When writing a te ..." Type: Post
Tags : mocking, testing, featuretoggle, c#
http://dontcodetired.com/blog/post/Mocking-with-FeatureToggle
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
Silverlight 3 WritableBitmap pixel colour values "Rather than taking an array of Color objects, the WritableBitmap.Pixels property holds an array on ints which represent premultiplied ARGB colour values. To set a given pixel to a given colour you hav ..." Type: Post
Tags : c#, .net, extension methods, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-3-WritableBitmap-pixel-colour-values
Don't Code Tired 1st Birthday "Don't Code Tired is a year old! For Year 2 I really want to ramp up the content, especially more tutorial style articles and end-to-end examples - I also intent to start producing tutorial videos ..." Type: Post http://dontcodetired.com/blog/post/Dont-Code-Tired-1st-Birthday
FeatureToggle v4 Released "Version 4 of FeatureToggle is now released. This release adds initial support for .NET Core. Example code. Release notes. Breaking Changes: Min framework now 4.6.1 / .NET Standard 1.4 Windows 8.n, ..." Type: Post
Tags : featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-Released
50 App By Christmas: A New Challenge "So I’ve been running this series: 50 Apps by Christmas. Currently I’ve got 29 new apps to create before Christmas 2013 (next week). As I’m not going to hit this (my book has been a higher priority) I ..." Type: Post
Tags : windows 8 apps, winrt, 50appsbychristmas2013, windows phone apps, ayearofapps
http://dontcodetired.com/blog/post/50-App-By-Christmas-A-New-Challenge
New Pluralsight Course: Writing and Testing Precompiled Azure Functions in Visual Studio 2017 Azure Functions have come a long way in a short time. With newer releases you can now create functio Type: Post
Tags : C#, azure, azure functions, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Writing-and-Testing-Precompiled-Azure-Functions-in-Visual-Studio-2017
Dynamic Binding in Azure Functions with Imperative Runtime Bindings "When creating precompiled Azure Functions, bindings (such as a blob output bindings) can be declared in the function code, for example the following code defines a blob output binding:[Blob("todo/{ran ..." Type: Post
Tags : azure functions, azure, C#, serverless
http://dontcodetired.com/blog/post/Dynamic-Binding-in-Azure-Functions-with-Imperative-Runtime-Bindings
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
Testing Precompiled Azure Functions Overview Just because serverless allows us to quickly deploy value, it doesn’t mean that testing is now Type: Post
Tags : azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Testing-Precompiled-Azure-Functions-Overview