Coding
WebAPI access controls?
So I’ve got a production ASP c# WebAPI where abuse of the API has stressed other resources, and I would be delighted at any feedback on how others address these or similar issues. The answer Read more…
So I’ve got a production ASP c# WebAPI where abuse of the API has stressed other resources, and I would be delighted at any feedback on how others address these or similar issues. The answer Read more…
I recently stumbled across CoreRT (https://github.com/dotnet/corert) and was wondering why its not used by default if whats promised is true (faster and more efficient). It’s experimental and not fully vetted. AOT isn’t necessarily faster or Read more…
I have a DataGridView populated with Dapper, and it’s working well displaying employee info as expected. However, I’d like to specify that the Job Title column not display the JobTitle object (WorkDesk_Library.Models.Admin_Info.TitleModel), which is an Read more…
I have a client and they want a new feature. There are currently multiple api’s we can use, but it’s too expensive (like 2k a year). He asked me to create the api, which is Read more…
Hi guys, I wrote a post on how to get a web app to communicate with a native app on the user’s local machine. https://justsimplycode.com/2021/01/03/web-app-communicates-to-native-app-on-user-local-machine/ Useful info! Thx. Regretfully chrome only though. In the past Read more…
I’m using Dapper to create an equipment inventory from my database. Multiple comments are mapped from a Comments table to the Comments property of EquipmentModel. I’ve successfully used StringBuilder to populate the inventory in a Read more…
Good job! It’s always a great exercise to make and ship things like these Thanks! Good. Just you need to add header request and response for edit and view! Good tool It’s pretty funny you’ve Read more…
Hey, Next week (Wednesday 20:00 CET), we’re planning to finally start the new series of webinars (trailer here) on YouTube (as interactive with the audience as possible) related to building the modular monolith (we’ve recorded Read more…
I’ve an ASP.NET Core app which is hosted in docker and I need to running some scheduled jobs like Quartz.NET. I can put it inside webapp or create separate .NET Core app. If I create Read more…
When I started learning .NET Core I was amazed at the fact that it was so easy to run something on Linux. I tried using VS Code and Xamarin Studio (or whatever it was called) Read more…