Search results for 'Mobile casino app (ph365.mx)Mobile casino app (ph365.mx)'

Customising the Appearance of Debug Information in Visual Studio with the DebuggerDisplay Attribute Sometimes the display and formatting of information in the Visual Studio debugger is less than optim Type: Post
Tags : c# tips, c#, debugging, visual studio, .net
http://dontcodetired.com/blog/post/Customising-the-Appearance-of-Debug-Information-in-Visual-Studio-with-the-DebuggerDisplay-Attribute
Programmatically Closing the Onscreen Virtual Keyboard in Windows Phone Apps "If you have a TextBox control in your Windows Phone app, and you want to allow the user to enter text and then close the on-screen keyboard when the “enter key” is tapped you can do the following. Sim ..." Type: Post
Tags : windows phone
http://dontcodetired.com/blog/post/Programmatically-Closing-the-Onscreen-Virtual-Keyboard-in-Windows-Phone-Apps
Telling a View to display a Message Dialog from the ViewModel With MVVMLight in Windows 8.1 Store Apps "The technique below is one technique, others exist, but the design goals of this approach are: The ViewModel cannot know or reference the View The ViewModel should should not care how the View displ ..." Type: Post
Tags : c#, mvvm, mvvm light, windows store apps, xaml, portable class library
http://dontcodetired.com/blog/post/Telling-a-View-to-display-a-Message-Dialog-from-the-ViewModel-With-MVVMLight-in-Windows-81-Store-Apps
Designing Windows 8 Apps Course "It is with much excitement that my first ever Pluralsight course on Designing Windows 8 apps has just been released. The course leads you through the process of capturing and evaluating ideas, choosin ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, design, ui, ui design, ux, user experience, microsoft design language
http://dontcodetired.com/blog/post/Designing-Windows-8-Apps-Course
Paper Prototyping Templates for Windows 8.1 Store Apps "These are updated paper prototyping templates for Windows 8.1 Store apps. The changes from the previous 8.0 versions are mostly to do with the removal of snapped and filled modes in Windows 8.1 Store ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, ux, ui, ui design, design
http://dontcodetired.com/blog/post/Paper-Prototyping-Templates-for-Windows-81-Store-Apps
Using MVVM Light in Universal Windows Apps "I though it would be interesting to see how easy it is to define an MVVM Light view model once and then use it in both a Universal Windows Phone and Windows Store project. So I created a new blank uni ..." Type: Post
Tags : c#, windows store apps, windows phone apps, universal apps, mvvm, mvvm light
http://dontcodetired.com/blog/post/Using-MVVM-Light-in-Universal-Windows-Apps
50 Apps By Christmas "So I thought I’d issue myself a challenge. By Christmas (2013) I will have 50 apps in store. This will most likely be Windows Store apps, but also smattering of Windows Phone 8 apps for good measure. ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-By-Christmas
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
3 Tools for Choosing and Working with Color in Apps, Websites, and Print "When developing apps, websites, or even presentations for your team or management it can be difficult to come up with a working color scheme. Below are three useful tools that can be of help. Adobe Co ..." Type: Post
Tags : ux, design, color
http://dontcodetired.com/blog/post/3-Tools-for-Choosing-and-Working-with-Color-in-Apps-Websites-and-Print
Brownfield Application Development (Part 2) - Lose Weight, Feel Great "If there was The Biggest Loser for software, legacy applications would be up there sweating on the treadmill and trying to resist the chocolate cake. One of the characteristics of legacy code bas ..." Type: Post
Tags : brownfield application development
http://dontcodetired.com/blog/post/Brownfield-Application-Development-(Part-2)-Lose-Weight-Feel-Great
Understanding Azure Durable Functions - Part 2: Creating Your First Durable Function This is the second part in a series of articles. Before creating durable functions it’s import Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-2-Creating-Your-First-Durable-Function
Universal Windows App Paper Prototype "In honour of the announcement of universal Windows apps, I though I’d create a simple one page paper prototyping template to visualise what an app would look like on both a PC/tablet and a Windows Pho ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, ux, ui, ui design, design, windows phone, windows phone apps
http://dontcodetired.com/blog/post/Universal-Windows-App-Paper-Prototype
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
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 Shared Projects in Non-Universal App Projects "Using Visual Studio 2013 Update 2 and the Shared Project Manager Extension it’s possible to use shared projects in non Universal App projects. This video shows a brief intro to shared projects in the ..." Type: Post
Tags : c#, universal apps, shared projects, visual studio
http://dontcodetired.com/blog/post/Using-Shared-Projects-in-Non-Universal-App-Projects
Ensure Your Silverlight App Has Focus When The Page Loads "Assuming that your SL app is running in-browser, you may want your SL app to have initial focus, e.g. when it loads a splash screen, the OK button has focus. You can help achieve this by using Sy ..." Type: Post
Tags : .net, c#, html, silverlight, silverlight 3
http://dontcodetired.com/blog/post/Ensure-Your-Silverlight-App-Has-Focus-When-The-Page-Loads
Imported posts not appearing in BlogEngine.NET " If you've used the BlogEngine.NET import tool and your post are not showing you could try the following:   http://mcgeown.co.uk/BlogEngine/post/2008/05/09/Force-BlogEngineNet-to-up ..." Type: Post http://dontcodetired.com/blog/post/Imported-posts-not-appearing-in-BlogEngineNET
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
Getting Input From Alternative Sources in .NET Console Applications Using the Console.SetIn Method allows us to specify an alternative source (TextReader stream). For e Type: Post
Tags : c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Getting-Input-From-Alternative-Sources-in-NET-Console-Applications
encrypt and decrypt app.config in .NET 2.0 "To encrypt, decrypt app.config file… private void button1_Click(object sender, EventArgs e){ UnProtectSection(”connectionStrings”);} private void button2_Click(object sender, Eve ..." Type: Post http://dontcodetired.com/blog/post/encrypt-and-decrypt-appconfig-in-NET-20