Home
Archive
Contact
Search results for 'aiab.top[How to get the pages indexed by Google fast'
Getting Started with Azure Event Grid
In a previous article we got an introduction to Azure Event Grid, if you’re new to Event Grid
Type
: Post
Tags
: azure, azure event grid, cloud
http://dontcodetired.com/blog/post/Getting-Started-with-Azure-Event-Grid
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
Developing Samsung TV Apps with .NET - Getting Started
In 2018, Samsung started to release Smart TVs that support apps written in .NET. These TVs run on th
Type
: Post
Tags
: .net, xamarin, c#, tizen, samsung
http://dontcodetired.com/blog/post/Developing-Samsung-TV-Apps-with-NET-Getting-Started
ICYMI C# 9 New Features: Adding foreach Support To Any Type
This is part of a series of articles on new features introduced in C# 9. Prior to C# 9 you could add
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Adding-foreach-Support-To-Any-Type
Changing background image on element with jQuery when using ASP.NET master pages
"If you have an ASP.NET master page defined as below which specifies a css class for the body element to generate a background image for the whole page, you might want to override the default backgroun ..."
Type
: Post
Tags
: asp.net, jquery, html, css, javascript
http://dontcodetired.com/blog/post/Changing-background-image-on-3cbody3e-element-with-jQuery-when-using-ASPNET-master-pages
Getting Message Metadata When Using Azure Functions Storage Queue Triggers
When creating an Azure Function that is triggered by incoming messages on a Storage Queue, the type
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Getting-Message-Metadata-When-Using-Azure-Functions-Storage-Queue-Triggers
Creating a BlogEngine.NET widget in Silverlight
"So my 1st widget for BE.NET is going to be a Twitter displayer - there is already an extension for this so it's more of an exercise to see how easy it is in BE to do widget \ SL integration..."
Type
: Post
http://dontcodetired.com/blog/post/Creating-a-BlogEngineNET-widget-in-Silverlight
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
Developing Tizen Samsung Galaxy Watch Apps with .NET and C# - Getting Started
This article assumes you have set up the Tizen/Visual Studio development environment as outlined in
Type
: Post
Tags
: microsoft flow, tizen, .net, xamarin, c#, xaml
http://dontcodetired.com/blog/post/Developing-Tizen-Samsung-Galaxy-Watch-Apps-with-NET-and-C-Getting-Started
New Pluralsight Course: Getting Started Building Windows Services with Topshelf
My newest Pluralsight course “Getting Started Building Windows Services with Topshelf” h
Type
: Post
Tags
: pluralsight courses, .net, c#, topshelf
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Getting-Started-Building-Windows-Services-with-Topshelf
Getting Daily Emails with your Windows Store and Windows Phone App PubCenter Earnings
"If you’re writing Windows Phone or Windows Store apps and you’re using Microsoft’s pubCenter to display adverts, you can schedule a daily email report of your earnings for that day. Log in to pubCente ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, monetization, pubcenter, windows phone
http://dontcodetired.com/blog/post/Getting-Daily-Emails-with-your-Windows-Store-and-Windows-Phone-App-PubCenter-Earnings
Getting Started with MoqaLate Mocking in Windows Store Apps
"Just knocked up this quick and dirty video explaining how to set up MoqaLate in a Windows Store app solution. You can find out more about MoqaLate on the MoqaLate project home page."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, testing, tdd, moqalate
http://dontcodetired.com/blog/post/Getting-Started-with-MoqaLate-Mocking-in-Windows-Store-Apps
Different Ways to Parse Http Request Data in Http-triggered Azure Functions
(This post refers to Azure Functions v2) There are different ways to access both the request data an
Type
: Post
Tags
: azure, azure functions, c#, serverless, .net, .net core
http://dontcodetired.com/blog/post/Different-Ways-to-Parse-Http-Request-Data-in-Http-triggered-Azure-Functions
Reducing MVVM Light Viewmodel Code with Fody Property Dependencies and Custom Property Changed Methods
"In other previous articles I’ve written about Fody and this article we’ll see how we can use the PropertyChanged.Fody addin with MVVM Light viewmodels. The preceding screenshot shows the app in acti ..."
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Reducing-MVVM-Light-Viewmodel-Code-with-Fody-Property-Dependencies-and-Custom-Property-Changed-Methods
ICYMI C# 8 New Features: Asynchronous Streams
This is part 8 in a series of articles. In earlier versions of C# you could return an IEnumerable<
Type
: Post
Tags
: icymcs8series, c#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Asynchronous-Streams
Improving Azure Functions Blob Trigger Performance and Reliability - Part 2: Processing Delays and Missed Blobs
This is the second part of a series or articles. When you add a new blob, your blob-triggered functi
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-2-Processing-Delays-and-Missed-Blobs
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
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
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
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)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20