Home
Archive
Contact
Search results for 'texas holdem poker online facebook. 💰��Betkings66.com⏪💰. free poker games online win real money. real online poker tournaments. 💰⏩Betkings66.com⏪💰. poker online spielengu'
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
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
Paper Prototyping Templates for Windows 8 Apps
"Sketching out designs and creating paper prototypes can help to visualise your app and correct design mistakes earlier and before coding begins. To help with this I've produced the following paper pro ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, ux, ui, ui design, design
http://dontcodetired.com/blog/post/Paper-Prototyping-Templates-for-Windows-8-Apps
Redesigning DontCodeTired.Com (Part 5) - Showing and Hiding Mobile Specific Elements
"Taking a "mobile-first" approach, the initial work on styling will be for mobile devices, i.e. small screen resolutions. Getting Started In a previous post in this series I added the s ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-5)-Showing-and-Hiding-Mobile-Specific-Elements
Universal Windows App Paper Prototype
"In honour of the announcement of universal Windows apps, I though I’d create a simple one page paper prototyping template to visualise what an app would look like on both a PC/tablet and a Windows Pho ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, ux, ui, ui design, design, windows phone, windows phone apps
http://dontcodetired.com/blog/post/Universal-Windows-App-Paper-Prototype
Akka.NET Dispatchers and User Interface Thread Access
Akka.NET actors typically run in their own (non-UI) threads. This means by default accessing UI obje
Type
: Post
Tags
: .net, akka.net, wpf, mvvm
http://dontcodetired.com/blog/post/AkkaNET-Dispatchers-and-User-Interface-Thread-Access
Paper Prototyping Templates for Windows 8.1 Store Apps
"These are updated paper prototyping templates for Windows 8.1 Store apps. The changes from the previous 8.0 versions are mostly to do with the removal of snapped and filled modes in Windows 8.1 Store ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, ux, ui, ui design, design
http://dontcodetired.com/blog/post/Paper-Prototyping-Templates-for-Windows-81-Store-Apps
Intercepting and Overriding the Back Button in Windows Phone 8 Apps
"If you want to prevent the default action happening when a user presses the back button on a Windows Phone you can override the OnBackKeyPress method in your page. To prevent the default back behaviou ..."
Type
: Post
Tags
: windows phone, apps, ux
http://dontcodetired.com/blog/post/Intercepting-and-Overriding-the-Back-Button-in-Windows-Phone-8-Apps
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
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
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
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
Watch All My Courses For Free This April
"If you want to level up your tech skills for free, this April you can watch all my Pluralsight courses for free!!"
Type
: Post
Tags
: pluralsight courses, profession
http://dontcodetired.com/blog/post/Watch-All-My-Courses-For-Free-This-April
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 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
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
Run Local Development and Store-Installed Versions of Windows Store Apps Side-by-Side
"If you’ve released a Windows Store app and you want to actually use the released version yourself on the same machine you develop the app on, running the dev version from Visual Studio may overwrite t ..."
Type
: Post
Tags
: opensource, windows 8 apps, windows store apps
http://dontcodetired.com/blog/post/Run-Local-Development-and-Store-Installed-Versions-of-Windows-Store-Apps-Side-by-Side
Catching Errors in Windows Services
"In Windows Service put a try..catch around InitializeComponent in New constructor to catch and handle any init problems, especially when using components that have external dependencies such as perfor ..."
Type
: Post
http://dontcodetired.com/blog/post/Catching-Errors-in-Windows-Services
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
Windows Service Path Not Found Exception
"If you get an invalid path / path not found error when trying to start a .net windows service or right-click properties for it check any PerformanceCounterInstaller(s) and ensure their CategoryName is ..."
Type
: Post
http://dontcodetired.com/blog/post/Windows-Service-Path-Not-Found-Exception
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23