Home
Archive
Contact
Search results for 'Mobile casino app (ph365.mx)Mobile casino app (ph365.mx)'
Brownfield Application Development (Part 1) - Managing Motivation and Energy
"Normal 0 false false false EN-US X-NONE X-NONE ..."
Type
: Post
Tags
: brownfield application development
http://dontcodetired.com/blog/post/Brownfield-Application-Development-(Part-1)-Managing-Motivation-and-Energy
Azure Functions Continuous Deployment with Azure Pipelines: Part 3 - Creating an Initial Build Pipeline
This is the third 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-3-Creating-an-Initial-Build-Pipeline
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
Using Server Side Timers and SignalR in ASP.NET MVC Applications
"I thought it would be fun to create an “Internet uptime” page that you can see live here on Azure Websites. It shows how long the Internet (since ARPANET) has been around for. Creating a Class that c ..."
Type
: Post
Tags
: web, signalr, html, c#, asp.net
http://dontcodetired.com/blog/post/Using-Server-Side-Timers-and-SignalR-in-ASPNET-MVC-Applications
Creating an “Add New” Item Template in a Windows 8 App ListView
"A common UI pattern is to have a list of things on screen and at the end of the list have a plus icon (or something) that triggers your “add new item” code. For example, in the Weather app: For examp ..."
Type
: Post
Tags
: windows 8 apps, windows 8, xaml, ui
http://dontcodetired.com/blog/post/Creating-an-e2809cAdd-Newe2809d-Item-Template-in-a-Windows-8-App-ListView
Maintaining Feature Flag Values Across Multiple Requests (Microsoft.FeatureManagement)
This is part eight in a series of articles. EDIT: my Feature Management Pluralsight training course
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Maintaining-Feature-Flag-Values-Across-Multiple-Requests-(MicrosoftFeatureManagement)
50 Apps by Christmas: Start Screen Splitter
"This article is part of the 50 Apps by Christmas series Start Screen Splitter is a simple idea to help organise the tiles on the Windows Phone Start screen. The idea is to allow the user to create an ..."
Type
: Post
Tags
: windows phone apps, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-by-Christmas-Start-Screen-Splitter
Using LinqToTwitter in Windows Store Apps
"LinqToTwitter is an open source library to help work with the Twitter API. It can be used in a Windows Store app to authorise a user and your app and allow querying and sending of Tweets. Setting Up F ..."
Type
: Post
Tags
: linqtotwitter, windows store apps, c#
http://dontcodetired.com/blog/post/Using-LinqToTwitter-in-Windows-Store-Apps
Creating a Windows Store App NuGet Package for ARM, x86 and x64
"It’s possible to create a NuGet package from a Window Store class library project that contains 3 different DLLs, one for each of the platform types: ARM, x86, and x64. When the NuGet package is inclu ..."
Type
: Post
Tags
: nuget, windows store apps
http://dontcodetired.com/blog/post/Creating-a-Windows-Store-App-NuGet-Package-for-ARM-x86-and-x64
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
Implementing Platform Specific Code in Universal Windows Apps with MVVMLight and Dependency Injection
"In previous articles I’ve covered using MVVMLight in Universal Windows Apps and using C# partial classes and methods to implement different code on Windows Phone and Windows Store apps. While partial ..."
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, mvvm, mvvm light, di, dependency injection
http://dontcodetired.com/blog/post/Implementing-Platform-Specific-Code-in-Universal-Windows-Apps-with-MVVMLight-and-Dependency-Injection
Cross Function App Proxies and Proxy Request Parameters in Azure Functions
In a previous article we saw how to get started with Azure Function Proxies. In addition to creating
Type
: Post
Tags
: azure functions, azure, serverless
http://dontcodetired.com/blog/post/Cross-Function-App-Proxies-and-Proxy-Request-Parameters-in-Azure-Functions
Redesigning DontCodeTired.Com (Part 3) - Creating Content Reference Wireframes using Mobile-First Responsive In-Browser Design
"Redesigning DontCodeTired.Com (Part 2) - Designing with Personality This step is all about deciding what content will go where, and more importantly what content will be removed when viewed on mo ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-3)-Creating-Content-Reference-Wireframes-using-Mobile-First-Responsive-In-Browser-Design
Creating a Spinner Animation in a Console Application in C#
If we have a longer running process taking place in a console application, it’s useful to be a
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Creating-a-Spinner-Animation-in-a-Console-Application-in-C
Handling CTRL-C in .NET Console Applications
By default, pressing CTRL-C while a console application is running will cause it to terminate. If we
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Handling-CTRL-C-in-NET-Console-Applications
Februaries Windows 7 Phone Roundup
"http://blogs.msdn.com/b/astebner/archive/2012/02/27/10273543.aspx "The Windows Phone SDK 7.1.1 Update – CTP provides a new 256 MB device emulator image and an updated 512 MB emulator, ..."
Type
: Post
Tags
: windows phone 7, wp7
http://dontcodetired.com/blog/post/Februaries-Windows-7-Phone-Roundup
Running Silverlight 3 Application Out Of Browser
"This is pleasantly simple to do :) In response to a user action (clicking a button, etc.) add the following code: Application.Current.Install(); e.g. private void Button_Click_1(object sende ..."
Type
: Post
Tags
: silverlight, silverlight 3, c#, oob, out of browser
http://dontcodetired.com/blog/post/Running-Silverlight-3-Application-Out-Of-Browser
Pushing To AppHarbor Using Mercural via Bitbucket
"Rather than pushing Git to AppHarbor, you can create a (free) Mercurial repo on Bitbucket, grant read permissions to an AppHarbor user, set up a Bitbucket push to an AppHarbor build URL, then when you ..."
Type
: Post
Tags
: appharbor, mercurial, cloud, web
http://dontcodetired.com/blog/post/Pushing-To-AppHarbor-Using-Mercural-via-Bitbucket
Prevent Secrets From Accidentally Being Committed to Source Control in ASP.NET Core Apps
One problem when dealing with developer “secrets” in development is accidentally checkin
Type
: Post
Tags
: .net core, .net, C#, asp.net core, asp.net
http://dontcodetired.com/blog/post/Prevent-Secrets-From-Accidentally-Being-Committed-to-Source-Control-in-ASPNET-Core-Apps
Blendable Silverlight (and WPF) MVVM Applications With Dependency Injection
"Introduction One of the challenges with the idea of having separate developer and designers is how to allow the developers to write code while at the same time designers are working on the UI. ..."
Type
: Post
Tags
: .net, c#, blend, dependency injection, design patterns, di, inversion of control, ioc, mvvm, silverlight, silverlight 3, wpf, xaml, ninject
http://dontcodetired.com/blog/post/Blendable-Silverlight-(and-WPF)-MVVM-Applications-With-Dependency-Injection
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20