Home
Archive
Contact
Search results for 'poker online eesti. 💰⏩Betkings66.com⏪💰. online poker rooms mi. poker game free online. 💰⏩Betkings66.com⏪💰. real money online poker pennsylvania'
Right Click and Context Menu Support in Silverlight 4
"Silverlight 4 allows us access to right-click functionality, in earlier versions of Silverlight right-clicking would bring up the standard SL popup menu. Simple Right Click To capture a right ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Right-Click-and-Context-Menu-Support-in-Silverlight-4
Understanding Azure Durable Functions - Part 8: The Fan Out/Fan In Pattern
This is the eighth part in a series of articles. If you’re not familiar with Durable Functions
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-8-The-Fan-OutFan-In-Pattern
Adding Tuple Support to .NET Classes in C#
Edit: Updated to improve clarity (thanks to Paulo in the comments for helping to improve his article
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Adding-Tuple-Support-to-NET-Classes-in-C
Refactoring Code to Use C# Local Functions
In a previous post I talked about the potential use of local functions to replace comments. This gen
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Refactoring-Code-to-Use-C-Local-Functions
Using AutoFixture To Generate Anonymous Test Data in Web UI Automation With BDDfy and Seleno
I’m currently working on an AutoFixture Pluralsight course and it got me thinking about using
Type
: Post
Tags
: testing, autofixture, bddfy, seleno, teststack, ui testing, web, asp.net, .net
http://dontcodetired.com/blog/post/Using-AutoFixture-To-Generate-Anonymous-Test-Data-in-Web-UI-Automation-With-BDDfy-and-Seleno
3 Surprising Things to Do with the Console in C#
The Console class can do more than just WriteLine(). Here’s 3 fun/weird/useful/annoying things
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/3-Surprising-Things-to-Do-with-the-Console-in-C
Improving Azure Functions Blob Trigger Performance and Reliability - Part 4: Periodically Checking for Unprocessed Blobs
In the this final part of this series we wrap up by briefly discussing some ways to check for blobs
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-4-Periodically-Checking-for-Unprocessed-Blobs
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
Designing Mobile Apps
"I've authored three Windows Phone 7 mobile apps. This is not a huge number I know but I would like to share how I think about mobile app design. The workflow below is not limited to any particular pla ..."
Type
: Post
Tags
: mobile, design, ui, ux, user experience, apps, ui design
http://dontcodetired.com/blog/post/Designing-Mobile-Apps
Writing Azure Functions with Function Monkey: Dependency Injection
"In my continued exploration/experimentation with Function Monkey I thought I’d look at how easy/hard it is to inject dependencies into handlers. Previous articles: Creating Azure Functions with Functi ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Dependency-Injection
Reading Azure Cosmos DB Data In Azure Functions
This is the second part in a series of articles. In addition to triggering a function when Cosmos DB
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Reading-Azure-Cosmos-DB-Data-In-Azure-Functions
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
Getting Message Metadata When Using Azure Functions Storage Queue Triggers
When creating an Azure Function that is triggered by incoming messages on a Storage Queue, the type
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Getting-Message-Metadata-When-Using-Azure-Functions-Storage-Queue-Triggers
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
Redesigning DontCodeTired.Com (Part 11) - Conclusion
"The redesigned Don't Code Tired is now live. This article wraps up the series with a look back at what I learned and what things are still outstanding. Key Things I Learned I am not a designer. ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-11)-Conclusion
Redesigning DontCodeTired.Com (Part 10) - Creating the Remaining Responsive Breakpoints
"Creating the Second Responsive Breakpoint The next responsive breakpoint kicks in at 970px width. At this point the first of the sidebars become visible. This "about me" sidebar contains ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-10)-Creating-the-Remaining-Responsive-Breakpoints
Fixie - A Convention-based .NET Testing Framework
"Fixie is a relative newcomer to the .NET testing framework space. It throws away the idea of marking elements of test code with attributes in favour of a conventions based approach. At a high level, w ..."
Type
: Post
Tags
: c#, testing, fixie
http://dontcodetired.com/blog/post/Fixie-A-Convention-based-NET-Testing-Framework
Dealing With Unprocessed Storage Queue Poison Messages in Azure Functions
If an Azure Function that is triggered by a message on a Storage Queue throws an exception, the mess
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Dealing-With-Unprocessed-Storage-Queue-Poison-Messages-in-Azure-Functions
Non Short Circuiting C# Conditional Operators
Most of the time when writing C# programs we use the short-circuiting conditional operators. These o
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Non-Short-Circuiting-C-Conditional-Operators
Creating an “Add New” Item Template in a Windows 8 App ListView
"A common UI pattern is to have a list of things on screen and at the end of the list have a plus icon (or something) that triggers your “add new item” code. For example, in the Weather app: For examp ..."
Type
: Post
Tags
: windows 8 apps, windows 8, xaml, ui
http://dontcodetired.com/blog/post/Creating-an-e2809cAdd-Newe2809d-Item-Template-in-a-Windows-8-App-ListView
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23