Home
Archive
Contact
Search results for 'Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)'
Maintaining Basic State With jQuery And CSS
"When working on the client, you may have a number of HTML elements that have some form of logical state, e.g. coins (heads/tails), cards (face up/down), importance (high, medium, low), etc. You c ..."
Type
: Post
Tags
: asp.net, html, jquery, css, javascript
http://dontcodetired.com/blog/post/Maintaining-Basic-State-With-jQuery-And-CSS
New Pluralsight Course: The xUnit.net Testing Framework
My latest Pluralsight course on the xUnit.net testing framework has just been released. Course Descr
Type
: Post
Tags
: xunit, .net, c#, pluralsight courses, testing, tdd, quality, autofixture, automocking
http://dontcodetired.com/blog/post/New-Pluralsight-Course-The-xUnitnet-Testing-Framework
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
Introducing JS Name-O-Tron – Find a Name for Your JavaScript Library
"As a Microsoft MVP I get free Azure credits to use every month, so I thought I’d better start making use of them :) JS Name-O-Tron is the first web site I’ve deployed to Azure and I’m pleased to say ..."
Type
: Post
Tags
: azure, asp.net mvc, asp.net, web, bootstrap, .net
http://dontcodetired.com/blog/post/Introducing-JS-Name-O-Tron-e28093-Find-a-Name-for-Your-JavaScript-Library
Working with Files in C# 10 Course
"My latest Pluralsight training course was just published and is an update from the previous version to now use .NET 6 and C# 10.“Reading and writing data is central to many .NET applications, but it c ..."
Type
: Post
Tags
: pluralsight courses, .net, C#, C#10
http://dontcodetired.com/blog/post/Working-with-Files-in-C-10-Course
Persistent Actors in Akka.NET
By default, actors in Akka.NET lose their internal state when they are restarted, for example due to
Type
: Post
Tags
: .net, akka.net, actor model
http://dontcodetired.com/blog/post/Persistent-Actors-in-AkkaNET
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
Vertically Center Div in Browser Window using Viewport-Relative Lengths
"I found out about these units this week so I wanted to have a play with them. The CSS units: vw, vh, vmin, and vmax allow sizes to be specified relative the the browser window size (or the “initial co ..."
Type
: Post
Tags
: web, css, html, responsive design, ux, ui
http://dontcodetired.com/blog/post/Vertically-Center-Div-in-Browser-Window-using-Viewport-Relative-Lengths
Creating MSMQ Exception
"In testing you might want to throw a manual MessageQueueingException to test the functionality of your exception handling. As it’s not possible to create an exception object the following can be ..."
Type
: Post
http://dontcodetired.com/blog/post/Creating-MSMQ-Exception
Enterprise Library Application Block Logging
"The Enterprise Library Application Block has been recently released, as a user of the existing Logging Application Block (LAB) with cross web service request tracing it is a little disappointing to se ..."
Type
: Post
http://dontcodetired.com/blog/post/Enterprise-Library-Application-Block-Logging
Logging Application Block Log Levels
"LAB LogLevels (summarized from Logging Application Block documentation © 2003 Microsoft Corporation http://www.microsoft.com) None (level 0)No logging - not advised for production. Always (level 1)D ..."
Type
: Post
http://dontcodetired.com/blog/post/Logging-Application-Block-Log-Levels
Your First Xbox One UWP App
"There’s been a number of almost-goosebump-inspiring moments during my .NET dev experience such as the first time I saw my code running on a Windows Phone 7. Another one of these moments was seeing my ..."
Type
: Post
Tags
: c#, xbox, uwp, windows 10
http://dontcodetired.com/blog/post/Your-First-Xbox-One-UWP-App
Printing Support in Silverlight 4
"Basic printing can be accomplished through the PrintDocument class. For example, to print the entire contents of the LayoutRoot grid: private void btnSimplePrint_Click(object sender, RoutedEventA ..."
Type
: Post
Tags
: .net, c#, silverlight, visual studio 2010, wpf, xaml, silverlight 4
http://dontcodetired.com/blog/post/Printing-Support-in-Silverlight-4
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
Pretty Method Display in xUnit.net
One little-known feature of the xUnit.net testing framework is the ability to write test method name
Type
: Post
Tags
: xunit.net, C#, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Pretty-Method-Display-in-xUnitnet
Converting Chars to Doubles in C#
If we’ve got chars with numeric digits in them, we can convert them to numeric (double) values
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Converting-Chars-to-Doubles-in-C
Binding a Dynamically Created WPF Control’s ItemTemplate to a DataTamplate Defined in XAML
"I was asked a question about this on Twitter, so thought I’d create a quick post about it. The example below shows how to use a DataTemplate that is defined in XAML with a ListView control that is dyn ..."
Type
: Post
Tags
: wpf, xaml, c#
http://dontcodetired.com/blog/post/Binding-a-Dynamically-Created-WPF-Controle28099s-ItemTemplate-to-a-DataTamplate-Defined-in-XAML
Design is Not Adornment
"Sometimes design (and designers) are thought of as the people that make stuff look pretty. While aesthetics is a part of design, it’s not its sole function. Design is problem solving When aesthetic co ..."
Type
: Post
Tags
: design, ux
http://dontcodetired.com/blog/post/Design-is-Not-Adornment
How to Make 2021 Your Best Year Ever
"Happy New Year! I think we can all agree that 2020 was one of the most challenging years any of us have experienced. Even though here in Western Australia we have been relatively lucky due to our isol ..."
Type
: Post
Tags
: personal development, productivity, profession
http://dontcodetired.com/blog/post/How-to-Make-2021-Your-Best-Year-Ever
ICYMI C# 9 New Features: Top-level Statements
This is the first in a series of articles on new features introduced in C#9. Top-level statements al
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Top-level-Statements
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