Home
Archive
Contact
Search results for 'Libreng live na broadcast ng Women'
Cannot find 'ServiceReferences.ClientConfig' in the .xap application package when running Silverlight unit tests
"When using the browser-based Silverlight unit testing framework to test a SL app which contains service references you might get a Cannot find 'ServiceReferences.ClientConfig' in the .xap ..."
Type
: Post
http://dontcodetired.com/blog/post/Cannot-find-ServiceReferencesClientConfig-in-the-xap-application-package-when-running-Silverlight-unit-tests
Using Azure Functions and Microsoft Flow to Send Notifications for NuGet Package Downloads
One of the NuGet packages I maintain is approaching 100,000 downloads. I thought it would be nice to
Type
: Post
Tags
: microsoft flow, azure, azure functions, serverless
http://dontcodetired.com/blog/post/Using-Azure-Functions-and-Microsoft-Flow-to-Send-Notifications-for-NuGet-Package-Downloads
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
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
Keeping Software Soft Now Available as Part of 2 Book Bundles
"My book Keeping Software Soft is now available as part of two book bundles: The Journey Programmer book bundle The Happy Programmer book bundle"
Type
: Post
Tags
: keeping software soft, writing
http://dontcodetired.com/blog/post/Keeping-Software-Soft-Now-Available-as-Part-of-2-Book-Bundles
WeightTracker (beta) Silverlight App Now Live
"http://www.dontcodetired.com/live/weighttracker/"
Type
: Post
Tags
: .net, silverlight, silverlight 3
http://dontcodetired.com/blog/post/WeightTracker-(beta)-Silverlight-App-Now-Live
Additional Windows Phone 7 Icons
"You should double-check the license terms for these before using in your apps. 500 Metro Style WP7 Icons WP7 Icon Pack 105 Extra Icons"
Type
: Post
Tags
: wp7, ui design, windows phone 7
http://dontcodetired.com/blog/post/Additional-Windows-Phone-7-Icons
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
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
Poet Programmer Analyst Artist
"Is the development of software art or is it merely a sequence of logical events which produce an outcome? Certainly software development requires creative thought or is it merely logical thought? Perh ..."
Type
: Post
http://dontcodetired.com/blog/post/Poet-Programmer-Analyst-Artist
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)
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
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
Azure Functions Proxies Preview
Azure functions allow the creation of HTTP-triggered code. A new feature to Functions is the ability
Type
: Post
Tags
: azure functions, azure, serverless
http://dontcodetired.com/blog/post/Azure-Functions-Proxies-Preview
Push Notifications and Buttons with Microsoft Flow: Part 1
Microsoft Flow allows the creation of serverless cloud workflows. It is similar to services such as
Type
: Post
Tags
: microsoft flow, azure, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-1
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
Design Principals in Practice: Affordance in Doors and Car Controls
"Affordance is a design property of a physical thing that suggests how it should be used. A ball affords rolling. A door handle affords pulling. Whilst you can roll a cube, the physical properties of ..."
Type
: Post
Tags
: design, ux, design principals in practice, affordance
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Affordance-in-Doors-and-Car-Controls
Microsoft Buys Part of Nokia
"So the big news of the moment is that Nokia is selling it’s Devices & Services business to Microsoft. The deal is “expected to close in the first quarter of 2014, subject to approval by Nokia shar ..."
Type
: Post
Tags
: nokia, windows phone, apps
http://dontcodetired.com/blog/post/Microsoft-Buys-Part-of-Nokia
Silverlight 3 WritableBitmap pixel colour values
"Rather than taking an array of Color objects, the WritableBitmap.Pixels property holds an array on ints which represent premultiplied ARGB colour values. To set a given pixel to a given colour you hav ..."
Type
: Post
Tags
: c#, .net, extension methods, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-3-WritableBitmap-pixel-colour-values
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