• Friday links 232

    A Gamer's Blog: 05/01/2007 – 06/01/2007 How to call WinRT APIs in Windows 8 from C# Desktop Applications – WinRT Diagram – Scott Hanselman Stop 'innovating': Aim higher | VentureBeat | Entrepreneur | by Iliya Rybchin,Highnote Foundry MyDriving | Microsoft Azure IConfiguration in .NetCore itext/itextpdf: Core Java Library + PDF/A,xtra and XML Worker Create Responsive…

  • Friday links 231

    NuGetPackageExplorer/NuGetPackageExplorer: The new home for NuGetPackageExplorer (moved from https://npe.codeplex.com) Async OOP 1: Inheritance and Interfaces Using-blocks and asynchronous operations Async disposal How to Encrypt and Protect your Email | Comparitech The Role of an Enterprise Architect in a Lean Enterprise New: ASP.NET Session State Provider for SQL Server In-Memory OLTP | SQL Server Blog Microsoft/BotBuilder:…

  • Friday links 230

    10 Free Add-ins For Microsoft Office that Improve Productivity  blog.cleancoder.com/uncle-bob/2016/03/19/GivingUpOnTDD.html venturebeat.com/2016/03/20/why-indoor-location-tech-is-facing-an-uphill-battle/ The Joel Test: 12 Steps to Better Code – Joel on Software https://segment.com/blog/the-deep-roots-of-js-fatigue/ sethgodin.typepad.com/seths_blog/2016/03/what-are-you-competing-on.html  Demos and sample code – JSNLog mperdeck/LINQtoCSV: Popular,easy to use library to read and write CSV files. DefinitelyTyped/jsnlog.d.ts at master · DefinitelyTyped/DefinitelyTyped Event processing at all scales with Reactive Extensions…

  • Country Tag Helper–part 4

      Now I want to see somewhere in order to prove it Ii s right. I choose https://appharbor.com/ because it is free – and can not beat free for free source. I made github integration and modify the .csproj file accordingly to https://support.appharbor.com/discussions/problems/90387-is-net-core-supported-yet  The result is at http://countrytaghelper.apphb.com/  Also,I have to modify the code source…

  • Friday links 229

    Building a Great Hosted Web App | Building Apps for Windows    Expecting Failures In Microservices and Working Around Them Samsung Galaxy Note Edge vs Samsung Galaxy Note 5 – Phone specs comparison Compare Samsung Galaxy Note 5 vs Samsung Galaxy Note Edge Size,Specs,Camera NReco.VideoConverter: C# FFMpeg wrapper .NET library (FREE) OfficeDev/Open-Xml-PowerTools  NuGetPackageExplorer/NuGetPackageExplorer: The new…

  • Country Tag Helper – part 3

    Adding empty item – easy peasy. Just append "<option selected style=’display: none’ value=”></option>";   For getting the IP,I was trying to balance the 2 variants: downloading GeoIP database (https://dev.maxmind.com/geoip/geoip2/geolite2/) or calling http://freegeoip.net/ . I do call http://freegeoip.net/ – and the next point is to use Dependency Injection … or a provider to do that. For…

  • Friday links 228

    Introducing LINQPad.QueryPlanVisualizer – About My Code Building Expression Evaluator with Expression Trees in C# – Table of Contents Giorgi/Math-Expression-Evaluator: A C# library for parsing mathemitical expressions with support for parentheses and variables. Friendly,Readable Expression Trees The Most Important Code Metrics You’ve Never Heard Of – DaedTech More code review tools Build Lambda Expressions Dynamically –…

  • CountryTagHelper–part 2

    Finally,I have arrived at functionality. I said that I want something like <select asp-country="true" asp-country-selected="US" >     </select>   The functionality is very easy to be added: The entire class is :   The important thing is that it works with other html attributes,like <select asp-country="true" asp-country-selected="US" disabled=”disabled”>     </select>   What it remains to…

  • Friday links 227

    Android: How to communicate with .NET application via TCP – CodeProject The Most Important Code Metrics You’ve Never Heard Of – DaedTech wimbarelds/TimeCircles: jQuery plugin to show time since or time until a specific time andrei-cacio/ironwing: universal framework agnostic transport layer Unity Test Tools Released – Unity Blog Asset Store AngularJS – The Next Big…

  • Country tag helper–part 1

      What I want to do is to create a Country Tag Helper for asp.net core. Something like <select asp-country=”true” and then list all countries in this select. More,it should be localized ( Germany vs Allemagne). That means 1 or more resource files    First I need initial data: The WorldBank API gives us the…

I am ok , you are ok