Home
Archive
Contact
Search results for 'Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)'
C# 4.0 Optional Parameters
C# 4.0 introduces the concepts of Optional Parameters and the related Named Parameters language feat
Type
: Post
Tags
: .net, c#, visual studio 2010
http://dontcodetired.com/blog/post/C-40-Optional-Parameters
FeatureToggle Version 3 Released
"Version 3 of my open source feature toggle library is now released to NuGet. Version 3 introduces some breaking changes and new features. Breaking Changes The WPF value convertor package has been rem ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-Version-3-Released
Introducing FeatureToggle
"You can now take a first glance at my new open source project FeatureToggle It's early days yet and I'm not quite what direction it will take. The next thing I'd like to upload ..."
Type
: Post
Tags
: open source, featuretoggle
http://dontcodetired.com/blog/post/Introducing-FeatureToggle
Silverlight Cooking Timer
"http://www.dontcodetired.com/live/cookingtimer/"
Type
: Post
Tags
: c#, mvvm, silverlight, silverlight 3, xaml
http://dontcodetired.com/blog/post/Silverlight-Cooking-Timer
Disable Grey Border On Focus Selected Anchor
Elements
"When an <a> element is selected the browser can add a grey focus border around, the CSS outline:none; can be use to prevent it on standards browsers, for IE (except IE 8 when not in compatibilit ..."
Type
: Post
Tags
: css, web, html, internet explorer
http://dontcodetired.com/blog/post/Disable-Grey-Border-On-Focus-Selected-Anchor-3ca3e-Elements
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
Nunit GUI quits without exception when testing objects derived from ServicedComponent
"This is apparently a known issue… If you have problems using NUnit with EnterpriseServices, use the command line runner, nunit-console.exe (you will have to append your path to point to it eg. ..."
Type
: Post
http://dontcodetired.com/blog/post/Nunit-GUI-quits-without-exception-when-testing-objects-derived-from-ServicedComponent
Azure Functions Continuous Deployment with Azure Pipelines: Part 8 - Using Gates to Run Smoke Tests on Deployed Function Apps
This is the eighth and final part in a series demonstrating how to setup continuous deployment of an
Type
: Post
Tags
: funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-8-Using-Gates-to-Run-Smoke-Tests-on-Deployed-Function-Apps
Checking if a given Type implements a specific interface
"There is possibly a framework method to do this but… private bool IsInterfaceImplemented(Type typeToCheck, Type interfaceToFind){Type[] interfaces = typeToCheck.GetInterfaces();foreach (Type iface in ..."
Type
: Post
http://dontcodetired.com/blog/post/Checking-if-a-given-Type-implements-a-specific-interface
Global.asax Application_Error "File does not exist" Exception
"This can sometime also manifest as a "Session state is not available in this context" exception. If you get either of these in your Application_Error event where you are using Response.Redir ..."
Type
: Post
Tags
: .net, asp.net, visual studio, web
http://dontcodetired.com/blog/post/Globalasax-Application_Error-File-does-not-exist-Exception
Writing an xml file from sql server 2000
"sp_makewebtask @outputfile = ‘c:\sqlserveroutput\myxmlfile.xml’, @query = ’select top 1 * from myTable for xml auto’, @templatefile = ‘c:\temp\mytempl ..."
Type
: Post
http://dontcodetired.com/blog/post/Writing-an-xml-file-from-sql-server-2000
A Nice simple to use JQuery plugin for blocking UI (modal, etc)
"http://malsup.com/jquery/block/#demos"
Type
: Post
Tags
: html, css, jquery, javascript, web
http://dontcodetired.com/blog/post/A-Nice-simple-to-use-JQuery-plugin-for-blocking-UI-(modal-etc)
Using the C# 6.0 nameof Operator in ASP.NET MVC Razor Views
Traditionally to reference an action and/or a controller in a Razor view the action/controller name
Type
: Post
Tags
: asp.net, asp.net mvc, c#, razor
http://dontcodetired.com/blog/post/Using-the-C-60-nameof-Operator-in-ASPNET-MVC-Razor-Views
Comparing SQL dates without the time part
"SELECT CAST(FLOOR(CAST( AS float))AS datetime)e.g. to get all rows where an product as been ordered today:SELECT *FROM Orders AS aWHERECAST(FLOOR(CAST( a.OrderDateTime AS float)) AS datetime) = CAST( ..."
Type
: Post
http://dontcodetired.com/blog/post/Compating-SQL-dates-without-the-time-part
Write Less MVVM ViewModel Boilerplate Code with T4
"Although code snippets can make creating our initial viewmodels easier (properties, commands,etc.) it’s still tantamount to boilerplate code. Obviously the actions that happen when a command is execut ..."
Type
: Post
Tags
: c#, mvvm, mvvm light, t4, code generation
http://dontcodetired.com/blog/post/Write-Less-MVVM-ViewModel-Boilerplate-Code-with-T4
What’s New in C# 10: Simplify Nested Property Pattern Code
"This is part of a series on the new features introduced with C# 10.Pattern matching in C# was first introduced in C# 7 and has been added to in later versions.C# 8 added property pattern matching to a ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Nested-Property-Pattern-Code
UX Observations: TED Xbox One App
"This is the first in a new series of articles I want to start, noting user experience things I use/see and observing how they could potentially be improved. The articles in this series aren’t meant to ..."
Type
: Post
Tags
: ux observations, ux, ui, design, xbox
http://dontcodetired.com/blog/post/UX-Observations-TED-Xbox-One-App
The Ethereal Second Deliverable of Software Projects
"So the project or release or iteration is done. We’ve “finished”. The customer and users are (hopefully) reasonably satisfied, and we say that we’ve delivered the software. There’s a second hidden del ..."
Type
: Post
Tags
: technical debt, quality, cost, metrics
http://dontcodetired.com/blog/post/The-Ethereal-Second-Deliverable-of-Software-Projects
Stack Overflow Developer Survey 2018 Overview for .NET Developers
"The 2018 Stack Overflow Developer Survey was recently released. This article summarizes some interesting points that .NET developers may find interesting, in additional to some other general items of ..."
Type
: Post
Tags
: .net, profession
http://dontcodetired.com/blog/post/Stack-Overflow-Developer-Survey-2018-Overview-for-NET-Developers
Create Precompiled Azure Functions With Azure Event Grid Triggers
Visual Studio can be used to create precompiled Azure Functions using standard C# classes and tools/
Type
: Post
Tags
: azure, azure event grid, azure functions, c#
http://dontcodetired.com/blog/post/Create-Precompiled-Azure-Functions-With-Azure-Event-Grid-Triggers
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