Home
Archive
Contact
Search results for 'Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)'
Testing for Thrown Exceptions in NUnit
In a previous post, testing for thrown exceptions using xUnit.net was demonstrated. In this post we&
Type
: Post
Tags
: nunit, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-NUnit
Parsing Command Line Arguments with Command Line Parser Library
"When writing .Net console applications we often need to parse command line arguments that the user specified when launching the application. We get these arguments passed into the program in the args ..."
Type
: Post
Tags
: c#, .net, console applications
http://dontcodetired.com/blog/post/Parsing-Command-Line-Arguments-with-Command-Line-Parser-Library
Running xUnit.net Tests on Specific Threads for WPF and Other UI Tests
Sometimes when you write a test with xUnit.net (or other testing frameworks) you may run into proble
Type
: Post
Tags
: xunit.net, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Running-xUnitnet-Tests-on-Specific-Threads-for-WPF-and-Other-UI-Tests
Creating a Spinner Animation in a Console Application in C#
If we have a longer running process taking place in a console application, it’s useful to be a
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Creating-a-Spinner-Animation-in-a-Console-Application-in-C
Tracking Technical Debt with TechDebtAttributes
Technical debt can build up over time, slows down development speed, and could increase the risk of
Type
: Post
Tags
: techdebtattributes, technical debt, c#, open source
http://dontcodetired.com/blog/post/Tracking-Technical-Debt-with-TechDebtAttributes
Testing Events Using Rhino Mocks
"There are possible more 'elegant' methods for the below but these are fairly well understandable by someone new to Rhino Mocks or mocking in general. Testing Event Subscription Sometime ..."
Type
: Post
Tags
: .net, c#, lambda expressions, tdd, testing, rhino mocks, mocking
http://dontcodetired.com/blog/post/Testing-Events-Using-Rhino-Mocks
What’s New in C# 10: Value Type Records
"This is part of a series on the new features introduced with C# 10.In a previous post I wrote about records in C# 9.Prior to C# 10 record types were reference types. In C# 10 you can now declare recor ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Value-Type-Records
Free .NET Testing Courses This Month
This month all my Pluralsight courses are available for free including a lot of .NET testing content
Type
: Post
Tags
: C#, pluralsight courses, profession, personal development, .net, .net core
http://dontcodetired.com/blog/post/Free-NET-Testing-Courses
Screen Scraping As A Service with Azure Functions in 5 Mins
If you have some data in a web page but there is no API to get the same data, it’s possible to
Type
: Post
Tags
: azure functions, azure, serverless, c#
http://dontcodetired.com/blog/post/Screen-Scraping-As-A-Service-with-Azure-Functions-in-5-Mins
Sending a Regular SMS with Azure Functions and Twilio
"Azure Functions allow the creation of Serverless event driven applications with minimal effort. We can create Azure Functions using C# (or other languages) right inside the Azure Web app. Functions si ..."
Type
: Post
Tags
: C#, .net, azure
http://dontcodetired.com/blog/post/Sending-a-Regular-SMS-with-Azure-Functions-and-Twilio
Developing a Windows 7 Phone App That Connects To Azure (a quick overview)
"Installing Download and install VS 2010 RC (phone tools below don't currently work with RTM ver of VS 2010): http://www.microsoft.com/downloads/details.aspx?FamilyID=301c97f3-aecf-42ca- ..."
Type
: Post
Tags
: .net, c#, silverlight, visual studio, visual studio 2010, windows phone 7, wp7
http://dontcodetired.com/blog/post/Developeing-a-Windows-7-Phone-App-That-Connects-To-Azure-(a-quick-overview)
Using the Xbox Music API in Universal Windows Apps
"The Xbox Music API can be used by third party developers (i.e. you and me) to search for artists, songs, albums, etc and also get access to actually play songs. There are two flavours at present: “una ..."
Type
: Post
Tags
: windows store, windows phone, universal apps, c#, xbox
http://dontcodetired.com/blog/post/Using-the-Xbox-Music-API-in-Universal-Windows-Apps
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
Understanding Azure Durable Functions - Part 1: Overview
This is the first part in a series of articles. Durable Functions are built on top of top of the bas
Type
: Post
Tags
: C#, azure, azure functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-1-Overview
Creating Your Own Custom Dynamic C# Classes
C# provides pre-supplied dynamic types such as the ExpandoObject. It is also possible to create new
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Creating-Your-Own-Custom-Dynamic-C-Classes
Advanced SpecFlow: Using Hooks to Run Additional Automation Code
SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Using-Hooks-to-Run-Additional-Automation-Code
New Pluralsight Course: Dynamic C# Fundamentals
My Pluralsight course “Dynamic C# Fundamentals” is now available. The course is split in
Type
: Post
Tags
: pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Dynamic-C-Fundamentals
Controlling HTML IDs in ASP.NET 4.0 Webforms
"ASP.NET 4 introduces more control over how client-side IDs are rendered by ASP.NET controls. By default ASP.NET 4 will render client IDs in the same way as ASP.NET 3.5 and earlier. To change the ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, databinding, html, web
http://dontcodetired.com/blog/post/Controlling-HTML-IDs-in-ASPNET-40-Webforms
50 Apps By Christmas: Color Eye
"This article is part of the 50 Apps by Christmas series Color Eye is a Windows Phone 8 app that creates colour schemes by sampling live data from the camera. Working with Live Camera Data As I’d not ..."
Type
: Post
Tags
: windows phone apps, windows phone, 50appsbychristmas2013, sql, sqlite, colour
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-Color-Eye
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
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