Home
Archive
Contact
Search results for 'Libreng live na broadcast ng Women'
Enterprise Library - A Day Out with the Logging and Instrumentation Application Block
"Ok, I’ll start by saying I like it; reasons? No headache of installing, configuring, deploying EIF; Easy to configure using the nice little GUI Enterprise Library Configuration Tool - no man ..."
Type
: Post
http://dontcodetired.com/blog/post/Enterprise-Library-A-Day-Out-with-the-Logging-and-Instrumentation-Application-Block
Design Principals in Practice: Typography in a Grocery Store Window
"I recently saw this notice in a local grocery store window: So it’s pretty ugly from a purely aesthetic point of view. But more than that, I don’t feel that it effectively communicates the message. ..."
Type
: Post
Tags
: design, ux, design principals in practice, typography
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Typography-in-a-Grocery-Store-Window
Switchable Actor Behaviour in Akka.NET
One of the things that actors can do is change their behaviour in response to an incoming message. T
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Switchable-Actor-Behaviour-in-AkkaNET
Creating Versioned APIs with Azure Functions and Proxies
One of the interesting possibilities with the (currently in preview) Azure Function Proxies is the a
Type
: Post
Tags
: azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Creating-Versioned-APIs-with-Azure-Functions-an-Proxies
Portable Class Library (PCL) Timer when Targeting Both Windows 8 and Windows Phone using Reactive Extensions
"Currently the Timer class is not available when targeting both Windows Phone 8 and Windows 8 Store Apps. For the app I’m building I want the MVVMLight PCL ViewModel to update a property every second – ..."
Type
: Post
Tags
: c#, pcl, rx, reactive extensions, windows store apps, windows phone apps, windows 8 apps
http://dontcodetired.com/blog/post/Portable-Class-Library-(PCL)-Timer-when-Targeting-Both-Windows-8-and-Windows-Phone-using-Reactive-Extensions
Vertically Center Div in Browser Window using Viewport-Relative Lengths
"I found out about these units this week so I wanted to have a play with them. The CSS units: vw, vh, vmin, and vmax allow sizes to be specified relative the the browser window size (or the “initial co ..."
Type
: Post
Tags
: web, css, html, responsive design, ux, ui
http://dontcodetired.com/blog/post/Vertically-Center-Div-in-Browser-Window-using-Viewport-Relative-Lengths
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
Setting Meta Tags in ASP.Net 4
"ASP.Net 4 adds 2 new Meta tag related properties to the Page. They can be used to set meta tags for keywords and description. You can set them in the code behind: Page.MetaKeywords = "k ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, c#, html, web
http://dontcodetired.com/blog/post/Setting-Meta-Tags-in-ASPNet-4
3 Ways to Pass State Between SpecFlow Step Definitions
Sometimes we need one step definition to know about parameter data that was passed to previous steps
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/3-Ways-to-Pass-State-Between-SpecFlow-Step-Definitions
New Pluralsight Course: Reducing C# Code Duplication in Azure Functions
"Azure Functions allow small discrete pieces of code to execute in response to an external stimulus such as a HTTP request, message queue message, new blob data, etc. Just because functions are easy t ..."
Type
: Post
Tags
: azure functions, azure, pluralsight courses, serverless
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Reducing-C-Code-Duplication-in-Azure-Functions
Permanently Redirecting a Page in ASP.NET 4
"Rather that using Response.Redirect("newpage.aspx"), ASP.NET 4 introduces the RedirectPermanent method. To signal that the redirect is of a permanent nature (such as a url to a page cha ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, c#, html, web
http://dontcodetired.com/blog/post/Permanently-Redirecting-a-Page-in-ASPNET-4
Quick and Dirty Image Loading Animation Without JavaScript
"If you are display a set of images that potentially will take a while to be returned from the server (for example if pulling them out of a database via an .axd or .ashx) you can use css to to display ..."
Type
: Post
Tags
: css, html, web
http://dontcodetired.com/blog/post/Quick-and-Dirty-Image-Loading-Animation-Without-JavaScript
Logging Application Block Log Levels
"LAB LogLevels (summarized from Logging Application Block documentation © 2003 Microsoft Corporation http://www.microsoft.com) None (level 0)No logging - not advised for production. Always (level 1)D ..."
Type
: Post
http://dontcodetired.com/blog/post/Logging-Application-Block-Log-Levels
Unit Testing with Silverlight 2
"It doesn't appear there is any VS IDE integrated support for running SL unit tests but there is a browser-based unit testrunner, To get the correct templates follow this straightforward ..."
Type
: Post
http://dontcodetired.com/blog/post/Unit-Testing-with-Silverlight-2
Paper Prototyping Templates for Windows 8 Apps
"Sketching out designs and creating paper prototypes can help to visualise your app and correct design mistakes earlier and before coding begins. To help with this I've produced the following paper pro ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, ux, ui, ui design, design
http://dontcodetired.com/blog/post/Paper-Prototyping-Templates-for-Windows-8-Apps
Logging Application Block: Event Types Quick List
"A quick list of some event types you can raise using the Logging Application Block (http://microsoft.com) AdminMessageEvent AuditMessageEvent AuditOperationEvent ErrorMessageEvent ExternalError ..."
Type
: Post
http://dontcodetired.com/blog/post/Logging-Application-Block-Event-Types-Quick-List
Your First Xbox One UWP App
"There’s been a number of almost-goosebump-inspiring moments during my .NET dev experience such as the first time I saw my code running on a Windows Phone 7. Another one of these moments was seeing my ..."
Type
: Post
Tags
: c#, xbox, uwp, windows 10
http://dontcodetired.com/blog/post/Your-First-Xbox-One-UWP-App
A Windows 8 App - From Idea to Store in 8 Hours
"I had an idea for a simple Windows Store app, so I thought I’d develop it but keep track of how long it took me and what I spent my time on. The total time spent working on the app was 8 hours and 10 ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, design
http://dontcodetired.com/blog/post/A-Windows-8-App-From-Idea-to-Store-in-8-Hours
Enterprise Library Application Block Logging
"The Enterprise Library Application Block has been recently released, as a user of the existing Logging Application Block (LAB) with cross web service request tracing it is a little disappointing to se ..."
Type
: Post
http://dontcodetired.com/blog/post/Enterprise-Library-Application-Block-Logging
Design is Not Adornment
"Sometimes design (and designers) are thought of as the people that make stuff look pretty. While aesthetics is a part of design, it’s not its sole function. Design is problem solving When aesthetic co ..."
Type
: Post
Tags
: design, ux
http://dontcodetired.com/blog/post/Design-is-Not-Adornment
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