Year: 2018

  • Programmer Tools I use in 2017/2018

    Development Languages / Frameworks .NET Core C# / F# Javascript Powershell Angular IDE Visual Studio Code Visual Studio Community Edition SSMS Powershell IDE Visual Studio Addons GhostDoc Resharper Visual Studio Code addons Auto Close Tag Auto Rename Tag C# Debugger For Chrome TSLint Visual Studio Keymap Version Control GitHub Perforce Mercurial VSTS Online Office Excel…

  • Friday links 271

    10 surprisingly practical Raspberry Pi projects anybody can do | PCWorld 10 insanely innovative,incredibly cool Raspberry Pi projects | PCWorld Raspberry Pi Downloads – Software for the Raspberry Pi Windows IoT Core Extension for Visual Studio Code | Building Apps for Windows adamsitnik/awesome-dot-net-performance: A curated list of awesome .NET Performance books,courses,trainings,conference talks,blogs and most inspiring…

  • Angular,.NET Core,IIS Express and Windows Authentication

    2 years ago I have written about .NET Core Windows Authentication :http://msprogrammer.serviciipeweb.ro/2016/09/26/asp-net-core-and-windows-authentication/  The idea was that for Windows authentication this is mandatory in Web.Config: forwardWindowsAuthToken=”true” Now I want to show how to achieve the same in  IIS Express .NET Core as backend and Angular for front end For .NET Core / IIS Express 1. Configure…

  • Friday links 270

    Vertical slice – Wikipedia,the free encyclopedia 6 brilliant ways to slice user stories – Dominic Krimmer I’ll get to your application in a minute – First,we need to build the framework : Jeffrey Palermo (.com) Categories – European Data Portal Useful Tools for ASP.NET Developers – CodeProject Bugs and Documentation Errors in .NET’s HttpClient Frustrate…

  • .NET Core 2.0 WebAPI with .NET Framework 4.6( for COM interoperability)

    The problem : I want some .NET Core Web API in Kestrel mode that have access to some COM components ( such as Word.Application ) Solution: ( Theory : in order to have dll’s that works in .NET Framework application and in .NET Core,you should have .NET Standard 2.0 along .NET Framework 4.6.1 and .NET…

  • Friday links 269

    A few HTML tips ★ Mozilla Hacks – the Web developer blog Home – I Can Has .NET Core grpc/grpc: The C based gRPC (C++,Node.js,Python,Ruby,Objective-C,PHP,C#) Marcus Geduld’s answer to What are important things and advice to know that people generally aren’t told about? – Quora Psychic Weight – Dealing with the things that press on…

  • F# DSL

    I wanted to automate reveal from F#  with a DSL that will be available also in C#. My thought it was to put information( text of picture)  on the left,right,top,bottom and middle . let example = pages { put (Content.TextString “this is string”) To Page 2 At POSITION.Middle put (Content.TextString “This is text on the…

  • Friday links 268

    Dive into Architecture with DeepEnds – CodeProject GitHub – zalando/tailor: A streaming layout service for front-end microservices Getting to the ASP.NET Core How to Actually Reduce Software Defects – DaedTech DATASETS How I Sold My Company to Twitter,Went to Facebook,and Screwed My Co-Founders PowerShell/PowerShell: PowerShell for every system! Does your workplace use best practices?… ·…

  • Workshop: From databases to Web + Desktop + Mobile applications one day

    Workshop: From databases to Web + Desktop + Mobile applications one day Description: We will start from a database with two tables: Department and Employees. A Department may have more Employees,an Employee is part of a Department. The applications we will be doing (Web,Desktop,Android) will contain editing and viewing of Employees and Departments. What will…

  • Friday links 267

    GitHub – shoumma/Mister-Poster: A social application where you can share your thoughts to everyone……no friendship needed!!! Built with React Native. GitHub – linkedin/test-butler: Reliable Android Testing,at your service Creating a Smart Home Chat Bot – CodeProject Dive into Architecture with DeepEnds – CodeProject GitHub – zalando/tailor: A streaming layout service for front-end microservices Getting to…