REMAX admits “blind bidding” is only blind for some: “Many real estate agents are telling buyers what they will need to secure a property.”

https://ift.tt/3iWLaum real estate agents are ignoring the restriction whereby buyers are not permitted to know the details of other competing offers. Instead, they are choosing to inform buyers what they will need to secure a property. For example, if prospects are visiting a home for sale that is going for $910,000, some realtors inform them

Read More

Response Caching with MediatR in ASP.NET Core

In this article, we are going to implement Response Caching with MediatR in ASP.NET Core using its awesome Pipeline Behaviours. This means that every response that is sent out of your application (API) will be cached with a very simple implementation. I have written a couple of articles about MediatR and why it’s one of

Read More

I created a browser-based video editor. 100% Free!

Hey everyone,After looking around online for a free video editor, I started getting frustrated with the options out there. After working on a video for a while, I would click the export button only to be hit by one of the following options (ordered from most to least aggravating)Pay a monthly subscription to export your

Read More

How did household income and wealth change in 2020 during the COVID-19 pandemic? /Comment le revenu et le patrimoine financier des ménages ont-ils varié durant la pandémie de COVID-19 en 2020?

Today, we released new data on household economic well-being during the COVID-19 pandemic—experimental quarterly estimates for the fourth quarter of 2020.Here are some highlights from our release:Disposable income declined for most households in the fourth quarter of 2020, with the largest losses for the lowest-income earners (-10.2%).Despite declines in disposable income in the fourth quarter,

Read More

How to Build an Event-Driven ASP.NET Core Microservice Architecture

This post describes how to create two C# and ASP.NET Core Microservices. Both microservices have their own bounded context and domain model. Each microservice has its own database and REST API. One microservice publishes integration events, that the other microservice consumes. via /r/dotnet https://ift.tt/3tRBsuY

Read More

Reading books is my therapy

Every so often, I read a book where an author speaks to my soul. I feel like I crave deeper and more meaningful conversations in my life, and when I don’t have access to that (which is the majority of the time), I feel so deeply fulfilled by books.I just read David Chang’s Eat a

Read More

TIL: You can change a credit card’s billing cycle!

I’m going to get some flak, or duhs, but TIL you can change a credit card’s billing cycle and payment due date!?!I’ve had the same cards for 10 or so years. Recently got myself an Amazon credit card as I’ve been getting stuff from Amazon and is a prime member. Plus, they had 2.5% back

Read More

PSA: The .NET Source Browser is Super, SUPER Useful

Browsing .NET source code in GitHub is tedious. Browsing it in the .NET Source Browser is not, and lets you not only easily search for & browse source code, but click to go to definitions, explore projects and namespaces, link to line numbers, and a whole lot more.I suggest checking it out. It’s a great

Read More

What controls the auth in Identity?

Hello guys!I created a WebApi project with identity. The question is: I want to connect it to my React frontend but I am not sure how is Identity manage register/login/logout and all these account actions.I mean I can’t even see a controller or an api endpoint where you could initiate a login or register.So my

Read More

Minimal hosting making its way to ASP.NET Core with .NET 6.

Feather HTTP like minimal hosting is making its way to the aspnetcore framework with .NET 6. It will be more like express.js way. Check out the following example. This won’t be a breaking change, but this will be another style of doing so. 😀using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; var app = WebApplication.Create(args); app.MapGet(“/”, async

Read More

.NET Core ASP – PDF Generation for hosting on Azure?

Dear all,I’ve been away from pdf generation / boring crud apps for a while, but I have an active project right now where people require me to generate PDFs for them. A few years ago (ASP.NET MVC5) this was a very enterprisey thing to do, because the (commercial) libraries were very expensive, and had per-cpu

Read More

My simple Github project went Viral – Thank you Reddit!

Last month, I made a simple project which got spread in various tech communities and social media. On Github, It reached from 0 to 4k+ stars and 200+ forks within 7 days. Github featured it in Trending repositories of day section for straight 5 days or so.Some of you might remember 🙂 this was the

Read More

My journey to $1M RRSP started 25 years ago

I see lots of people on here just starting out with their retirement savings. I thought it might be interesting to see a real-life example of one person’s retirement savings journey. I don’t consider myself typical, because I do make quite a bit compared to the Canadian average, but I want to show what can

Read More

1 14 15 16 17 18 28