Home
Archive
Contact
Search results for 'Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)'
New Free eBook C# 6.0: What’s New Quick Start
The first chapters of my new free eBook have just been published. The book will cover the new featur
Type
: Post
Tags
: c#, writing, .net
http://dontcodetired.com/blog/post/New-Free-eBook-C-60-Whate28099s-New-Quick-Start
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
New Pluralsight Course: Azure Function Triggers Quick Start
"Azure Functions allow small discrete pieces of code to execute in response to an external stimulus such as a HTTP request, message queue message, new blob data, etc. They can also be triggered manuall ..."
Type
: Post
Tags
: azure functions, azure, pluralsight courses, serverless
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Azure-Function-Triggers-Quick-Start
C# Tips eBook Complete
I’m pleased to announce that my C# Tips eBook is now complete and currently has over 1,000 rea
Type
: Post
Tags
: writing, c# tips, c#
http://dontcodetired.com/blog/post/C-Tips-eBook-Complete
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!!-)
Ensure Your Silverlight App Has Focus When The Page Loads
"Assuming that your SL app is running in-browser, you may want your SL app to have initial focus, e.g. when it loads a splash screen, the OK button has focus. You can help achieve this by using Sy ..."
Type
: Post
Tags
: .net, c#, html, silverlight, silverlight 3
http://dontcodetired.com/blog/post/Ensure-Your-Silverlight-App-Has-Focus-When-The-Page-Loads
SilverKeys Part 2
"I've started by creating a Silverlight user control to represent a 3 octave (piano) keyboard: This user control will use data binding (hopefully!) to highlight piano keys if the ..."
Type
: Post
Tags
: silverkeys, silverlight
http://dontcodetired.com/blog/post/SilverKeys-Part-2
FeatureToggle 2.1 Released
"Version 2.1 of my open source feature toggling library has just been released. This new version contains two new toggles. The RandomFeatureToggle as its name suggests will randomly enable/disable a fe ..."
Type
: Post
Tags
: open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-21-Released
FeatureToggle 2.2.1
"An issue was raised about .NET 4 support. This was caused by FeatureToggle.Core having incorrect NuGet PCL target. Version 2.2.1 is now released that should resolve this and allow use of FeatureToggle ..."
Type
: Post
Tags
: featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-221
The New Don’t Code Tired Newsletter
"I decided I wanted a more intimate, personal style of communication. So Newsletter! Sign up for the Don’t Code Tired Newsletter for curated links, useful information, cool things I've seen, and genera ..."
Type
: Post
Tags
: newsletter
http://dontcodetired.com/blog/post/The-New-Done28099t-Code-Tired-Newsletter
Dear Windows Phone Back Button
"It seems that the back button is the latest hip thing to complain about with Windows Phone, with rumours about Microsoft dropping the hardware back button and then not. As a Windows Phone app develope ..."
Type
: Post
Tags
: windows phone
http://dontcodetired.com/blog/post/Dear-Windows-Phone-Back-Button
Quickly Take Down an ASP.NET Web Site
"If you need to temporarily take down an ASP.NET (2.0+) web site you can simply add a file called app_offline.htm to the root of the site. The content of the app_offline.htm could contain a message suc ..."
Type
: Post
Tags
: asp.net, html, site management, maintenance
http://dontcodetired.com/blog/post/Quickly-Take-Down-an-ASPNET-Web-Site
Scholar Open Source Project
"Scholar is now up on Codeplex. Scholar is a new open source project that will provide a starting point for developers to create distributed data processing such as the SETI@home project. It will use A ..."
Type
: Post
Tags
: .net, asp.net, silverlight, xaml, azure, scholar, open source
http://dontcodetired.com/blog/post/Scholar-Open-Source-Project
Free Akka.NET Cheat Sheet
"I created this handy 3 page cheat sheet PDF as a quick reference guide when creating actors, using the logging API, etc."
Type
: Post
Tags
: .net, akka.net, actor model
http://dontcodetired.com/blog/post/Free-AkkaNET-Cheat-Sheet
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
Anatomy of Type: Ascenders and Descenders
"Ascenders are the parts of a lowercase letter that reach upwards, the parts that extend above the typeface’s x-height. You can see ascenders in letters such as: b d f h k. [more] Descenders are the p ..."
Type
: Post
Tags
: design, typography, anatomy of type
http://dontcodetired.com/blog/post/Anatomy-of-Type-Ascenders-and-Descenders
JavaScript Enumerations
"Rather than defining many JavaScript 'constants', e.g. var CONST_DAY_OF_WEEK_MONDAY = 1; var CONST_DAY_OF_WEEK_MONDAY = 2; var CONST_DAY_OF_WEEK_MONDAY = 3; ..."
Type
: Post
Tags
: javascript, web
http://dontcodetired.com/blog/post/JavaScript-Enumerations
Useful Colour Scheme Designer
"This is pretty handy, you can choose colour scheme (complimentary etc.). Looking at the source, makes use of jquery, at first i though it was a Flash\Silverlight app but lloks like it's pure javas ..."
Type
: Post
Tags
: ui design
http://dontcodetired.com/blog/post/Useful-Colour-Scheme-Designer
Anatomy of Type: Baseline and x-height
"The baseline is like an imaginary invisible line upon which letters appear to sit. [more] A typeface’s x-height, as its name suggests, is the height of the lowercase x measured from the baseline. The ..."
Type
: Post
Tags
: design, typography, anatomy of type
http://dontcodetired.com/blog/post/Anatomy-of-Type-Baseline-and-x-height
Create application and web wireframes
"http://gomockingbird.com/"
Type
: Post
Tags
: web, ui design
http://dontcodetired.com/blog/post/Create-application-and-web-wireframes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28