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'
50 App By Christmas: A New Challenge
"So I’ve been running this series: 50 Apps by Christmas. Currently I’ve got 29 new apps to create before Christmas 2013 (next week). As I’m not going to hit this (my book has been a higher priority) I ..."
Type
: Post
Tags
: windows 8 apps, winrt, 50appsbychristmas2013, windows phone apps, ayearofapps
http://dontcodetired.com/blog/post/50-App-By-Christmas-A-New-Challenge
Architecting Azure Functions: Function Timeouts and Work Fan-Out with Queues
When moving to Azure Functions or other FaaS offerings it’s possible to fall into the trap of
Type
: Post
Tags
: azure, azure functions, serverless, c#, .net
http://dontcodetired.com/blog/post/Architecting-Azure-Functions-Function-Timeouts-and-Work-Fan-Out-with-Queues
Loading images into SQL Server Using Management Studio
"If you are storing images in a SQL Server database you can use the following statement to insert data into a BLOB field (e.g. varbinary(max) ) of a table (Sql Server 2005+): Assuming a table call ..."
Type
: Post
Tags
: sql server, sql
http://dontcodetired.com/blog/post/Loading-images-into-SQL-Server-Using-Management-Studio
Kill Your Productivity Demons with my New Pluralsight Course
"My new Pluralsight course Personal Productivity & Performance Tools for Windows Developers “get more done in less time” has just been released. It covers a range of developer-focused and general p ..."
Type
: Post
Tags
: productivity, linqpad, pluralsight courses, profession, personal development, autohotkey, ifttt
http://dontcodetired.com/blog/post/Kill-Your-Productivity-Demons-with-my-New-Pluralsight-Course
Work with SQL Data with Fewer Lines of Code Using Dynamic C#
"If you need to query a SQL database and work with the data quickly you can use dynamic C# to write less boilerplate code.For example, if you wanted to query a Customer table (or a more complex joined ..."
Type
: Post
Tags
: C#, .net
http://dontcodetired.com/blog/post/Work-with-SQL-Data-with-Fewer-Lines-of-Code-Using-Dynamic-C
Detecting when a Silverlight app enters full screen mode
"Obviously you know when a users clicks your full screen button but a the user can press escape to exit full screen mode at any time, an alternative is to respond to the FullScreenChanged event. F ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, xaml
http://dontcodetired.com/blog/post/Detecting-when-a-Silverlight-app-enters-full-screen-mode
ICYMI C# 9 New Features: Reducing Code with Target-typed New Expressions
This is part of a series of articles on new features introduced in C# 9. C# 9 introduced some enhanc
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Reducing-Code-with-Target-typed-New-Expressions
Save Keystrokes with AutoHotkey Hotstrings
"AutoHotkey is a free open source tool that does all kinds of cool things, one of which is hotstrings. Hotstrings allow us to define shorthand phrases that get expanded into full text. For things we ty ..."
Type
: Post
Tags
: productivity, autohotkey
http://dontcodetired.com/blog/post/Save-Keystrokes-with-AutoHotkey-Hotstrings
Asp.net AJAX service proxy intellisense in external js
"If you have service reference (e.g. to an AJAX Enabled WCF Service) in your ScriptManager (or ToolkitScriptManager): <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat=" ..."
Type
: Post
Tags
: .net, asp.net, javascript, ajax, visual studio 2008, visual studio
http://dontcodetired.com/blog/post/Aspnet-AJAX-service-proxy-intellisense-in-external-js
MSMQ Intermittent Exceptions
"Intermittent errors such as following when using MSMQ .NET (1.1) Index was outside the bounds of the arraySpecified cast is not valid System.Messaging.Interop.MessagePropertyVariants.Lockget_Label ms ..."
Type
: Post
http://dontcodetired.com/blog/post/MSMQ-Intermittent-Exceptions
ICYMI C# 8 New Features: Simplify If Statements with Property Pattern Matching
This is part 3 in a series of articles. In the first part of this series we looked at switch express
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Simplify-If-Statements-with-Property-Pattern-Matching
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
Silverlight Open and Save Dialog Boxes
"If you want your Silverlight app to be able to load and save data to the users file system in a location of their choice (such as My Documents, Desktop, etc.) you can use the SaveFileDialog and OpenFi ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3
http://dontcodetired.com/blog/post/Silverlight-Open-and-Save-Dialog-Boxes
ICYMI C# 9 New Features: Reduce Boilerplate Constructor Code with Init Only Property Setters
This is part of a series of articles on new features introduced in C# 9. Prior to C# 9 if you wanted
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Reduce-Boilerplate-Constructor-Code-with-Init-Only-Property-Setters
Drag and Drop in Silverlight 4
"To enable drag and drop support on a Silverlight UIElement the AllowDrop property needs to be set to True (it is false by default). The Drop event can now be subscribed to, in which the dropped item(s ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Drag-and-Drop-in-Silverlight-4
Redesigning DontCodeTired.Com (Part 7) - Brand-Aligned Wording
"In part 2 I created a Design Persona that describes what "personality" the redesigned blog will have. Part of this design persona involved defining some brand traits: knowledgeabl ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-7)-Brand-Aligned-Wording
New Course Update: Working with Files and Streams in C#
An newly updated version of my Working with Files and Streams in C# video training course is now ava
Type
: Post
Tags
: C#, .net
http://dontcodetired.com/blog/post/New-Course-Update-Working-with-Files-and-Streams-in-C
Cleaner Code in Unit Tests
One thing that can quickly become messy when writing unit tests is the creation of test objects. If
Type
: Post
Tags
: .net, c#, tdd, testing
http://dontcodetired.com/blog/post/Cleaner-Code-in-Unit-Tests
What’s New in C# 10: Create Constants Using String Interpolation
"This is part of a series on the new features introduced with C# 10.Prior to C# 10 if you wanted to create a const that was made up from other constants you had to add the string fragments togeter, for ..."
Type
: Post
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Create-Constants-Using-String-Interpolation
ICYMI C# 9 New Features: More Pattern Matching Features
This is part of a series of articles on new features introduced in C# 9. Pattern matching was introd
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-More-Pattern-Matching-Features
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23