Search results for 'aiab.top[How to get the pages indexed by Google fast'

How to Make 2021 Your Best Year Ever "Happy New Year! I think we can all agree that 2020 was one of the most challenging years any of us have experienced. Even though here in Western Australia we have been relatively lucky due to our isol ..." Type: Post
Tags : personal development, productivity, profession
http://dontcodetired.com/blog/post/How-to-Make-2021-Your-Best-Year-Ever
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
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
Drag and Drop in Silverlight 4 "To enable drag and drop support on a Silverlight UIElement the AllowDrop property needs to be set to True (it is false by default). The Drop event can now be subscribed to, in which the dropped item(s ..." Type: Post
Tags : .net, c#, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Drag-and-Drop-in-Silverlight-4
FeatureToggle v4 RC1 with .NET Core Support "The pre-release RC1 version of FeatureToggle with .NET Core support is now available on NuGet. See release notes and GitHub issues for additional background/breaking changes/limitations. The main driv ..." Type: Post
Tags : featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-RC1-with-NET-Core-Support
New FeatureToggle Release: v3.4 With Fluent Syntax "FeatureToggle is an open source feature toggling / feature switching library for .NET.Version 3.4 Introduces an new additional way to get the value of whether a toggle is enabled or not.In versions to ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/New-FeatureToggle-Release-v34-With-Fluent-Syntax
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
Accessing Entity Framework Entities In EntityDataSource Data-Bound Controls "If using ASP.NET EntityDataSource and databound controls you may need to access the actual entity object being represented in the control, e.g. a data row in a table or a single entity in a FormView. ..." Type: Post
Tags : .net, c#, asp.net, extension methods, web, databinding, entity framework, ef, orm, object relational mapping
http://dontcodetired.com/blog/post/Accessing-Entity-Framework-Entity-In-EntityDataSource-Data-Bound-Controls
Copy and Paste in Silverlight 4 "Silverlight 4 added the static Clipboard class with the clearly-named SetText, GetText and ContainsText methods. If running in-browser or out-of-browser without elevated trust the Clipboard metho ..." Type: Post
Tags : .net, c#, oob, out of browser, silverlight, silverlight 4, sloob, wpf, xaml
http://dontcodetired.com/blog/post/Copy-and-Paste-in-Silverlight-4
Silverlight & WPF - Binding to a specific item in a collection "If you have a collection of items (for example a list of strings) that is assigned to the DataContext of a given XAML element (or parent element) you can use standard array index notation to get at a ..." Type: Post
Tags : .net, c#, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-WPF-Binding-to-a-specific-item-in-a-collection
Diagnosing WCF Problems Using SvcTraceViewer.exe "You can use Microsoft Service Trace Viewer (SvcTraceViewer.exe) to help diagnose problems with connections to your WCF services. For example, if calling WCF service from the client using AJAX (o ..." Type: Post
Tags : .net, ajax, wcf, debugging
http://dontcodetired.com/blog/post/Diagnosing-WCF-Problems-Using-SvcTraceViewerexe
Prevent Procrastination With This One Simple Tip "I’m currently reading Limitless by Jim Kwik and there’s an excellent  method that he outlines if you struggle with getting stuff done due to procrastination. So I though I’d share. Generally I am ..." Type: Post
Tags : career development, personal development, productivity
http://dontcodetired.com/blog/post/Prevent-Procrastination-With-This-One-Simple-Tip
New RavenDB FeatureToggle "I just published new NuGet package for my open source .NET feature toggling library. This package allows you to turn features on/off depending on what’s configured in a RavenDB database. PM> Instal ..." Type: Post
Tags : open source, featuretoggle, ravendb
http://dontcodetired.com/blog/post/New-RavenDB-FeatureToggle
Leveraging C# Partial Classes and Methods in Windows Universal Apps There’s a number of ways we could implement platform specific code in Windows Universal Apps w Type: Post
Tags : c#, windows store apps, windows phone apps, universal apps, partial classes, partial methods
http://dontcodetired.com/blog/post/Leveraging-C-Partial-Classes-and-Methods-in-Windows-Universal-Apps
New Pluralsight Course: Dynamic C# Fundamentals My Pluralsight course “Dynamic C# Fundamentals” is now available. The course is split in Type: Post
Tags : pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Dynamic-C-Fundamentals
Blogengine.net install on Discountasp.net "After weighing up the options (or at least 2) for a .Net based blogging engine for DCT I've chosen Blogengine.Net over dasBlog. Have to run IIS 7 in Classic Application Pool Pipeline Mode , also ..." Type: Post http://dontcodetired.com/blog/post/Blogenginenet-install-on-Discountaspnet
ICYMI C# 8 New Features: Prevent Bugs with Static Local Functions This is part 6 in a series of articles. C# 7 introduced local functions that allow you to create fun Type: Post
Tags : icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Prevent-Bugs-with-Static-Local-Functions
Testing ASP.Net MVC Controllers with FluentMVCTesting FluentMVCTesting facilitates the writing of tests against MVC controllers in a fluent way. FluentMVC Type: Post
Tags : teststack, fluentmvctesting, testing, qa, asp.net, asp.net mvc
http://dontcodetired.com/blog/post/Testing-ASPNet-MVC-Controllers-with-FluentMVCTesting
Push Notifications and Buttons with Microsoft Flow: Part 2 In part 1 we created a Flow to toggle the sending of push notifications on and off by storing the co Type: Post
Tags : microsoft flow, azure, azure functions, serverless, c#, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-2
Reducing Magic Strings with Microsoft Feature Toggles (Microsoft.FeatureManagement) This is the second part in a series. EDIT: my Feature Management Pluralsight training course is now Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Reducing-Magic-Strings-with-Microsoft-Feature-Toggles-(MicrosoftFeatureManagement)