• Friday links 265

    Introducing the UWP Community Toolkit | Building Apps for Windows List of Windows 7 System Files to Customize Using Resource Hacker – AskVG Max Lukominskyi’s answer to How can I change my life completely in the next 30 days? – Quora Using Sessions and HttpContext in ASP.NET Core and MVC Core Make Site Content Available…

  • Putting data into existing PDF

    I have had to introduce data for NGO into an existing PDF. Why PDF ? Because yes,it is easy to print. but from a templating point of view it is a nightmare.  by templating I understand putting data at specific places,like First Name : Last Name : And filling in the blanks. The solution: complicated. …

  • Friday links 264

    Raspberry Pi finally offers an official starter kit after passing 10M sales | TechCrunch Performing OCR for iOS,Android,and Windows with Microsoft Cognitive Services | Xamarin Blog Thinking About TypeScript,Dependency-Injection Tokens,Type-Checking,And Architecture In Angular 2 RC 4 Configuring ASP.NET Core for Angular 2 Deep Linking – Sergey Barskiy’s Blog Six Instrumental DevOps Programming Languages | DBmaestro…

  • GitHub as a central Hub

    I do not know how,but GitHub is now a hub for all things. I,personnally,used GitHub as a – source control ( see https://github.com/ignatandrei/Exporter ) – documentation ( see https://github.com/ignatandrei/Exporter/wiki ) – Angular application deployment (https://ignatandrei.github.io/Decl230   – done with  gh-pages –  see build.bat from https://github.com/ignatandrei/Decl230 ) – read-only database ( Sqlite download from github in the…

  • Friday links 263

    https://nodesource.com/blog/eleven-npm-tricks-that-will-knock-your-wombat-socks-off/ is not available Taking Pictures from HTML – Simple Talk What’s New in Entity Framework Core 1.0? – Stormpath User Identity API Paid extensions in the Visual Studio marketplace | Brian Harry’s blog A Loud Sound Just Shut Down a Bank’s Data Center for 10 Hours | Motherboard A different view on creation –…

  • Import large Excel file into SqlServer

    I have to import the list of NGO from Romania to SqlServer.  Before seeing my solution,please do it yourself: the file could be found at http://www.just.ro/registrul-national-ong/ and the name is Asociatii I have tried with SSMS – no luck ( text will be truncated,even when I put nvarchar(max)) The I tried with flat file from…

  • Friday links 262

    What do software engineers who earn $500,000 a year do? — Quartz It’s The Future – CircleCI The real difference between men and women Brutal Truths That Will Make You a Better Person Introducing the UWP Community Toolkit | Building Apps for Windows List of Windows 7 System Files to Customize Using Resource Hacker –…

  • Obtain data from ANAF(local IRS)

    In ROmania ANAF is providing a WebAPI that allows access to some of the information that any enterprise should provide. The API is described at https://webservicesp.anaf.ro/PlatitorTvaRest/api/v3/, I have made a C# console and a node,js script. The differences: 1.it is easiear in node to make an http request. 2. For C# – I think in…

  • Friday links 261

    Cold vs Hot Observables How to Implement Internationalization (i18n) in JavaScript FAQ – Frequently Asked Questions | MQTT .NET Standard Library OneTab Performing OCR for iOS,Android,and Windows with Microsoft Cognitive Services | Xamarin Blog Thinking About TypeScript,Dependency-Injection Tokens,Type-Checking,And Architecture In Angular 2 RC 4 Configuring ASP.NET Core for Angular 2 Deep Linking – Sergey Barskiy’s…

  • Tiny Types–documentation–part 4

    This is a series http://msprogrammer.serviciipeweb.ro/2018/03/12/tiny-types-in-cpart-1/ http://msprogrammer.serviciipeweb.ro/2018/03/19/tiny-types-part-2adding-iequatable/ http://msprogrammer.serviciipeweb.ro/2018/03/26/tinytypesadding-equality-operatorpart-3/ http://msprogrammer.serviciipeweb.ro/2018/04/02/tiny-typesdocumentationpart-4/ tiny types in C# Tiny types is a NuGET dll,https://www.nuget.org/packages/TinyTypesObjects/ Also,you can find the construction here: http://msprogrammer.serviciipeweb.ro/category/tinytypes/ The documentation is copied shameless from https://github.com/jan-molak/tiny-types Installation To install the module from nuget : … Install-Package TinyTypesObjects … Defining Tiny Types An int on its own is just a…

I am ok , you are ok