• C# WebAPI and NotFound with message in MVC .NET 4.5

    Usually,WEBAPI should return correct HTML status code ( read also https://damienfremont.com/2017/11/23/rest-api-maturity-levels-from-0-to-5/ ) . Let’s say we are saving an entity  – the OK result could return a meaningful message. How about querying for an id that you cannot find ? Easy: NotFound :  .But –the NotFound does NOT show an message. How a client can make…

  • Friday Links 326

    Coffee Links – BuyMeACoffee.com 10 questions developers should ask employers during a job interview – TechRepublic Secure your ASP.NET Core 2.0 API (part 1 – issuing a JWT)· jonhilton.net – Making sense of .NET Secure your ASP.NET Core 2.0 API (part 2 – restrict access to JWT bearers only)· jonhilton.net – Making sense of .NET…

  • [PostEvent]Verint Bucharest

    I was a presenter at Verint Romania . The agenda ( you can find at https://www.eventbrite.com/e/intelligence-technology-in-action-registration-62969053133  18:00 -18:30 – Beer & Pizza 18:30 – 18:50 – Opening: Amit Daniel,Senior VP Marketing at Verint – CIS overview 18:50 – 19:40 – Keynote Speaker: Ignat Andrei,Tech leader- NET Core and Angular Everywhere => Mobile,Desktop & Web 19:40…

  • Use the right language for the job–if you know

    Many years ago I have done a site that lists the exchange rates from BNR and BCE ( www.infovalutar.ro ). It reads the exchanges from BNR html page and then put into a database. The use is for programmers – there are many methods to find latest exchange rates ( RSS,SOAP,url,by MVC,JSON… –  see  all…

  • Friday Links 325

    How do I make calls to a REST api using c#? – Stack Overflow restsharp/RestSharp: Simple REST and HTTP API Client for .NET Working with Windows Containers and Docker: Save the Data – Simple Talk webgio/Rotativa.AspNetCore: Rotativa for Asp.Net Core Expression Tree Traversal Via Visitor Pattern in Practice – CodeProject How to Create a Runbook:…

  • VSCode and Docker

    I am super-excited about Docker – because it gives a new meaning about “ it works on my PC”! ( I have a presentation ready –   https://github.com/ignatandrei/presentations/tree/master/2019/shorts/DockerForDevs/ ) However,I want to state something more important: VSCode is now ready to open Docker Containers! You have to install: 1. Name: Docker Id: ms-azuretools.vscode-docker Description: Adds syntax…

  • Friday Links 324

    MediatR Pipeline Examples · Los Techies A simple explanation of NServiceBus and why you need it thangchung/awesome-dotnet-core: A collection of awesome .NET core libraries,tools,frameworks and software 5 Logstash Alternatives: See which fits which use-case. Code coverage in .NET Core with Coverlet | dotnetthoughts tonerdo/coverlet: Cross platform code coverage library for .NET Core 5 Uncommon C#…

  • Quality Links /Icons for your open source project

    A good  open source must show how good the source are  -without the reader to do investigation first. I decided to do an exhaustive inventory for my pet project Stankins. So you have here,in no particular order: Link to the Continous Integration – Azure Pipelines –  to let the user know that we build regularly…

  • Friday Links 323

    Today we mitigated 1.1.1.1 Exploring R Packages with cranly · R Views RemoteApp on Windows 7 | DrTritsch.com dotnet-tools/README.md at master · natemcmaster/dotnet-tools Aspect Oriented Programming (AOP) in C# with SOLID | DotNetCurry Why can’t FindWindowEx find another program’s window by name? – The Old New Thing Browser Extensions I Actually Use – The Media…

  • Dotnet Try

    I have wrote a blog post about DotNet CLI Tools I did not mention one that is super important: DotNet Try : https://github.com/dotnet/try You can see at https://github.com/dotnet/try how to install it . Or,to use in Docker,check my files to install in Docker https://github.com/ignatandrei/Presentations/tree/master/2019/shorts/NetCoreGlobalTools/dotnetTry   . To edit files in Docker,use Visual Studio Code with Docker and Remote Development and Docker extension.…

I am ok , you are ok