Home
Archive
Contact
Search results for 'Libreng live na broadcast ng Women'
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
Testing for Thrown Exceptions in MSTest V2
In previous posts we looked at testing for thrown exceptions in xUnit.net and NUnit. In this post we
Type
: Post
Tags
: mstest, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-MSTest-V2
Winning in 2016
"As the year 2015 starts its last slide into 2016, it’s the time of year that I start to think about what my 3 Wins are going to be for next year. If you’re not familiar with the 3 Wins concept, it’s s ..."
Type
: Post
Tags
: profession, personal development, productivity
http://dontcodetired.com/blog/post/Winning-in-2016
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
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
Auto-Generating Sequences of Integer Values in C#
When we need to generate a sequence of integer values, we can do it manually using some kind of loop
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Auto-Generating-Sequences-of-Integer-Values-in-C
Discipline Equals Freedom
"One of the books I read this year was Discipline Equals Freedom: Field Manual by Jocko Willink. The overarching concept in the book is that if you have discipline now, in the present, this will result ..."
Type
: Post
Tags
: personal development, productivity, profession
http://dontcodetired.com/blog/post/Discipline-Equals-Freedom
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
Using the Actor Model and Akka.NET for IoT Systems
In additional to cloud-based offerings such as Microsoft’s Azure IoT Suite, it’s also po
Type
: Post
Tags
: akka.net, actor model, IoT
http://dontcodetired.com/blog/post/Using-the-Actor-Model-and-AkkaNET-for-IoT-Systems
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
New Pluralsight Course - Introduction to .NET Testing with NUnit
If you are just dipping your toe in the water when it comes to testing .NET applications it can be a
Type
: Post
Tags
: nunit, testing, c#, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Introduction-to-NET-Testing-with-NUnit
Arrange Act Assert Comments in Tests
"The Arrange, Act, Assert (AAA) pattern is used in tests to help organise and clarify test code. It can also help to spot potential problems in test code if these three phases don’t seem to exist. The ..."
Type
: Post
Tags
: testing, c#
http://dontcodetired.com/blog/post/Arrange-Act-Assert-Comments-in-Tests
FeatureToggle 3.2 Released
"A minor release of my open source FeatureToggle library has just been released to NuGet. Version 3.2 was a result of user requests to be able to configure toggles that get their values from sql server ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-32-Released
Azure Functions Continuous Deployment with Azure Pipelines: Part 1 - Overview
This is the first part in a series demonstrating how to setup continuous deployment of an Azure Func
Type
: Post
Tags
: funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-1-Overview
What’s the Difference Between & and && in C# ?
My previous article “Non Short Circuiting C# Conditional Operators” garnered some commen
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Whate28099s-the-Difference-Between-and-in-C-
New Pluralsight Course: Working with Nulls in C#
My latest Pluralsight course is now available for viewing. It covers the fundamental aspects of work
Type
: Post
Tags
: pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Working-with-Nulls-in-C
New Pluralsight Course - Implementing Feature Toggles in .NET with FeatureToggle
Feature toggles (also referred to as feature flags, flippers, feature switches, etc) are a technique
Type
: Post
Tags
: featuretoggle, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Implementing-Feature-Toggles-in-NET-with-FeatureToggle
Introduction To jTemplates - A jQuery and JavaScript Template Engine
"jTemplates is a great lightweight template engine for jQuery and JavaScript. It allows you to process data (e.g. JSON data returned from an AJAX call) and feed it ito a template definition rather than ..."
Type
: Post
Tags
: ajax, html, javascript, jquery, web, jtemplates
http://dontcodetired.com/blog/post/Introduction-To-jTemplates-A-jQuery-and-JavaScript-Template-Engine
Painless .NET Windows Service Creation with Topshelf
Windows Services allow us to run code in the background, without needing (for example) a console app
Type
: Post
Tags
: .net, c#, owin, topshelf, webapi
http://dontcodetired.com/blog/post/Painless-NET-Windows-Service-Creation-with-Topshelf
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
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
29