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

Learning xUnit .NET Unit Testing the Easy Way If you’re getting started with .NET or you’ve done some testing but want to know how to Type: Post
Tags : testing, profession, personal development, .net, xunit.net
http://dontcodetired.com/blog/post/Learning-xUnit-NET-Unit-Testing-the-Easy-Way
Merging IEnumerable Sequences in C# with LINQ The Zip method allows us to join IEnumerable sequences together by interleaving the elements in the Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Merging-IEnumerable-Sequences-in-C-with-LINQ
Accessing Cosmos DB JSON Properties in Azure Functions with Dynamic C# This is the eighth part in a series of articles. When working with the Cosmos DB Microsoft.Azure.Doc Type: Post
Tags : c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Accessing-Cosmos-DB-JSON-Properties-in-Azure-Functions-with-Dynamic-C
Lifelike Test Data Generation with Bogus Bogus is a lovely library from Brian Chavez to use in automated tests to automatically generate test Type: Post
Tags : testing, qa, quality, xunit.net
http://dontcodetired.com/blog/post/Lifelike-Test-Data-Generation-with-Bogus
Using Glide Paths to Increase Productivity "I first became aware of the concept of “glide paths” in Getting Results the Agile Way. A glide path is an aeronautical term meaning: “the course followed by an aircraft or spacecraft when descending f ..." Type: Post
Tags : productivity
http://dontcodetired.com/blog/post/Using-Glide-Paths-to-Increase-Productivity
Sending a Regular SMS with Azure Functions and Twilio "Azure Functions allow the creation of Serverless event driven applications with minimal effort. We can create Azure Functions using C# (or other languages) right inside the Azure Web app. Functions si ..." Type: Post
Tags : C#, .net, azure
http://dontcodetired.com/blog/post/Sending-a-Regular-SMS-with-Azure-Functions-and-Twilio
Doing an Internet Search for the Current Word in Visual Studio with AutoHotkey "I got bored in Visual Studio double clicking a class, copying to clipboard, then heading to browser then pasting into search box. I wanted to be able to quickly search for something (e.g. in Google) f ..." Type: Post
Tags : autohotkey, productivity
http://dontcodetired.com/blog/post/Doing-an-Internet-Search-for-the-Current-Word-in-Visual-Studio-with-AutoHotkey
Creating Azure Functions with Function Monkey–First Look "I’ve had Function Monkey on my to-look-at radar for a little while now so I thought I’d finally get round to looking at it in this post. As a writing experiment I’m going to “live write” my experience ..." Type: Post
Tags : azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Creating-Azure-Functions-with-Function-Monkey-First-Look
Creating Your Own Custom Dynamic C# Classes C# provides pre-supplied dynamic types such as the ExpandoObject. It is also possible to create new Type: Post
Tags : c#, .net
http://dontcodetired.com/blog/post/Creating-Your-Own-Custom-Dynamic-C-Classes
Azure Functions Continuous Deployment with Azure Pipelines: Part 7 - Running Functional End-to-end Tests in a Release Azure Pipeline This is the seventh part in a series demonstrating how to setup continuous deployment of an Azure Fu Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-7-Running-Functional-End-to-end-Tests-in-a-Release-Azure-Pipeline
Microsoft Feature Toggle Feature Flag Library: A First Look EDIT: my Feature Management Pluralsight training course is now available. As the creator of the .NET Type: Post
Tags : C#, .net, .net core, featuretoggle
http://dontcodetired.com/blog/post/Microsoft-Feature-Toggle-Feature-Flag-Library-A-First-Look
Using the Microsoft Feature Toggle Library in ASP.NET Core (Microsoft.FeatureManagement) This is the first part in a series. EDIT: my Feature Management Pluralsight training course is now a Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Using-the-Microsoft-Feature-Toggle-Library-in-ASPNET-Core-(MicrosoftFeatureManagement)
Microsoft Feature Flags: Implementing Custom Feature Filters (Microsoft.FeatureManagement) This is part four in a series of articles. In part three I introduced the concept of feature filters Type: Post
Tags : .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Microsoft-Feature-Flags-Implementing-Custom-Feature-Filters-(MicrosoftFeatureManagement)
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
Consuming Server-Side SignalR Events in Universal Windows App Clients "In a previous article I wrote about creating server side SignalR timer events. As part of my learning of SignalR I wanted to see how easy it would be to create a Universal Windows app consuming these ..." Type: Post
Tags : windows phone, windows store, web, signalr, c#, asp.net
http://dontcodetired.com/blog/post/Consuming-Server-Side-SignalR-Events-in-Universal-Windows-App-Clients
Enforcing Referential Integrity Between Documents with Marten and PostgreSQL Even though Marten is a library to enable document database storage semantics, because it’s bu Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Enforcing-Referential-Integrity-Between-Documents-with-Marten-and-PostgreSQL
In Process Http Server for Integration Test Faking with Owin, Katana, and WebAPI "Sometimes when integration testing we need an HTTP endpoint. We can set one up in our solution (for example a Web Api project) and make sure it’s running before we execute our integration tests but it ..." Type: Post
Tags : testing, asp.net, owin, katana, web api
http://dontcodetired.com/blog/post/In-Process-Http-Server-for-Integration-Test-Faking-with-Owin-Katana-and-WebAPI
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
Mocking in .NET Core Tests with Moq When writing automated tests it is sometimes useful to isolate the thing(s) being tested from other Type: Post
Tags : testing, .net, .net core, mocking
http://dontcodetired.com/blog/post/Mocking-in-NET-Core-Tests-with-Moq
An Alternative to SQLite in Windows Store Apps "SQLite is a popular embedded database in use in Windows Store and Windows Phone apps, thought it can sometimes be tricky to get setup: there are a few different choices of NuGet packages / Visual Stud ..." Type: Post
Tags : brightstardb, nosql, windows store apps, database
http://dontcodetired.com/blog/post/An-Alternative-to-SQLite-in-Windows-Store-Apps