Search results for 'mega888 Malaysia, [OFFICIAL | winbox-login.com] , FREE 10, BTI , [OFFICIAL | winbox-login.com] Vp'

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
Handling CTRL-C in .NET Console Applications By default, pressing CTRL-C while a console application is running will cause it to terminate. If we Type: Post
Tags : c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Handling-CTRL-C-in-NET-Console-Applications
UX Observations: TED Xbox One App "This is the first in a new series of articles I want to start, noting user experience things I use/see and observing how they could potentially be improved. The articles in this series aren’t meant to ..." Type: Post
Tags : ux observations, ux, ui, design, xbox
http://dontcodetired.com/blog/post/UX-Observations-TED-Xbox-One-App
Design Principals in Practice: Desire Lines "A Desire Line (or Desire Path) is the shortest or easiest way to get from where you are to where you want to be. In the physical world we can see these in parks or grassed areas as paths worn away by ..." Type: Post
Tags : design, usability, ux, ui, desire lines, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Desire-Lines
Three Part Conditional Numeric Format Strings (for Positive, Negative, and Zero Numbers) When we’re formatting numbers we can use a format string that allows us to specify a different Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Three-Part-Conditional-Numeric-Format-Strings-(for-Positive-Negative-and-Zero-Numbers)
Design Principals in Practice: Affordance in Contactless Payment Machines "Take a look at this photo I took of a contactless style of payment terminal at a local grocery store. This is the kind of terminal that, with a compatible credit/debit card you can just tap, hover, or ..." Type: Post
Tags : design, usability, ux, user experience, affordance, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Affordance-in-Contactless-Payment-Machines
Atomically Copying One Array to Another Array If we’re copying arrays where the types may be different, sometimes we may want to do an atomi Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Atomically-Copying-One-Array-to-Another-Array
Colour: Thinking in Proportions (Dominant, Subdominant, and Accent) "One way of thinking or planning colour is to think in terms of relative expansiveness, that is, the proportion of the use of different colours. One way to describe this proportionality is to think in ..." Type: Post
Tags : design, colour, ui, ux
http://dontcodetired.com/blog/post/Colour-Thinking-in-Proportions-(Dominant-Subdominant-and-Accent)
Customising the Appearance of Debug Information in Visual Studio with the DebuggerDisplay Attribute Sometimes the display and formatting of information in the Visual Studio debugger is less than optim Type: Post
Tags : c# tips, c#, debugging, visual studio, .net
http://dontcodetired.com/blog/post/Customising-the-Appearance-of-Debug-Information-in-Visual-Studio-with-the-DebuggerDisplay-Attribute
5 Ways To Give Yourself A Break "In my many years of being a software developer there’s one thing that I’ve seemed to have experienced on and off throughout this time: Fear. Fear of: Not knowing the latest language/framework/archite ..." Type: Post
Tags : profession, compassion, personal development, people
http://dontcodetired.com/blog/post/5-Ways-To-Give-Yourself-A-Break
50 Apps By Christmas: Share to Clipboard "This article is part of the 50 Apps by Christmas series. When I’m using Windows 8, sometimes I wanted to copy something from one app and use it somewhere else. If the app allows selection and copy al ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, 50appsbychristmas2013, share to clipboard
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-Share-to-Clipboard
50 Apps by Christmas: SilverKeys - Porting a Silverlight App to a Windows Store App "This article is part of the 50 Apps by Christmas series. I developed a Silverlight app a few years ago and I wanted to see how easy it would be to port to a Windows Store app. You can download free t ..." Type: Post
Tags : silverlight, windows 8 apps, windows 8, winrt, windows phone, 50appsbychristmas2013, portable class library, rhinomocks
http://dontcodetired.com/blog/post/50-Apps-by-Christmas-SilverKeys-Porting-a-Silverlight-App-to-a-Windows-Store-App
Automated Testing: End to End Course My newest Pluralsight course has just been published. We shouldn't live in fear of our code Long-ter Type: Post
Tags : testing, tdd, nunit, moq, mocking, faking, ci, continuous integration, teamcity, watin, agile
http://dontcodetired.com/blog/post/Automated-Testing-End-to-End-Course
A Windows 8 App - From Idea to Store in 8 Hours "I had an idea for a simple Windows Store app, so I thought I’d develop it but keep track of how long it took me and what I spent my time on. The total time spent working on the app was 8 hours and 10 ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, design
http://dontcodetired.com/blog/post/A-Windows-8-App-From-Idea-to-Store-in-8-Hours
Using C# Keywords for Variable Names It’s possible to use C# keywords for variable names, etc. For example if we wanted a variable Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Using-C-Keywords-for-Variable-Names
Maintaining Energy with the Pomodoro Technique "(The below is an extract from the “Time Management and Motivation” chapter of my book Keeping Software Soft) The Pomodoro Technique is a simple time management system developed by Francesco Cirillo. A ..." Type: Post
Tags : time management, pomodoro, energy
http://dontcodetired.com/blog/post/Maintaining-Energy-with-the-Pomodoro-Technique
Quick-Start Guide To Using xUnit To Test Your Windows 8 WinRT Store app "Until xUnit officially supports* Windows store apps you can get xUnit working with your WinRT app by doing the following: In Visual Studio 2012, go to Tools menu, Extensions and Updates; search for an ..." Type: Post
Tags : windows 8 apps, windows 8, apps, xunit, testing
http://dontcodetired.com/blog/post/Quick-Start-Guide-To-Using-xUnit-To-Test-Your-Windows-8-WinRT-Store-app
Making An Awesome Windows 8 Pinned Tile for your Website "With Windows 8 and the metro "Modern Windows New UI Store Experience Style" version of Internet Explorer 10, you can pin a web site to the start menu and provide a hi-res image to be displayed on the ..." Type: Post
Tags : html, user experience, ux, web, windows 8, tiles
http://dontcodetired.com/blog/post/Making-An-Awesome-Windows-8-Pinned-Tile-for-your-Website
The Complete Beginners Guide to Hello World using C# .Net and Mono on Raspberry Pi "Disclaimer: some of the software used below is pre-release, use at your own risk... This article assumes basic knowledge of writing C# and using Visual Studio - it doesn't assume any prior knowledge ..." Type: Post
Tags : .net, c#, visual studio, raspberry pi, hardware, linux
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-Hello-World-using-C-Net-and-Mono-on-Raspberry-Pi
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