Search results for 'aiab.top[The method to get your independent website indexed by google fast'

Testing Akka.NET Actor Systems My new Pluralsight course Akka.NET Testing Fundamentals is now available. Testing actor system bring Type: Post
Tags : .net, akka.net, actor model
http://dontcodetired.com/blog/post/Testing-AkkaNET-Actor-Systems
FeatureToggle Version 3 Released "Version 3 of my open source feature toggle library is now released to NuGet. Version 3 introduces some breaking changes and new features. Breaking Changes The WPF value convertor package has been rem ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-Version-3-Released
What’s New in C# 10: Reclaim Horizontal Editing Space and Simplify Nesting This is the first part of a series on the new features introduced with C# 10. Prior to C# 10, to def Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Reclaim-Horizontal-Editing-Space-and-Simplify-Nesting
New Pluralsight Course: C# Tips and Traps “Sometimes it's hard to know what you don't know. Short-circuit your learning of C# and level- Type: Post
Tags : pluralsight courses, c#, .net
http://dontcodetired.com/blog/post/New-Pluralsight-Course-C-Tips-and-Traps1
Silverlight 3 - Detecting Network Availability "One of the new SL3 features is the ability to test if there is a network connection currently active. This complements the out of browser experience by letting an app use local (isolated) storage when ..." Type: Post
Tags : silverlight, silverlight 3, wpf, c#, oob, out of browser, sloob
http://dontcodetired.com/blog/post/Silverlight-3-Detecting-Network-Availability
New Free eBook C# 6.0: What’s New Quick Start The first chapters of my new free eBook have just been published. The book will cover the new featur Type: Post
Tags : c#, writing, .net
http://dontcodetired.com/blog/post/New-Free-eBook-C-60-Whate28099s-New-Quick-Start
Testing Precompiled Azure Functions Overview Just because serverless allows us to quickly deploy value, it doesn’t mean that testing is now Type: Post
Tags : azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Testing-Precompiled-Azure-Functions-Overview
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
Remote Debugging Azure Functions V2 "The breakpoint will not currently be hit. No symbols have been loaded for this document" Sometimes it can be tricky to attach the Visual Studio debugger to a deployed Azure Functions app. F Type: Post
Tags : Azure, azure functions, visual studio, debugging, serverless
http://dontcodetired.com/blog/post/Remote-Debugging-Azure-Functions-V2-The-breakpoint-will-not-currently-be-hit-No-symbols-have-been-loaded-for-this-document
Unit Testing with Silverlight 2 "It doesn't appear there is any VS IDE integrated support for running SL unit tests but there is a browser-based unit testrunner,  To get the correct templates follow this straightforward ..." Type: Post http://dontcodetired.com/blog/post/Unit-Testing-with-Silverlight-2
10 Pluralsight Courses–A Milestone "I just had my 10th Pluralsight course released; Building .NET Console Applications in C# teaches how to create well-designed, fully-featured .NET Console applications. When I hit 7 courses I wrote Thr ..." Type: Post
Tags : pluralsight courses, profession, personal development
http://dontcodetired.com/blog/post/10-Pluralsight-Coursese28093A-Milestone
Modify And Save an EF EntityDataSource Bound Entity From Code Behind "If you're using databound controls (e.g. FormView) and binding them to an EntityDataSource you might want to be able to modify (and save) the underlying entity from code. For example, if you have ..." Type: Post
Tags : c#, databinding, asp.net, .net, web, entity framework
http://dontcodetired.com/blog/post/Modify-And-Save-an-EF-EntityDataSource-Bound-Entity-From-Code-Behind
PubCenter Updates For Your Windows Store (8.0) App’s Ads Sizes "Microsoft have announced changes to pubCenter ad sizes and new targeted ad support. For Windows 8.1 there will be a new SDK, but there is also a new version of the 8.0 SDK. If your current Windows Sto ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, monetization, advertising, pubcenter, windows blue, windows 8.1
http://dontcodetired.com/blog/post/PubCenter-Updates-For-Your-Windows-Store-(80)-Appe28099s-Ads-Sizes
Custom Session Logging in Marten Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Custom-Session-Logging-in-Marten
What’s New in C# 10: Value Type Records "This is part of a series on the new features introduced with C# 10.In a previous post I wrote about records in C# 9.Prior to C# 10 record types were reference types. In C# 10 you can now declare recor ..." Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Value-Type-Records
5 Ways To Give Yourself A Break "In my many years of being a software developer there’s one thing that I’ve seemed to have experienced on and off throughout this time: Fear. Fear of: Not knowing the latest language/framework/archite ..." Type: Post
Tags : profession, compassion, personal development, people
http://dontcodetired.com/blog/post/5-Ways-To-Give-Yourself-A-Break
Kill Your Productivity Demons with my New Pluralsight Course "My new Pluralsight course Personal Productivity & Performance Tools for Windows Developers “get more done in less time” has just been released. It covers a range of developer-focused and general p ..." Type: Post
Tags : productivity, linqpad, pluralsight courses, profession, personal development, autohotkey, ifttt
http://dontcodetired.com/blog/post/Kill-Your-Productivity-Demons-with-my-New-Pluralsight-Course
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
Three Wins Technique Review - a Simple Productivity Hack to Deliver What Matters I started using the Three Wins Technique about five years ago. It has proven to be a simple techniqu Type: Post
Tags : profession, personal development, productivity
http://dontcodetired.com/blog/post/Three-Wins-Technique-Review-a-Simple-Productivity-Hack-to-Deliver-What-Matters
Design Principals in Practice: Typography in a Grocery Store Window "I recently saw this notice in a local grocery store window: So it’s pretty ugly from a purely aesthetic point of view. But more than that, I don’t feel that it effectively communicates the message. ..." Type: Post
Tags : design, ux, design principals in practice, typography
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Typography-in-a-Grocery-Store-Window