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

Watch All My Pluralsight Courses for FREE This weekend "This weekend Pluralsight is doing a free weekend promotion (click the above banner) which means you can start watching all my courses for FREE! Once you’ve clicked the banner and followed the instruct ..." Type: Post
Tags : pluralsight courses
http://dontcodetired.com/blog/post/Watch-All-My-Pluralsight-Courses-for-FREE-This-weekend1
MSMQ Intermittent Exceptions "Intermittent errors such as following when using MSMQ .NET (1.1) Index was outside the bounds of the arraySpecified cast is not valid System.Messaging.Interop.MessagePropertyVariants.Lockget_Label ms ..." Type: Post http://dontcodetired.com/blog/post/MSMQ-Intermittent-Exceptions
Find a Designer for your Open Source Project "Are you running an open source project? Need some help with your project CSS, perhaps a NuGet logo, or help with your GUI? It’s hard to find designers, so I made OS Designer Finder. If your open sour ..." Type: Post
Tags : open source, design, ux, ui
http://dontcodetired.com/blog/post/Find-a-Designer-for-your-Open-Source-Project
ICYMI C# 9 New Features: Reducing Code with Target-typed New Expressions This is part of a series of articles on new features introduced in C# 9. C# 9 introduced some enhanc Type: Post
Tags : icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Reducing-Code-with-Target-typed-New-Expressions
What’s New in C# 10: Simplify Argument Null Checking Code "This is part of a series on the new features introduced with C# 10.Prior to C# 10 you may have had code similar to the following: public static string Join(string a, string b) { i ..." Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Argument-Null-Checking-Code
Finding Total Number of Windows Store Downloads on the Dev Center Dashboard Page "Just hacked this JavaScript together to calculate the total number of downloads of Windows Store apps.var totalDownloads = 0; $("span:contains('Downloads')").siblings().each(function( index ) { ..." Type: Post
Tags : windows store apps
http://dontcodetired.com/blog/post/Finding-Total-Number-of-Windows-Store-Downloads-on-the-Dev-Center-Dashboard-Page
Watch All My Pluralsight Courses For Free This Weekend "This weekend (Friday 22nd to Sunday 24th of November 2019) you can watch all my Pluralsight courses for free. You could also watch an entire skills path such as C# Unit Testing with xUnit or C# Unit T ..." Type: Post
Tags : profession, productivity, personal development
http://dontcodetired.com/blog/post/Watch-All-My-Pluralsight-Courses-For-Free-This-Weekend
Understanding Azure Event Grid Azure Event Grid (currently in preview) is a managed publisher-subscriber service that pushes events Type: Post
Tags : azure, azure event grid, cloud
http://dontcodetired.com/blog/post/Understanding-Azure-Event-Grid
System.Windows.Markup.XamlParseException when using Tag property in Silverlight "Although MSDN says you can use the FrameworkElement.Tag Property to store an arbitary object, if you try to store anything other than a string you get a System.Windows.Markup.XamlParseException. It se ..." Type: Post
Tags : silverlight, wpf
http://dontcodetired.com/blog/post/SystemWindowsMarkupXamlParseException-when-using-Tag-property-in-Silverlight
(Unofficial) BlogEngine.Net Logos "As part of Don't Code Tired redesign I wanted a logo for BlogEngine.Net, I could find an existing one so I created the below: They are available for free download (includi ..." Type: Post
Tags : blogengine.net
http://dontcodetired.com/blog/post/(Unofficial)-BlogEngineNet-Logos
Watch My Pluralsight Courses For Free This Weekend "If you don’t have a Pluralsight subscription and you want to watch my courses you can this weekend for FREE! Click the ad below to get started and then once you've signed up for your free weekend, hea ..." Type: Post
Tags : profession, personal development
http://dontcodetired.com/blog/post/Watch-My-Pluralsight-Courses-For-Free-This-Weekend
Using PostgreSQL Document Databases with Azure Functions and Marten With the appearance of managed PostgreSQL databases on Azure, we can now harness the simplicity of M Type: Post
Tags : azure functions, azure, C#, marten, data, nosql
http://dontcodetired.com/blog/post/Using-PostgreSQL-Document-Databases-with-Azure-Functions-and-Marten
Blendable Silverlight (and WPF) MVVM Applications With Dependency Injection "Introduction One of the challenges with the idea of having separate developer and designers is how to allow the developers to write code while at the same time designers are working on the UI. ..." Type: Post
Tags : .net, c#, blend, dependency injection, design patterns, di, inversion of control, ioc, mvvm, silverlight, silverlight 3, wpf, xaml, ninject
http://dontcodetired.com/blog/post/Blendable-Silverlight-(and-WPF)-MVVM-Applications-With-Dependency-Injection
Refactoring Production Code With Experiments and Scientist.NET When refactoring a part of an application we can use the existing tests to give a level of confidenc Type: Post
Tags : c#, quality, .net, testing
http://dontcodetired.com/blog/post/Refactoring-Production-Code-With-Experiments-and-ScientistNET
Redesigning DontCodeTired.Com (Part 6) - Creating Mobile Styling Using a Typography-Out Approach "Redesigning DontCodeTired.Com Part 5 - Showing and Hiding Mobile Specific Elements The idea of typography-out is that for websites where the textual content is king, it makes sense to elevate it ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, css, typography
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-6)-Creating-Mobile-Styling-Using-a-Typography-Out-Approach
Introducing InAppPurchaseToggle for Windows Store In App Purchase "I just released version 2 of a new open source project called InAppPurchaseToggle. It simplifies querying if the current user has paid for a particular in-app-purchase (IAP). It’s convention based and ..." Type: Post
Tags : windows 8 apps, windows 8, open source, inapppurchasetoggle, in app purchase, winrt
http://dontcodetired.com/blog/post/Introducing-InAppPurchaseToggle-for-Windows-Store-In-App-Purchase
My New Free C# Tips eBook "I’ve just published the initial chapters of my new free Leanpub eBook of C# tips. You can get it for free or pay whatever you think it’s worth. New chapters will be added over time, the book is curren ..." Type: Post
Tags : writing, c# tips, c#
http://dontcodetired.com/blog/post/My-New-Free-C-Tips-eBook
Switchable Actor Behaviour in Akka.NET One of the things that actors can do is change their behaviour in response to an incoming message. T Type: Post
Tags : .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Switchable-Actor-Behaviour-in-AkkaNET
Free eBook: Keeping Software Soft "I’ve decided to make my Keeping Software Soft eBook free (or feel free to pay whatever you’d like).   You can download now at http://keepingsoftwaresoft.com/ Happy Reading!" Type: Post
Tags : writing
http://dontcodetired.com/blog/post/Free-eBook-Keeping-Software-Soft
New Free eBook: LINQ Succinctly "My new free Syncfusion eBook is now available. LINQ Succinctly is available from the Syncfusion site along with all the other eBooks in the Succinctly series. LINQ Succinctly covers the following are ..." Type: Post
Tags : c#, linq, writing
http://dontcodetired.com/blog/post/New-Free-eBook-LINQ-Succinctly